[Bug 730] New: search.pl search types untranslatable
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=730 Summary: search.pl search types untranslatable Product: Koha Version: CVS Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Catalogue AssignedTo: chris@katipo.co.nz ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@lists.sourceforge.net search.pl passes the search type along with the search string to searchresults.tmpl: if ($search{"keyword"}) { $search .= "&keyword=$search{keyword}"; $searchdesc.="keyword $search{keyword}, "; } That means that the english word 'keyword' will appear on the search results page even if your language preference is set to something different. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz