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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-2 / +1 lines)
Lines 143-149 function validate1(date) { Link Here
143
143
144
[% IF ( error ) %]
144
[% IF ( error ) %]
145
<div class="dialog alert">
145
<div class="dialog alert">
146
    [% IF ( error == 'AUTH_UPDATE_FAILED' ) %]
146
    [% IF ( AUTH_UPDATE_FAILED ) %]
147
        <h3>Userid / Password update failed</h3>
147
        <h3>Userid / Password update failed</h3>
148
        <strong>Insufficient privileges.</strong>
148
        <strong>Insufficient privileges.</strong>
149
        <p>Other fields updated.</p>
149
        <p>Other fields updated.</p>
150
- 

Return to bug 13910