Lines 250-268
Link Here
|
250 |
</li> |
250 |
</li> |
251 |
[% END %] |
251 |
[% END %] |
252 |
|
252 |
|
253 |
[% SWITCH primary_contact_method %] |
253 |
[% IF ( primary_contact_method ) %] |
254 |
[% CASE 'phone' %] |
254 |
<li> |
255 |
<li><span class="label">Main contact method: </span>Phone</li> |
255 |
<span class="label">Main contact method: </span> |
256 |
[% CASE 'phonepro' %] |
256 |
[% SWITCH primary_contact_method %] |
257 |
<li><span class="label">Main contact method: </span>Secondary phone</li> |
257 |
[% CASE 'phone' %] |
258 |
[% CASE 'mobile' %] |
258 |
Primary phone |
259 |
<li><span class="label">Main contact method: </span>Other Phone</li> |
259 |
[% CASE 'phonepro' %] |
260 |
[% CASE 'email' %] |
260 |
Secondary phone |
261 |
<li><span class="label">Main contact method: </span>Primary email</li> |
261 |
[% CASE 'mobile' %] |
262 |
[% CASE 'emailpro' %] |
262 |
Other phone |
263 |
<li><span class="label">Main contact method: </span>Secondary email</li> |
263 |
[% CASE 'email' %] |
264 |
[% CASE 'fax' %] |
264 |
Primary email |
265 |
<li><span class="label">Main contact method: </span>Fax</li> |
265 |
[% CASE 'emailpro' %] |
|
|
266 |
Secondary email |
267 |
[% CASE 'fax' %] |
268 |
Fax |
269 |
[% END %] |
270 |
</li> |
266 |
[% END %] |
271 |
[% END %] |
267 |
</ol> |
272 |
</ol> |
268 |
</div> [% # /div.rows %] |
273 |
</div> [% # /div.rows %] |
269 |
- |
|
|