[Koha-bugs] [Bug 4313] New: Language selected in staff client affects value of boolean sysprefs

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Tue Mar 9 21:33:45 CET 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4313

           Summary: Language selected in staff client affects value of
                    boolean sysprefs
           Product: Koha
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: I18N/L10N
        AssignedTo: chris at bigballofwax.co.nz
        ReportedBy: magnus at enger.priv.no
   Estimated Hours: 0.0
 Change sponsored?: ---


When I have selected English as the language in the staff client i get this
HTML in the syspref-editor: 

<select name="pref_NoZebra" id="pref_NoZebra" class="preference
preference-choice">
<option value="1">Don't use</option>
<option value="">Use</option>
</select>
the Zebra search engine...

When I switch to Norwegian i get this: 

<select name="pref_NoZebra" id="pref_NoZebra" class="preference
preference-choice">
<option value="yes">Don't use</option>
<option value="no" selected="selected">Use</option>
</select>
the Zebra search engine...

And the value that is actually stored in the DB is a "yes" or a "no", not a
numeric value.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list