From: Terran McCanna Date: Tue, 29 Apr 2014 18:12:23 +0000 (-0400) Subject: Forced Awards & Suggested Reads tab to always be open X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d2417f47007fd9ab3f87e062177bd0caaba10509;p=evergreen%2Fpines.git Forced Awards & Suggested Reads tab to always be open in order to highlight NoveList Select content. --- diff --git a/Open-ILS/src/templates/opac/parts/record/extras.tt2 b/Open-ILS/src/templates/opac/parts/record/extras.tt2 index f4779b0778..8029cc371e 100644 --- a/Open-ILS/src/templates/opac/parts/record/extras.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/extras.tt2 @@ -1,4 +1,4 @@ -[% + [% arrow_right = '►'; arrow_down = '▼'; %] @@ -73,7 +73,7 @@
- [% IF tab_is_active(name); + [% IF tab_is_active(name) OR name == 'awards'; # force awards section to be open IF name == 'marchtml'; ctx.marchtml; ELSE;