Browse Source

ISLANDORA-171 change book 'full-size' tab to 'read'

pull/105/head
Alexander O'Neill 14 years ago
parent
commit
76ddd9f3b8
  1. 2
      ilives/book.inc

2
ilives/book.inc

@ -169,7 +169,7 @@ class IslandoraBook {
$html = '<iframe src="'. $viewer_url . '" scrolling="0" frameborder="0" style="width: 100%; height: 800px;">Errors: unable to load viewer</iframe>';
$tabset['second_tab'] = array(
'#type' => 'tabpage',
'#title' => t('Full-size'),
'#title' => t('Read'),
'#content' => $html
);
$tabset['first_tab'] = array(

Loading…
Cancel
Save