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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-1 / +4 lines)
Lines 365-371 function validate1(date) { Link Here
365
      <li><span class="label">Zip/Postal code: </span>[% B_zipcode %]</li>
365
      <li><span class="label">Zip/Postal code: </span>[% B_zipcode %]</li>
366
      [% IF ( B_country ) %]<li><span class="label">Country: </span>[% B_country %]</li>[% END %]
366
      [% IF ( B_country ) %]<li><span class="label">Country: </span>[% B_country %]</li>[% END %]
367
      [% IF ( B_phone ) %]<li><span class="label">Phone: </span>[% B_phone %]</li>[% END %]
367
      [% IF ( B_phone ) %]<li><span class="label">Phone: </span>[% B_phone %]</li>[% END %]
368
      [% IF ( B_email ) %]<li><span class="label">Email: </span><a href="mailto:[% B_email %]">[% email %]</a></li>[% END %]</ol></div>
368
      [% IF ( B_email ) %]<li><span class="label">Email: </span><a href="mailto:[% B_email %]">[% email %]</a></li>[% END %]
369
      [% IF ( contactnote ) %]<li><span class="label">Contact note: </span> [% contactnote %]</li>[% END %]
370
      </ol>
371
    </div>
369
</div>
372
</div>
370
<div class="action"><a href="memberentry.pl?op=modify&amp;borrowernumber=[% borrowernumber %]&amp;step=6">Edit</a></div>
373
<div class="action"><a href="memberentry.pl?op=modify&amp;borrowernumber=[% borrowernumber %]&amp;step=6">Edit</a></div>
371
    [% END %]
374
    [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-2 / +1 lines)
Lines 576-582 Link Here
576
                                    [% ELSE %]
576
                                    [% ELSE %]
577
                                        <label for="borrower_contactnote">
577
                                        <label for="borrower_contactnote">
578
                                    [% END %]
578
                                    [% END %]
579
                                    Contact Note:</label>
579
                                    Contact note:</label>
580
580
581
                                    <textarea id="borrower_contactnote" name="borrower_contactnote" cols="30" rows="2">[% borrower.contactnote %]</textarea>
581
                                    <textarea id="borrower_contactnote" name="borrower_contactnote" cols="30" rows="2">[% borrower.contactnote %]</textarea>
582
                                    [% IF mandatory.defined('contactnote') %]<span class="required">Required</span>[% END %]
582
                                    [% IF mandatory.defined('contactnote') %]<span class="required">Required</span>[% END %]
583
- 

Return to bug 9221