Also making the system level and consortium level bold
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 3 Feb 2021 21:58:41 +0000 (16:58 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 19:58:15 +0000 (14:58 -0500)
for better readability.

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

index 89d5f6c..1cd1cf5 100755 (executable)
@@ -146,7 +146,7 @@ BLOCK build_org_selector;
             pad_depth = pad_depth * 2;
             display_name = loc_grp ? loc_grp.name : org_unit.name %]
 
-            <option value='[% node_value %]' [% selected %] [% disabled %] [% css_class %]>
+            <option value='[% node_value %]' [% selected %] [% disabled %] [% css_class %] [% IF pad_depth < 4; 'style="font-weight:bold;"'; END %]>
                 [% '&nbsp;' FOR [0..pad_depth]; display_name | html %]
             </option>