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 172-178 OPAC: Link Here
172
              choices:
172
              choices:
173
                  cardnumber: Cardnumber
173
                  cardnumber: Cardnumber
174
                  username: Username
174
                  username: Username
175
                  cardnumberorusername: Cardnumber or Username
175
                  cardnumberorusername: Cardnumber or username
176
            - "as the text content of the userid input field's label."
176
            - "as the text content of the userid input field's label."
177
        -
177
        -
178
            - pref: OPACShowMusicalInscripts
178
            - 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