View | Details | Raw Unified | Return to bug 33766
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-1 / +1 lines)
Lines 188-194 OPAC: Link Here
188
              choices:
188
              choices:
189
                  cardnumber: Cardnumber
189
                  cardnumber: Cardnumber
190
                  username: Username
190
                  username: Username
191
                  cardnumberorusername: Cardnumber or Username
191
                  cardnumberorusername: Cardnumber or username
192
            - "as the text content of the userid input field's label."
192
            - "as the text content of the userid input field's label."
193
        -
193
        -
194
            - pref: OPACShowMusicalInscripts
194
            - pref: OPACShowMusicalInscripts
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc (-2 / +1 lines)
Lines 175-181 Link Here
175
    [%- IF preference_value == "username" %]
175
    [%- IF preference_value == "username" %]
176
        [%- SET label = "Username" %]
176
        [%- SET label = "Username" %]
177
    [%- ELSIF preference_value == "cardnumberorusername" %]
177
    [%- ELSIF preference_value == "cardnumberorusername" %]
178
        [%- SET label = "Cardnumber or Username" %]
178
        [%- SET label = "Cardnumber or username" %]
179
    [%- END %]
179
    [%- END %]
180
    <label for="[% for | html %]">[% label | html %]:</label>
180
    <label for="[% for | html %]">[% label | html %]:</label>
181
[% END %]
181
[% END %]
182
- 

Return to bug 33766