Lines 581-587
legend:hover {
Link Here
|
581 |
[% END %] |
581 |
[% END %] |
582 |
Guarantor surname: |
582 |
Guarantor surname: |
583 |
</label> |
583 |
</label> |
584 |
<input type="text" id="contactname" name="contactname" value="[% contactname | html %]" /> |
584 |
<input type="text" id="contactname" name="contactname" value="[% patron.contactname | html %]" /> |
585 |
[% IF ( mandatorycontactname ) %] |
585 |
[% IF ( mandatorycontactname ) %] |
586 |
<span class="required">Required</span> |
586 |
<span class="required">Required</span> |
587 |
[% END %] |
587 |
[% END %] |
Lines 598-604
legend:hover {
Link Here
|
598 |
[% END %] |
598 |
[% END %] |
599 |
Guarantor first name: |
599 |
Guarantor first name: |
600 |
</label> |
600 |
</label> |
601 |
<input type="text" id="contactfirstname" name="contactfirstname" value="[% contactfirstname | html %]" /> |
601 |
<input type="text" id="contactfirstname" name="contactfirstname" value="[% patron.contactfirstname | html %]" /> |
602 |
[% IF ( mandatorycontactfirstname ) %] |
602 |
[% IF ( mandatorycontactfirstname ) %] |
603 |
<span class="required">Required</span> |
603 |
<span class="required">Required</span> |
604 |
[% END %] |
604 |
[% END %] |
Lines 633-639
legend:hover {
Link Here
|
633 |
[% END %] |
633 |
[% END %] |
634 |
Primary phone: |
634 |
Primary phone: |
635 |
</label> |
635 |
</label> |
636 |
<input type="text" id="phone" name="phone" value="[% phone | html %]" /> |
636 |
<input type="text" id="phone" name="phone" value="[% patron.phone | html %]" /> |
637 |
[% IF ( mandatoryphone ) %] |
637 |
[% IF ( mandatoryphone ) %] |
638 |
<span class="required">Required</span> |
638 |
<span class="required">Required</span> |
639 |
[% END %] |
639 |
[% END %] |
Lines 650-656
legend:hover {
Link Here
|
650 |
[% END %] |
650 |
[% END %] |
651 |
Secondary phone: |
651 |
Secondary phone: |
652 |
</label> |
652 |
</label> |
653 |
<input type="text" id="phonepro" name="phonepro" value="[% phonepro | html %]" /> |
653 |
<input type="text" id="phonepro" name="phonepro" value="[% patron.phonepro | html %]" /> |
654 |
[% IF ( mandatoryphonepro ) %] |
654 |
[% IF ( mandatoryphonepro ) %] |
655 |
<span class="required">Required</span> |
655 |
<span class="required">Required</span> |
656 |
[% END %] |
656 |
[% END %] |
Lines 666-672
legend:hover {
Link Here
|
666 |
[% END %] |
666 |
[% END %] |
667 |
Other phone: |
667 |
Other phone: |
668 |
</label> |
668 |
</label> |
669 |
<input type="text" id="mobile" name="mobile" value="[% mobile | html %]" /> |
669 |
<input type="text" id="mobile" name="mobile" value="[% patron.mobile | html %]" /> |
670 |
[% IF ( mandatorymobile ) %] |
670 |
[% IF ( mandatorymobile ) %] |
671 |
<span class="required">Required</span> |
671 |
<span class="required">Required</span> |
672 |
[% END %] |
672 |
[% END %] |
Lines 682-688
legend:hover {
Link Here
|
682 |
[% END %] |
682 |
[% END %] |
683 |
Primary email: |
683 |
Primary email: |
684 |
</label> |
684 |
</label> |
685 |
<input type="text" id="email" name="email" size="45" value="[% email | html %]" /> |
685 |
<input type="text" id="email" name="email" size="45" value="[% patron.email | html %]" /> |
686 |
[% IF ( mandatoryemail ) %] |
686 |
[% IF ( mandatoryemail ) %] |
687 |
<span class="required">Required</span> |
687 |
<span class="required">Required</span> |
688 |
[% END %] |
688 |
[% END %] |
Lines 699-705
legend:hover {
Link Here
|
699 |
[% END %] |
699 |
[% END %] |
700 |
Secondary email: |
700 |
Secondary email: |
701 |
</label> |
701 |
</label> |
702 |
<input type="text" id="emailpro" name="emailpro" size="45" value="[% emailpro | html %]" /> |
702 |
<input type="text" id="emailpro" name="emailpro" size="45" value="[% patron.emailpro | html %]" /> |
703 |
[% IF ( mandatoryemailpro ) %] |
703 |
[% IF ( mandatoryemailpro ) %] |
704 |
<span class="required">Required</span> |
704 |
<span class="required">Required</span> |
705 |
[% END %] |
705 |
[% END %] |
Lines 715-721
legend:hover {
Link Here
|
715 |
[% END %] |
715 |
[% END %] |
716 |
Fax: |
716 |
Fax: |
717 |
</label> |
717 |
</label> |
718 |
<input type="text" id="fax" name="fax" value="[% fax | html %]" /> |
718 |
<input type="text" id="fax" name="fax" value="[% patron.fax | html %]" /> |
719 |
[% IF ( mandatoryfax ) %] |
719 |
[% IF ( mandatoryfax ) %] |
720 |
<span class="required">Required</span> |
720 |
<span class="required">Required</span> |
721 |
[% END %] |
721 |
[% END %] |
722 |
- |
|
|