PINES Customization: Added Content Fix
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 16 Dec 2020 16:32:55 +0000 (11:32 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 8 Nov 2021 14:50:56 +0000 (09:50 -0500)
This adds a missing line that I left off of the previous added
content customization for the bootstrap OPAC.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2

index 13fd298..47c6ed1 100755 (executable)
@@ -86,7 +86,7 @@
                 <span>[% arrow %] [% extra.label | html %]</span>
               </a>
             </div>
-            [%  IF tab_is_active(name); %]
+            [%  IF tab_is_active(name) OR name == 'awards' OR name == 'addedcontent'; %]
             <div class='card-body'>
 
                     [% IF name == 'marchtml';