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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-9 / +8 lines)
Lines 552-558 Link Here
552
                                                    [% END %]
552
                                                    [% END %]
553
                                                        Guarantor surname:
553
                                                        Guarantor surname:
554
                                                    </label>
554
                                                    </label>
555
                                                    <input type="text" id="contactname" name="contactname" value="[% contactname | html %]" />
555
                                                    <input type="text" id="contactname" name="contactname" value="[% patron.contactname | html %]" />
556
                                                    [% IF ( mandatorycontactname ) %]
556
                                                    [% IF ( mandatorycontactname ) %]
557
                                                        <span class="required">Required</span>
557
                                                        <span class="required">Required</span>
558
                                                    [% END %]
558
                                                    [% END %]
Lines 569-575 Link Here
569
                                                    [% END %]
569
                                                    [% END %]
570
                                                        Guarantor first name:
570
                                                        Guarantor first name:
571
                                                    </label>
571
                                                    </label>
572
                                                    <input type="text" id="contactfirstname" name="contactfirstname" value="[% contactfirstname | html %]" />
572
                                                    <input type="text" id="contactfirstname" name="contactfirstname" value="[% patron.contactfirstname | html %]" />
573
                                                    [% IF ( mandatorycontactfirstname ) %]
573
                                                    [% IF ( mandatorycontactfirstname ) %]
574
                                                        <span class="required">Required</span>
574
                                                        <span class="required">Required</span>
575
                                                    [% END %]
575
                                                    [% END %]
Lines 604-610 Link Here
604
                                                    [% END %]
604
                                                    [% END %]
605
                                                        Primary phone:
605
                                                        Primary phone:
606
                                                    </label>
606
                                                    </label>
607
                                                    <input type="text" id="phone" name="phone" value="[% phone | html %]" />
607
                                                    <input type="text" id="phone" name="phone" value="[% patron.phone | html %]" />
608
                                                    [% IF ( mandatoryphone ) %]
608
                                                    [% IF ( mandatoryphone ) %]
609
                                                        <span class="required">Required</span>
609
                                                        <span class="required">Required</span>
610
                                                    [% END %]
610
                                                    [% END %]
Lines 621-627 Link Here
621
                                                    [% END %]
621
                                                    [% END %]
622
                                                        Secondary phone:
622
                                                        Secondary phone:
623
                                                    </label>
623
                                                    </label>
624
                                                    <input type="text" id="phonepro" name="phonepro" value="[% phonepro | html %]" />
624
                                                    <input type="text" id="phonepro" name="phonepro" value="[% patron.phonepro | html %]" />
625
                                                    [% IF ( mandatoryphonepro ) %]
625
                                                    [% IF ( mandatoryphonepro ) %]
626
                                                        <span class="required">Required</span>
626
                                                        <span class="required">Required</span>
627
                                                    [% END %]
627
                                                    [% END %]
Lines 637-643 Link Here
637
                                                    [% END %]
637
                                                    [% END %]
638
                                                        Other phone:
638
                                                        Other phone:
639
                                                    </label>
639
                                                    </label>
640
                                                    <input type="text" id="mobile" name="mobile" value="[% mobile | html %]" />
640
                                                    <input type="text" id="mobile" name="mobile" value="[% patron.mobile | html %]" />
641
                                                    [% IF ( mandatorymobile ) %]
641
                                                    [% IF ( mandatorymobile ) %]
642
                                                        <span class="required">Required</span>
642
                                                        <span class="required">Required</span>
643
                                                    [% END %]
643
                                                    [% END %]
Lines 653-659 Link Here
653
                                                    [% END %]
653
                                                    [% END %]
654
                                                        Primary email:
654
                                                        Primary email:
655
                                                    </label>
655
                                                    </label>
656
                                                    <input type="text" id="email" name="email" size="45" value="[% email | html %]" />
656
                                                    <input type="text" id="email" name="email" size="45" value="[% patron.email | html %]" />
657
                                                    [% IF ( mandatoryemail ) %]
657
                                                    [% IF ( mandatoryemail ) %]
658
                                                        <span class="required">Required</span>
658
                                                        <span class="required">Required</span>
659
                                                    [% END %]
659
                                                    [% END %]
Lines 670-676 Link Here
670
                                                    [% END %]
670
                                                    [% END %]
671
                                                        Secondary email:
671
                                                        Secondary email:
672
                                                    </label>
672
                                                    </label>
673
                                                    <input type="text" id="emailpro" name="emailpro" size="45" value="[% emailpro | html %]" />
673
                                                    <input type="text" id="emailpro" name="emailpro" size="45" value="[% patron.emailpro | html %]" />
674
                                                    [% IF ( mandatoryemailpro ) %]
674
                                                    [% IF ( mandatoryemailpro ) %]
675
                                                        <span class="required">Required</span>
675
                                                        <span class="required">Required</span>
676
                                                    [% END %]
676
                                                    [% END %]
Lines 686-692 Link Here
686
                                                    [% END %]
686
                                                    [% END %]
687
                                                        Fax:
687
                                                        Fax:
688
                                                    </label>
688
                                                    </label>
689
                                                    <input type="text" id="fax" name="fax" value="[% fax | html %]" />
689
                                                    <input type="text" id="fax" name="fax" value="[% patron.fax | html %]" />
690
                                                    [% IF ( mandatoryfax ) %]
690
                                                    [% IF ( mandatoryfax ) %]
691
                                                        <span class="required">Required</span>
691
                                                        <span class="required">Required</span>
692
                                                    [% END %]
692
                                                    [% END %]
693
- 

Return to bug 23808