Browse Source

ISLANDORA-190 Remove link ot FULL_JPG in slideCModel.

pull/6/head^2
Alexander O'Neill 14 years ago
parent
commit
15815187c2
  1. 4
      plugins/slide_viewer.inc

4
plugins/slide_viewer.inc

@ -44,8 +44,8 @@ class ShowSlideStreamsInFieldSets {
'#type' => 'tabpage',
'#title' => t('View'),
// This will be the content of the tab.
'#content' => '<a href="'. $base_url . '/fedora/repository/'. $this->pid . '/FULL_JPG/"><img src="'. $base_url .
'/fedora/imageapi/'. $this->pid . '/JPG/JPG.jpg'. '" /></a>'. '<p>'. drupal_get_form('fedora_repository_image_tagging_form', $this->pid) . '</p>',
'#content' => '<img src="'. $base_url .
'/fedora/imageapi/'. $this->pid . '/JPG/JPG.jpg'. '" />'. '<p>'. drupal_get_form('fedora_repository_image_tagging_form', $this->pid) . '</p>',
);
$ssifs = new ShowStreamsInFieldSets($this->pid);

Loading…
Cancel
Save