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 110-116 Link Here
110
    [%- IF preference_value == "username" %]
110
    [%- IF preference_value == "username" %]
111
        [%- SET label = "Username" %]
111
        [%- SET label = "Username" %]
112
    [%- ELSIF preference_value == "cardnumberorusername" %]
112
    [%- ELSIF preference_value == "cardnumberorusername" %]
113
        [%- SET label = "Cardnumber or Username" %]
113
        [%- SET label = "Cardnumber or username" %]
114
    [%- END %]
114
    [%- END %]
115
    <label for="[% for | html %]">[% label | html %]:</label>
115
    <label for="[% for | html %]">[% label | html %]:</label>
116
[% END %]
116
[% END %]
117
- 

Return to bug 33766