From 8f61651bf0dc192379e8112921d119f221fc16ab Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Fri, 28 Jan 2011 13:42:34 -0400 Subject: [PATCH] Moved download icon to left of datastreams for DPF. --- plugins/ShowStreamsInFieldSets.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ShowStreamsInFieldSets.inc b/plugins/ShowStreamsInFieldSets.inc index 11b0cf36..c3734334 100644 --- a/plugins/ShowStreamsInFieldSets.inc +++ b/plugins/ShowStreamsInFieldSets.inc @@ -77,7 +77,7 @@ class ShowStreamsInFieldSets { $item = new Fedora_Item($this->pid); $dc_html = $objectHelper->getFormattedDC($item); - $dl_link = l('', '/fedora/repository/'.$this->pid.'/OBJ', array('html' => TRUE)); + $dl_link = l('

Download PDF
', '/fedora/repository/'.$this->pid.'/OBJ', array('html' => TRUE)); $ds_list = $objectHelper->getFormattedDatastreamList($this->pid, NULL, $item); $tabset['my_tabset']['first_tab']['tabset']['view'] = array(