Tweak to make library selector box wider in OPAC only.
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 6 Jan 2015 18:51:39 +0000 (13:51 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 9 Dec 2017 19:34:01 +0000 (14:34 -0500)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/parts/org_selector.tt2

index a97f94c..34d1375 100644 (file)
@@ -29,7 +29,7 @@ BLOCK build_org_selector;
 
     <select [% IF id %] id='[% id %]' [% END -%]
             title='[% arialabel || l("Select Library") %]' 
-            name='[% name %]' style="padding:3px;">
+            name='[% name %]' style="padding:3px;width:20em;">
     [%- 
         WHILE node_stack.size > 0; 
             node = node_stack.pop();
@@ -122,7 +122,7 @@ BLOCK build_org_selector;
                 porg = ctx.get_aou(porg.parent_ou);
             END;
 
-            pad_depth = pad_depth * 7;
+            pad_depth = pad_depth * 5;
             display_name = loc_grp ? loc_grp.name : org_unit.name %]
                        [% IF node_value == 1 %]
                            [% display_name = "All PINES Libraries" %]