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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-2 / +1 lines)
Lines 376-382 Link Here
376
                                                <label for="borrower_othernames" class="[% required.othernames | html %]">Other names:</label>
376
                                                <label for="borrower_othernames" class="[% required.othernames | html %]">Other names:</label>
377
377
378
                                                <input type="text" id="borrower_othernames" name="borrower_othernames" value="[% borrower.othernames | html %]" class="[% required.othernames | html %]" />
378
                                                <input type="text" id="borrower_othernames" name="borrower_othernames" value="[% borrower.othernames | html %]" class="[% required.othernames | html %]" />
379
                                                <div class="required_label [% required.initials | html %]">Required</div>
379
                                                <div class="required_label [% required.othernames | html %]">Required</div>
380
                                            </li>
380
                                            </li>
381
                                        [% END %]
381
                                        [% END %]
382
382
383
- 

Return to bug 31387