Allow the advanced search rows to wrap on smaller displays.
authorBill Ott <bott@grpl.org>
Wed, 18 Sep 2013 15:26:42 +0000 (11:26 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:41:41 +0000 (18:41 -0400)
Signed-off-by: Bill Ott <bott@grpl.org>

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>

Open-ILS/src/templates/opac/parts/advanced/global_row.tt2

index ad0243a..5ce4305 100644 (file)
@@ -24,7 +24,7 @@
 
 <!-- tag the second row so the bool column won't be hidden -->
 <tr[% IF loop.index == 1 %] id="adv_global_row"[% END %]>
-    <td align='left' width='100%' nowrap='nowrap'>
+    <td align='left' width='100%'>
 
         <!-- bool selector.  hide for first row.  safe to ignore first bool value in form submission -->
         <select name='bool' style='width: auto' [% IF loop.first %] class='invisible' [% END %]>