1 Mar
2016
1 Mar
'16
12:29 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15930 --- Comment #4 from Jonathan Druart <jonathan.druart@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.