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=2b468134276f8dc18abdc9c64e192adf9ce86106;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 b35cf5471d..f5cd18ac7c 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 = '▼'; %] @@ -72,7 +72,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;