Lines 56-62
Link Here
|
56 |
[% ELSE %] |
56 |
[% ELSE %] |
57 |
<label for="altcontactsurname"> |
57 |
<label for="altcontactsurname"> |
58 |
[% END %] |
58 |
[% END %] |
59 |
Surname:</label> |
59 |
Surname: </label> |
60 |
<input type="text" name="altcontactsurname" id="altcontactsurname" value="[% patron.altcontactsurname | html %]" /> |
60 |
<input type="text" name="altcontactsurname" id="altcontactsurname" value="[% patron.altcontactsurname | html %]" /> |
61 |
[% IF ( mandatoryaltcontactsurname ) %]<span class="required">Required</span>[% END %] |
61 |
[% IF ( mandatoryaltcontactsurname ) %]<span class="required">Required</span>[% END %] |
62 |
</li> |
62 |
</li> |
Lines 71-77
Link Here
|
71 |
[% ELSE %] |
71 |
[% ELSE %] |
72 |
<label for="altcontactfirstname"> |
72 |
<label for="altcontactfirstname"> |
73 |
[% END %] |
73 |
[% END %] |
74 |
First name:</label> |
74 |
First name: </label> |
75 |
<input type="text" name="altcontactfirstname" id="altcontactfirstname" value="[% patron.altcontactfirstname | html %]" /> |
75 |
<input type="text" name="altcontactfirstname" id="altcontactfirstname" value="[% patron.altcontactfirstname | html %]" /> |
76 |
[% IF ( mandatoryaltcontactfirstname ) %]<span class="required">Required</span>[% END %] |
76 |
[% IF ( mandatoryaltcontactfirstname ) %]<span class="required">Required</span>[% END %] |
77 |
</li> |
77 |
</li> |
Lines 86-92
Link Here
|
86 |
[% ELSE %] |
86 |
[% ELSE %] |
87 |
<label for="altcontactaddress1"> |
87 |
<label for="altcontactaddress1"> |
88 |
[% END %] |
88 |
[% END %] |
89 |
Address:</label> |
89 |
Address: </label> |
90 |
<input type="text" name="altcontactaddress1" id="altcontactaddress1" value="[% patron.altcontactaddress1 | html %]" size="40" /> |
90 |
<input type="text" name="altcontactaddress1" id="altcontactaddress1" value="[% patron.altcontactaddress1 | html %]" size="40" /> |
91 |
[% IF ( mandatoryaltcontactaddress1 ) %]<span class="required">Required</span>[% END %] |
91 |
[% IF ( mandatoryaltcontactaddress1 ) %]<span class="required">Required</span>[% END %] |
92 |
</li> |
92 |
</li> |
Lines 101-107
Link Here
|
101 |
[% ELSE %] |
101 |
[% ELSE %] |
102 |
<label for="altcontactaddress2"> |
102 |
<label for="altcontactaddress2"> |
103 |
[% END %] |
103 |
[% END %] |
104 |
Address 2:</label> |
104 |
Address 2: </label> |
105 |
<input type="text" name="altcontactaddress2" id="altcontactaddress2" value="[% patron.altcontactaddress2 | html %]" size="40" /> |
105 |
<input type="text" name="altcontactaddress2" id="altcontactaddress2" value="[% patron.altcontactaddress2 | html %]" size="40" /> |
106 |
[% IF ( mandatoryaltcontactaddress2 ) %]<span class="required">Required</span>[% END %] |
106 |
[% IF ( mandatoryaltcontactaddress2 ) %]<span class="required">Required</span>[% END %] |
107 |
</li> |
107 |
</li> |
Lines 116-122
Link Here
|
116 |
[% ELSE %] |
116 |
[% ELSE %] |
117 |
<label for="altcontactzipcode"> |
117 |
<label for="altcontactzipcode"> |
118 |
[% END %] |
118 |
[% END %] |
119 |
ZIP/Postal code:</label> |
119 |
ZIP/Postal code: </label> |
120 |
<input type="text" name="altcontactzipcode" id="altcontactzipcode" value="[% patron.altcontactzipcode | html %]" size="5" /> |
120 |
<input type="text" name="altcontactzipcode" id="altcontactzipcode" value="[% patron.altcontactzipcode | html %]" size="5" /> |
121 |
[% IF ( mandatoryaltcontactzipcode ) %]<span class="required">Required</span>[% END %] |
121 |
[% IF ( mandatoryaltcontactzipcode ) %]<span class="required">Required</span>[% END %] |
122 |
</li> |
122 |
</li> |
Lines 131-137
Link Here
|
131 |
[% ELSE %] |
131 |
[% ELSE %] |
132 |
<label for="altcontactaddress3"> |
132 |
<label for="altcontactaddress3"> |
133 |
[% END %] |
133 |
[% END %] |
134 |
City:</label> |
134 |
City: </label> |
135 |
[% IF cities.count %] |
135 |
[% IF cities.count %] |
136 |
<select class="select_city" data-addressfield="altcontact" name="select_city"> |
136 |
<select class="select_city" data-addressfield="altcontact" name="select_city"> |
137 |
<option value="|||"></option> |
137 |
<option value="|||"></option> |
Lines 161-167
Link Here
|
161 |
[% ELSE %] |
161 |
[% ELSE %] |
162 |
<label for="altcontactstate"> |
162 |
<label for="altcontactstate"> |
163 |
[% END %] |
163 |
[% END %] |
164 |
State:</label> |
164 |
State: </label> |
165 |
<input type="text" name="altcontactstate" id="altcontactstate" value="[% patron.altcontactstate | html %]" size="20" /> |
165 |
<input type="text" name="altcontactstate" id="altcontactstate" value="[% patron.altcontactstate | html %]" size="20" /> |
166 |
[% IF ( mandatoryaltcontactstate ) %]<span class="required">Required</span>[% END %] |
166 |
[% IF ( mandatoryaltcontactstate ) %]<span class="required">Required</span>[% END %] |
167 |
</li> |
167 |
</li> |
Lines 176-182
Link Here
|
176 |
[% ELSE %] |
176 |
[% ELSE %] |
177 |
<label for="altcontactcountry"> |
177 |
<label for="altcontactcountry"> |
178 |
[% END %] |
178 |
[% END %] |
179 |
Country:</label> |
179 |
Country: </label> |
180 |
<input type="text" name="altcontactcountry" id="altcontactcountry" value="[% patron.altcontactcountry | html %]" size="20" /> |
180 |
<input type="text" name="altcontactcountry" id="altcontactcountry" value="[% patron.altcontactcountry | html %]" size="20" /> |
181 |
[% IF ( mandatoryaltcontactcountry ) %]<span class="required">Required</span>[% END %] |
181 |
[% IF ( mandatoryaltcontactcountry ) %]<span class="required">Required</span>[% END %] |
182 |
</li> |
182 |
</li> |
Lines 191-197
Link Here
|
191 |
[% ELSE %] |
191 |
[% ELSE %] |
192 |
<label for="altcontactphone"> |
192 |
<label for="altcontactphone"> |
193 |
[% END %] |
193 |
[% END %] |
194 |
Phone:</label> |
194 |
Phone: </label> |
195 |
<input type="text" name="altcontactphone" id="altcontactphone" value="[% patron.altcontactphone | html %]" /> |
195 |
<input type="text" name="altcontactphone" id="altcontactphone" value="[% patron.altcontactphone | html %]" /> |
196 |
[% IF ( mandatoryaltcontactphone ) %]<span class="required">Required</span>[% END %] |
196 |
[% IF ( mandatoryaltcontactphone ) %]<span class="required">Required</span>[% END %] |
197 |
</li> |
197 |
</li> |
198 |
- |
|
|