koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 730] New: search.pl search types untranslatable


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 730] New: search.pl search types untranslatable
Date: 3 Mar 2004 22:23:02 -0000

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]