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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt (-1 / +1 lines)
Lines 18-24 Link Here
18
            <div class="col-xs-6">
18
            <div class="col-xs-6">
19
                <div id="patron-information">
19
                <div id="patron-information">
20
20
21
     [% UNLESS ( I ) %][% IF ( patron.othernames ) %]&ldquo;[% patron.othernames %]&rdquo;[% END %]
21
     [% UNLESS ( I ) %][% IF ( othernames ) %]&ldquo;[% othernames %]&rdquo;[% END %]
22
        <div class = "address">
22
        <div class = "address">
23
            <ul>
23
            <ul>
24
                [% IF Koha.Preference( 'AddressFormat' ) %]
24
                [% IF Koha.Preference( 'AddressFormat' ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-2 / +10 lines)
Lines 581-588 Link Here
581
                                    [% IF mandatory.defined('fax') %]<span class="required">Required</span>[% END %]
581
                                    [% IF mandatory.defined('fax') %]<span class="required">Required</span>[% END %]
582
                                </li>
582
                                </li>
583
                            [% END %]
583
                            [% END %]
584
                            [% UNLESS hidden.defined('primary_contact_method') %]
584
                            <li>
585
                            <li>
585
                               <label for="borrower_primary_contact_method">Main contact method:</label>
586
                                [% IF ( mandatory.defined('primary_contact_method') ) %]
587
                                    <label for="borrower_primary_contact_method" class="required">Main contact method:</label>
588
                                [% ELSE %]
589
                                    <label for="borrower_primary_contact_method">Main contact method:</label>
590
                                [% END %]
591
586
                               <select id="borrower_primary_contact_method" name="borrower_primary_contact_method">
592
                               <select id="borrower_primary_contact_method" name="borrower_primary_contact_method">
587
                               <option value=""></option>
593
                               <option value=""></option>
588
                                 [% FOREACH contactprincipalloo IN contactprincipalloop %]
594
                                 [% FOREACH contactprincipalloo IN contactprincipalloop %]
Lines 630-636 Link Here
630
                                    [% END %]
636
                                    [% END %]
631
                                 [% END %]
637
                                 [% END %]
632
                               </select>
638
                               </select>
639
640
                                [% IF ( mandatory.defined('primary_contact_method') ) %]<span class="required">Required</span>[% END %]
633
                            </li>
641
                            </li>
642
                            [% END %]
634
                        </ol>
643
                        </ol>
635
                    </fieldset>
644
                    </fieldset>
636
                [% END %]
645
                [% END %]
637
- 

Return to bug 11879