masthead_search is the ID of two selected on the OPAC - IDs should be unique. <select name="idx" id="masthead_search" class="left" style="max-width: 10em; width: 10em;"> <select name="limit" id="masthead_search" class="left" style="max-width: 10em; width: 10em;">
If someone is already in there... it would be nice if the style could be moved into the CSS files, so that width can be changed easier.
I was going to edit the ID bit, but don't know much about moving things to the CSS so I'll leave this one to Owen to make it just right :) Nicole
Created attachment 5933 [details] [review] Proposed fix Changing ID of library selector and moving inline styles to the CSS.
Created attachment 5934 [details] [review] [SIGNED-OFF] Fix for Bug 7043 - masthead_search id used twice in template 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>
Simple template only change, improves compliance with standards. No string changes. Marking as Passed QA.
Pushed to master, please test
Checked on current HEAD. OpacAddMastheadLibraryPulldown has to be turned on to see select_library id in the source code.