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>
Wed, 3 Feb 2021 22:17:23 +0000 (17:17 -0500)
for better readability.

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

index 0cd3cea..b280ba0 100755 (executable)
@@ -125,7 +125,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>