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 183-189 Link Here
183
    [%- IF preference_value == "username" %]
183
    [%- IF preference_value == "username" %]
184
        [%- SET label = "Username" %]
184
        [%- SET label = "Username" %]
185
    [%- ELSIF preference_value == "cardnumberorusername" %]
185
    [%- ELSIF preference_value == "cardnumberorusername" %]
186
        [%- SET label = "Cardnumber or Username" %]
186
        [%- SET label = "Cardnumber or username" %]
187
    [%- END %]
187
    [%- END %]
188
    <label for="[% for | html %]">[% label | html %]:</label>
188
    <label for="[% for | html %]">[% label | html %]:</label>
189
[% END %]
189
[% END %]
190
- 

Return to bug 33766