https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15930

--- Comment #4 from Jonathan Druart <jonathan.dru...@bugs.koha-community.org> 
---
(On the way, something to fix:
members/member.tt
470               <select name="searchtype" id="searchtype_filter">
471                 <option value='start_with'>Starts with</option>
472                 [% IF searchtype == "contain" %]
473                   <option value="contain"
selected="selected">Contains</option>
474                 [% ELSE %]
475                   <option value="contain"
selected="selected">Contains</option>
476                 [% END %] 
477               </select>

)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to