Fix for Bug 7043 - masthead_search id used twice in template
authorOwen Leonard <oleonard@myacpl.org>
Mon, 17 Oct 2011 15:51:16 +0000 (11:51 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 18 Oct 2011 03:06:59 +0000 (16:06 +1300)
Changing ID of library selector, and moving inline styles to
the CSS as requested by kf in the bug comments.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc

index 665d143..14236c8 100644 (file)
@@ -784,6 +784,12 @@ body#advsearch #listsmenulink {
        margin : .2em .3em 0 0;
 }
 
+#masthead_search,
+#select_library {
+       max-width: 10em;
+       width: 10em;
+}
+
 
 #search-facets ul {
        margin : 0;
index 92e58bc..fd352a9 100644 (file)
@@ -35,7 +35,7 @@
        [% END %]
     </label>
 
-       <select name="idx" id="masthead_search" class="left" style="max-width:10em;width:10em;">
+       <select name="idx" id="masthead_search" class="left">
        [% IF ( ms_kw ) %]
         <option selected="selected" value="">Library Catalog</option>
                [% ELSE %]
@@ -77,7 +77,7 @@
         <input type="text" id = "transl1" name="q" class="left" style="width: 35%; font-size: 111%;"/><div id="translControl"></div>
 [% END %]
    [% IF ( OpacAddMastheadLibraryPulldown ) %]
-      <select name="limit" id="masthead_search" class="left" style="max-width:10em;width:10em;">
+      <select name="limit" id="select_library" class="left">
          <option value="">All Libraries</option>
          [% FOREACH BranchesLoo IN BranchesLoop %]
             [% IF ( BranchesLoo.selected ) %]<option selected="selected" value="branch:[% BranchesLoo.value %]">[% BranchesLoo.branchname %]</option>