From e3af2c46257491467ae52b221a62b351660a86ba Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 7 Sep 2022 11:09:25 -0400 Subject: [PATCH] Revert "PINES - Remove Novelist" This reverts commit 1ff00b5bc345f04a60691629d148013899cf3736. --- Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 index 59041e5b02..1629d8f904 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 @@ -58,7 +58,7 @@ {name => 'issues', label => l('Issues Held'), hide => !(ctx.have_holdings_to_show || ctx.have_mfhd_to_show)}, {name => 'preview', label => l('Preview'), hide => 1}, {name => 'addedcontent', label => l('More Information from Syndetics')}, - {name => 'awards', label => l('More Information from NoveList'), hide => 1}, + {name => 'awards', label => l('More Information from NoveList')}, {name => 'cnbrowse', label => l('Shelf Browser')}, {name => 'marchtml', label => l('MARC Record')} ]; @@ -69,7 +69,7 @@ %]
[% - IF tab_is_active(name) OR name == 'addedcontent'; + IF tab_is_active(name) OR name == 'awards' OR name == 'addedcontent'; href = mkurl('', {}, ['expand', 'ac']); arrow = arrow_down; ELSE; @@ -84,10 +84,10 @@ - [% IF tab_is_active(name) OR name == 'addedcontent'; %] + [% IF tab_is_active(name) OR name == 'awards' OR name == 'addedcontent'; %]
[% IF name == 'marchtml'; -- 2.11.0