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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-3 / +2 lines)
Lines 73-81 Link Here
73
                [% IF cardnumber_wrong_length || cardnumber_already_exists %]
73
                [% IF cardnumber_wrong_length || cardnumber_already_exists %]
74
                    <div class="alert alert-error">
74
                    <div class="alert alert-error">
75
                        [% IF cardnumber_wrong_length %]
75
                        [% IF cardnumber_wrong_length %]
76
                        <strong>The entered <a href="#borrower_cardnumber">card number</a> is the wrong length.</strong>
76
                        <a href="#borrower_cardnumber"><strong>The entered card number is the wrong length.</strong></a>
77
                        [% ELSIF cardnumber_already_exists %]
77
                        [% ELSIF cardnumber_already_exists %]
78
                        <strong>The entered <a href="#borrower_cardnumber">card number</a> is already in use.</strong>
78
                        <a href="#borrower_cardnumber"><strong>The entered card number is already in use.</strong></a>
79
                        [% END %]
79
                        [% END %]
80
                        Please correct this and resubmit.
80
                        Please correct this and resubmit.
81
                    </div>
81
                    </div>
82
- 

Return to bug 16560