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 178-184 OPAC: Link Here
178
              choices:
178
              choices:
179
                  cardnumber: Cardnumber
179
                  cardnumber: Cardnumber
180
                  username: Username
180
                  username: Username
181
                  cardnumberorusername: Cardnumber or Username
181
                  cardnumberorusername: Cardnumber or username
182
            - "as the text content of the userid input field's label."
182
            - "as the text content of the userid input field's label."
183
        -
183
        -
184
            - pref: OPACShowMusicalInscripts
184
            - pref: OPACShowMusicalInscripts
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc (-2 / +1 lines)
Lines 169-175 Link Here
169
    [%- IF preference_value == "username" %]
169
    [%- IF preference_value == "username" %]
170
        [%- SET label = "Username" %]
170
        [%- SET label = "Username" %]
171
    [%- ELSIF preference_value == "cardnumberorusername" %]
171
    [%- ELSIF preference_value == "cardnumberorusername" %]
172
        [%- SET label = "Cardnumber or Username" %]
172
        [%- SET label = "Cardnumber or username" %]
173
    [%- END %]
173
    [%- END %]
174
    <label for="[% for | html %]">[% label | html %]:</label>
174
    <label for="[% for | html %]">[% label | html %]:</label>
175
[% END %]
175
[% END %]
176
- 

Return to bug 33766