|
Lines 1-4
Link Here
|
| 1 |
[% IF ( opduplicate ) %][% SET focusAction = "clearDupe" %][% END %] |
|
|
| 2 |
[% USE KohaDates %] |
1 |
[% USE KohaDates %] |
| 3 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
| 4 |
<title>Koha › Patrons › |
3 |
<title>Koha › Patrons › |
|
Lines 25-33
Link Here
|
| 25 |
document.form.state.value=RegExp.$3; |
24 |
document.form.state.value=RegExp.$3; |
| 26 |
document.form.country.value=RegExp.$4; |
25 |
document.form.country.value=RegExp.$4; |
| 27 |
}); |
26 |
}); |
| 28 |
$(".clearDupe").on("focus",function(){ |
|
|
| 29 |
$(this).val(""); |
| 30 |
}) |
| 31 |
|
27 |
|
| 32 |
[% IF categorycode %] |
28 |
[% IF categorycode %] |
| 33 |
update_category_code( "[% categorycode %]" ); |
29 |
update_category_code( "[% categorycode %]" ); |
|
Lines 268-276
Link Here
|
| 268 |
[% END %] |
264 |
[% END %] |
| 269 |
Surname: </label> |
265 |
Surname: </label> |
| 270 |
[% IF ( uppercasesurnames ) %] |
266 |
[% IF ( uppercasesurnames ) %] |
| 271 |
<input style="text-transform:uppercase;" type="text" id="surname" name="surname" size="20" value="[% surname %]" class="[% focusAction %]" /> |
267 |
<input style="text-transform:uppercase;" type="text" id="surname" name="surname" size="20" value="[% surname %]" /> |
| 272 |
[% ELSE %] |
268 |
[% ELSE %] |
| 273 |
<input type="text" id="surname" name="surname" size="20" value="[% surname %]" class="[% focusAction %]" /> |
269 |
<input type="text" id="surname" name="surname" size="20" value="[% surname %]" /> |
| 274 |
[% END %] |
270 |
[% END %] |
| 275 |
[% IF ( mandatorysurname ) %]<span class="required">Required</span>[% END %] |
271 |
[% IF ( mandatorysurname ) %]<span class="required">Required</span>[% END %] |
| 276 |
</li> |
272 |
</li> |
|
Lines 316-322
Link Here
|
| 316 |
<label for="initials"> |
312 |
<label for="initials"> |
| 317 |
[% END %] |
313 |
[% END %] |
| 318 |
Initials: </label> |
314 |
Initials: </label> |
| 319 |
<input type="text" id="initials" name="initials" size="20" value="[% initials %]" class="[% focusAction %]" /> |
315 |
<input type="text" id="initials" name="initials" size="20" value="[% initials %]" /> |
| 320 |
[% IF ( mandatoryinitials ) %]<span class="required">Required</span>[% END %] |
316 |
[% IF ( mandatoryinitials ) %]<span class="required">Required</span>[% END %] |
| 321 |
</li> |
317 |
</li> |
| 322 |
[% END %] |
318 |
[% END %] |
|
Lines 329-335
Link Here
|
| 329 |
<label for="othernames"> |
325 |
<label for="othernames"> |
| 330 |
[% END %] |
326 |
[% END %] |
| 331 |
Other name: </label> |
327 |
Other name: </label> |
| 332 |
<input type="text" id="othernames" name="othernames" size="20" value="[% othernames %]" class="[% focusAction %]" /> |
328 |
<input type="text" id="othernames" name="othernames" size="20" value="[% othernames %]" /> |
| 333 |
[% IF ( mandatoryothernames ) %]<span class="required">Required</span>[% END %] |
329 |
[% IF ( mandatoryothernames ) %]<span class="required">Required</span>[% END %] |
| 334 |
[% IF ( I ) %]<input type="hidden" name="sex" value="N" />[% END %] |
330 |
[% IF ( I ) %]<input type="hidden" name="sex" value="N" />[% END %] |
| 335 |
</li> |
331 |
</li> |
|
Lines 378-384
Link Here
|
| 378 |
<span>[% contactname %]</span> |
374 |
<span>[% contactname %]</span> |
| 379 |
<input name="contactname" id="contactname" type="hidden" size="20" value="[% contactname %]" /> |
375 |
<input name="contactname" id="contactname" type="hidden" size="20" value="[% contactname %]" /> |
| 380 |
[% ELSE %] |
376 |
[% ELSE %] |
| 381 |
<input name="contactname" id="contactname" type="text" size="20" value="[% contactname %]" class="[% focusAction %]" /> |
377 |
<input name="contactname" id="contactname" type="text" size="20" value="[% contactname %]" /> |
| 382 |
[% END %] |
378 |
[% END %] |
| 383 |
</li> |
379 |
</li> |
| 384 |
[% ELSE %] |
380 |
[% ELSE %] |
|
Lines 397-403
Link Here
|
| 397 |
<span>[% contactname %]</span> |
393 |
<span>[% contactname %]</span> |
| 398 |
<input name="contactname" id="contactname" type="hidden" size="20" value="[% contactname %]" /> |
394 |
<input name="contactname" id="contactname" type="hidden" size="20" value="[% contactname %]" /> |
| 399 |
[% ELSE %] |
395 |
[% ELSE %] |
| 400 |
<input name="contactname" id="contactname" type="text" size="20" value="[% contactname %]" class="[% focusAction %]" /> |
396 |
<input name="contactname" id="contactname" type="text" size="20" value="[% contactname %]" /> |
| 401 |
[% END %] |
397 |
[% END %] |
| 402 |
</li> |
398 |
</li> |
| 403 |
[% END %] |
399 |
[% END %] |
|
Lines 408-414
Link Here
|
| 408 |
<span>[% contactfirstname %]</span> |
404 |
<span>[% contactfirstname %]</span> |
| 409 |
<input name="contactfirstname" id="contactfirstname" type="hidden" size="20" value="[% contactfirstname %]" /> |
405 |
<input name="contactfirstname" id="contactfirstname" type="hidden" size="20" value="[% contactfirstname %]" /> |
| 410 |
[% ELSE %] |
406 |
[% ELSE %] |
| 411 |
<input name="contactfirstname" id="contactfirstname" type="text" size="20" value="[% contactfirstname %]" class="[% focusAction %]" /> |
407 |
<input name="contactfirstname" id="contactfirstname" type="text" size="20" value="[% contactfirstname %]" /> |
| 412 |
[% END %] |
408 |
[% END %] |
| 413 |
</li> |
409 |
</li> |
| 414 |
[% END %] |
410 |
[% END %] |
|
Lines 452-458
Link Here
|
| 452 |
<label for="streetnumber"> |
448 |
<label for="streetnumber"> |
| 453 |
[% END %] |
449 |
[% END %] |
| 454 |
Street number: </label> |
450 |
Street number: </label> |
| 455 |
<input type="text" id="streetnumber" name="streetnumber" size="5" value="[% streetnumber %]" class="[% focusAction %]" /> |
451 |
<input type="text" id="streetnumber" name="streetnumber" size="5" value="[% streetnumber %]" /> |
| 456 |
[% IF ( mandatorystreetnumber ) %]<span class="required">Required</span>[% END %] |
452 |
[% IF ( mandatorystreetnumber ) %]<span class="required">Required</span>[% END %] |
| 457 |
</li> |
453 |
</li> |
| 458 |
[% END %] |
454 |
[% END %] |
|
Lines 487-493
Link Here
|
| 487 |
<label for="address"> |
483 |
<label for="address"> |
| 488 |
[% END %] |
484 |
[% END %] |
| 489 |
Address: </label> |
485 |
Address: </label> |
| 490 |
<input type="text" id="address" name="address" size="35" value="[% address %]" class="[% focusAction %]" /> |
486 |
<input type="text" id="address" name="address" size="35" value="[% address %]" /> |
| 491 |
[% IF ( mandatoryaddress ) %]<span class="required">Required</span>[% END %] |
487 |
[% IF ( mandatoryaddress ) %]<span class="required">Required</span>[% END %] |
| 492 |
</li> |
488 |
</li> |
| 493 |
[% END %] |
489 |
[% END %] |
|
Lines 499-505
Link Here
|
| 499 |
<label for="address2"> |
495 |
<label for="address2"> |
| 500 |
[% END %] |
496 |
[% END %] |
| 501 |
Address 2: </label> |
497 |
Address 2: </label> |
| 502 |
<input type="text" id="address2" name="address2" size="35" value="[% address2 %]" class="[% focusAction %]" /> |
498 |
<input type="text" id="address2" name="address2" size="35" value="[% address2 %]" /> |
| 503 |
[% IF ( mandatoryaddress2 ) %]<span class="required">Required</span>[% END %] |
499 |
[% IF ( mandatoryaddress2 ) %]<span class="required">Required</span>[% END %] |
| 504 |
</li> |
500 |
</li> |
| 505 |
[% END %] |
501 |
[% END %] |
|
Lines 511-517
Link Here
|
| 511 |
<label for="city"> |
507 |
<label for="city"> |
| 512 |
[% END %] |
508 |
[% END %] |
| 513 |
City: </label> |
509 |
City: </label> |
| 514 |
<input type="text" id="city" name="city" size="20" value="[% city %]" class="[% focusAction %]" /> |
510 |
<input type="text" id="city" name="city" size="20" value="[% city %]" /> |
| 515 |
[% IF ( city_cgipopup ) %]or <strong>choose</strong> |
511 |
[% IF ( city_cgipopup ) %]or <strong>choose</strong> |
| 516 |
<select id="select_city" name="select_city"> |
512 |
<select id="select_city" name="select_city"> |
| 517 |
[% FOREACH city_loo IN city_loop %] |
513 |
[% FOREACH city_loo IN city_loop %] |
|
Lines 536-542
Link Here
|
| 536 |
<label for="state"> |
532 |
<label for="state"> |
| 537 |
[% END %] |
533 |
[% END %] |
| 538 |
State: </label> |
534 |
State: </label> |
| 539 |
<input type="text" name="state" id="state" size="20" value="[% state %]" class="[% focusAction %]" /> |
535 |
<input type="text" name="state" id="state" size="20" value="[% state %]" /> |
| 540 |
[% IF ( mandatorystate ) %]<span class="required">Required</span>[% END %] |
536 |
[% IF ( mandatorystate ) %]<span class="required">Required</span>[% END %] |
| 541 |
</li> |
537 |
</li> |
| 542 |
[% END %] |
538 |
[% END %] |
|
Lines 548-554
Link Here
|
| 548 |
<label for="zipcode"> |
544 |
<label for="zipcode"> |
| 549 |
[% END %] |
545 |
[% END %] |
| 550 |
Zip/Postal code: </label> |
546 |
Zip/Postal code: </label> |
| 551 |
<input type="text" name="zipcode" id="zipcode" size="10" value="[% zipcode %]" class="[% focusAction %]" /> |
547 |
<input type="text" name="zipcode" id="zipcode" size="10" value="[% zipcode %]" /> |
| 552 |
[% IF ( mandatoryzipcode ) %]<span class="required">Required</span>[% END %] |
548 |
[% IF ( mandatoryzipcode ) %]<span class="required">Required</span>[% END %] |
| 553 |
</li> |
549 |
</li> |
| 554 |
[% END %] |
550 |
[% END %] |
|
Lines 560-566
Link Here
|
| 560 |
<label for="country"> |
556 |
<label for="country"> |
| 561 |
[% END %] |
557 |
[% END %] |
| 562 |
Country: </label> |
558 |
Country: </label> |
| 563 |
<input type="text" name="country" id="country" size="20" value="[% country %]" class="[% focusAction %]" /> |
559 |
<input type="text" name="country" id="country" size="20" value="[% country %]" /> |
| 564 |
[% IF ( mandatorycountry ) %]<span class="required">Required</span>[% END %] |
560 |
[% IF ( mandatorycountry ) %]<span class="required">Required</span>[% END %] |
| 565 |
</li> |
561 |
</li> |
| 566 |
[% END %] |
562 |
[% END %] |
|
Lines 579-585
Link Here
|
| 579 |
<label for="phone"> |
575 |
<label for="phone"> |
| 580 |
[% END %] |
576 |
[% END %] |
| 581 |
Primary phone: </label> |
577 |
Primary phone: </label> |
| 582 |
<input type="text" id="phone" name="phone" value="[% phone %]" class="[% focusAction %]" /> |
578 |
<input type="text" id="phone" name="phone" value="[% phone %]" /> |
| 583 |
[% IF ( mandatoryphone ) %]<span class="required">Required</span>[% END %]<div class="hint">Shows on transit slips</div> |
579 |
[% IF ( mandatoryphone ) %]<span class="required">Required</span>[% END %]<div class="hint">Shows on transit slips</div> |
| 584 |
|
580 |
|
| 585 |
</li> |
581 |
</li> |
|
Lines 592-598
Link Here
|
| 592 |
<label for="phonepro"> |
588 |
<label for="phonepro"> |
| 593 |
[% END %] |
589 |
[% END %] |
| 594 |
Secondary phone: </label> |
590 |
Secondary phone: </label> |
| 595 |
<input type="text" id="phonepro" name="phonepro" value="[% phonepro %]" class="[% focusAction %]" /> |
591 |
<input type="text" id="phonepro" name="phonepro" value="[% phonepro %]" /> |
| 596 |
[% IF ( mandatoryphonepro ) %]<span class="required">Required</span>[% END %] |
592 |
[% IF ( mandatoryphonepro ) %]<span class="required">Required</span>[% END %] |
| 597 |
</li> |
593 |
</li> |
| 598 |
[% END %] |
594 |
[% END %] |
|
Lines 604-610
Link Here
|
| 604 |
<label for="mobile"> |
600 |
<label for="mobile"> |
| 605 |
[% END %] |
601 |
[% END %] |
| 606 |
Mobile phone: </label> |
602 |
Mobile phone: </label> |
| 607 |
<input type="text" id="mobile" name="mobile" value="[% mobile %]" class="[% focusAction %]" /> |
603 |
<input type="text" id="mobile" name="mobile" value="[% mobile %]" /> |
| 608 |
[% IF ( mandatorymobile ) %]<span class="required">Required</span>[% END %] |
604 |
[% IF ( mandatorymobile ) %]<span class="required">Required</span>[% END %] |
| 609 |
</li> |
605 |
</li> |
| 610 |
[% END %] |
606 |
[% END %] |
|
Lines 616-622
Link Here
|
| 616 |
<label for="email"> |
612 |
<label for="email"> |
| 617 |
[% END %] |
613 |
[% END %] |
| 618 |
Primary email: </label> |
614 |
Primary email: </label> |
| 619 |
<input type="text" id="email" name="email" size="45" value="[% email %]" class="[% focusAction %]" /> |
615 |
<input type="text" id="email" name="email" size="45" value="[% email %]" /> |
| 620 |
[% IF ( mandatoryemail ) %]<span class="required">Required</span>[% END %]<div class="hint">Shows on transit slips</div> |
616 |
[% IF ( mandatoryemail ) %]<span class="required">Required</span>[% END %]<div class="hint">Shows on transit slips</div> |
| 621 |
|
617 |
|
| 622 |
</li> |
618 |
</li> |
|
Lines 629-635
Link Here
|
| 629 |
<label for="emailpro"> |
625 |
<label for="emailpro"> |
| 630 |
[% END %] |
626 |
[% END %] |
| 631 |
Secondary email: </label> |
627 |
Secondary email: </label> |
| 632 |
<input type="text" id="emailpro" name="emailpro" size="45" value="[% emailpro %]" class="[% focusAction %]" /> |
628 |
<input type="text" id="emailpro" name="emailpro" size="45" value="[% emailpro %]" /> |
| 633 |
[% IF ( mandatoryemailpro ) %]<span class="required">Required</span>[% END %] |
629 |
[% IF ( mandatoryemailpro ) %]<span class="required">Required</span>[% END %] |
| 634 |
</li> |
630 |
</li> |
| 635 |
[% END %] |
631 |
[% END %] |
|
Lines 641-647
Link Here
|
| 641 |
<label for="fax"> |
637 |
<label for="fax"> |
| 642 |
[% END %] |
638 |
[% END %] |
| 643 |
Fax: </label> |
639 |
Fax: </label> |
| 644 |
<input type="text" id="fax" name="fax" value="[% fax %]" class="[% focusAction %]" /> |
640 |
<input type="text" id="fax" name="fax" value="[% fax %]" /> |
| 645 |
[% IF ( mandatoryfax ) %]<span class="required">Required</span>[% END %] |
641 |
[% IF ( mandatoryfax ) %]<span class="required">Required</span>[% END %] |
| 646 |
</li> |
642 |
</li> |
| 647 |
[% END %] |
643 |
[% END %] |
|
Lines 664-670
Link Here
|
| 664 |
<label for="B_address"> |
660 |
<label for="B_address"> |
| 665 |
[% END %] |
661 |
[% END %] |
| 666 |
Address: </label> |
662 |
Address: </label> |
| 667 |
<input type="text" id="B_address" name="B_address" size="40" value="[% B_address %]" class="[% focusAction %]" /> |
663 |
<input type="text" id="B_address" name="B_address" size="40" value="[% B_address %]" /> |
| 668 |
[% IF ( mandatoryB_address ) %]<span class="required">Required</span>[% END %] |
664 |
[% IF ( mandatoryB_address ) %]<span class="required">Required</span>[% END %] |
| 669 |
</li> |
665 |
</li> |
| 670 |
[% END %] |
666 |
[% END %] |
|
Lines 676-682
Link Here
|
| 676 |
<label for="B_address2"> |
672 |
<label for="B_address2"> |
| 677 |
[% END %] |
673 |
[% END %] |
| 678 |
Address 2: </label> |
674 |
Address 2: </label> |
| 679 |
<input type="text" id="B_address2" name="B_address2" size="40" value="[% B_address2 %]" class="[% focusAction %]" /> |
675 |
<input type="text" id="B_address2" name="B_address2" size="40" value="[% B_address2 %]" /> |
| 680 |
[% IF ( mandatoryB_address2 ) %]<span class="required">Required</span>[% END %] |
676 |
[% IF ( mandatoryB_address2 ) %]<span class="required">Required</span>[% END %] |
| 681 |
</li> |
677 |
</li> |
| 682 |
[% END %] |
678 |
[% END %] |
|
Lines 688-694
Link Here
|
| 688 |
<label for="B_city"> |
684 |
<label for="B_city"> |
| 689 |
[% END %] |
685 |
[% END %] |
| 690 |
City: </label> |
686 |
City: </label> |
| 691 |
<input type="text" id="B_city" name="B_city" size="20" value="[% B_city %]" class="[% focusAction %]" /> |
687 |
<input type="text" id="B_city" name="B_city" size="20" value="[% B_city %]" /> |
| 692 |
[% IF ( mandatoryB_city ) %]<span class="required">Required</span>[% END %] |
688 |
[% IF ( mandatoryB_city ) %]<span class="required">Required</span>[% END %] |
| 693 |
</li> |
689 |
</li> |
| 694 |
[% END %] |
690 |
[% END %] |
|
Lines 700-706
Link Here
|
| 700 |
<label for="B_state"> |
696 |
<label for="B_state"> |
| 701 |
[% END %] |
697 |
[% END %] |
| 702 |
State: </label> |
698 |
State: </label> |
| 703 |
<input type="text" id="B_state" name="B_state" size="20" value="[% B_state %]" class="[% focusAction %]" /> |
699 |
<input type="text" id="B_state" name="B_state" size="20" value="[% B_state %]" /> |
| 704 |
[% IF ( mandatoryB_state ) %]<span class="required">Required</span>[% END %] |
700 |
[% IF ( mandatoryB_state ) %]<span class="required">Required</span>[% END %] |
| 705 |
</li> |
701 |
</li> |
| 706 |
[% END %] |
702 |
[% END %] |
|
Lines 712-718
Link Here
|
| 712 |
<label for="B_zipcode"> |
708 |
<label for="B_zipcode"> |
| 713 |
[% END %] |
709 |
[% END %] |
| 714 |
Zip/Postal code: </label> |
710 |
Zip/Postal code: </label> |
| 715 |
<input type="text" id="B_zipcode" name="B_zipcode" maxlength="10" size="10" value="[% B_zipcode %]" class="[% focusAction %]" /> |
711 |
<input type="text" id="B_zipcode" name="B_zipcode" maxlength="10" size="10" value="[% B_zipcode %]" /> |
| 716 |
[% IF ( mandatoryB_zipcode ) %]<span class="required">Required</span>[% END %] |
712 |
[% IF ( mandatoryB_zipcode ) %]<span class="required">Required</span>[% END %] |
| 717 |
</li> |
713 |
</li> |
| 718 |
[% END %] |
714 |
[% END %] |
|
Lines 724-730
Link Here
|
| 724 |
<label for="B_country"> |
720 |
<label for="B_country"> |
| 725 |
[% END %] |
721 |
[% END %] |
| 726 |
Country: </label> |
722 |
Country: </label> |
| 727 |
<input type="text" id="B_country" name="B_country" size="20" value="[% B_country %]" class="[% focusAction %]" /> |
723 |
<input type="text" id="B_country" name="B_country" size="20" value="[% B_country %]" /> |
| 728 |
[% IF ( mandatoryB_country ) %]<span class="required">Required</span>[% END %] |
724 |
[% IF ( mandatoryB_country ) %]<span class="required">Required</span>[% END %] |
| 729 |
</li> |
725 |
</li> |
| 730 |
[% END %] |
726 |
[% END %] |
|
Lines 736-742
Link Here
|
| 736 |
<label for="B_phone"> |
732 |
<label for="B_phone"> |
| 737 |
[% END %] |
733 |
[% END %] |
| 738 |
Phone: </label> |
734 |
Phone: </label> |
| 739 |
<input type="text" id="B_phone" name="B_phone" value="[% B_phone %]" class="[% focusAction %]" /> |
735 |
<input type="text" id="B_phone" name="B_phone" value="[% B_phone %]" /> |
| 740 |
[% IF ( mandatoryB_phone ) %]<span class="required">Required</span>[% END %] |
736 |
[% IF ( mandatoryB_phone ) %]<span class="required">Required</span>[% END %] |
| 741 |
</li> |
737 |
</li> |
| 742 |
[% END %] |
738 |
[% END %] |
|
Lines 748-754
Link Here
|
| 748 |
<label for="B_email"> |
744 |
<label for="B_email"> |
| 749 |
[% END %] |
745 |
[% END %] |
| 750 |
Email: </label> |
746 |
Email: </label> |
| 751 |
<input type="text" id="B_email" name="B_email" size="45" value="[% B_email %]" class="[% focusAction %]" /> |
747 |
<input type="text" id="B_email" name="B_email" size="45" value="[% B_email %]" /> |
| 752 |
[% IF ( mandatoryB_email ) %]<span class="required">Required</span>[% END %] </li> |
748 |
[% IF ( mandatoryB_email ) %]<span class="required">Required</span>[% END %] </li> |
| 753 |
[% END %] |
749 |
[% END %] |
| 754 |
[% UNLESS nocontactnote %] |
750 |
[% UNLESS nocontactnote %] |
|
Lines 779-785
Link Here
|
| 779 |
<label for="altcontactsurname"> |
775 |
<label for="altcontactsurname"> |
| 780 |
[% END %] |
776 |
[% END %] |
| 781 |
Surname:</label> |
777 |
Surname:</label> |
| 782 |
<input type="text" name="altcontactsurname" id="altcontactsurname" value="[% altcontactsurname %]" class="[% focusAction %]" /> |
778 |
<input type="text" name="altcontactsurname" id="altcontactsurname" value="[% altcontactsurname %]" /> |
| 783 |
[% IF ( mandatoryaltcontactsurname ) %]<span class="required">Required</span>[% END %] |
779 |
[% IF ( mandatoryaltcontactsurname ) %]<span class="required">Required</span>[% END %] |
| 784 |
</li> |
780 |
</li> |
| 785 |
[% END %] |
781 |
[% END %] |
|
Lines 791-797
Link Here
|
| 791 |
<label for="altcontactfirstname"> |
787 |
<label for="altcontactfirstname"> |
| 792 |
[% END %] |
788 |
[% END %] |
| 793 |
First name:</label> |
789 |
First name:</label> |
| 794 |
<input type="text" name="altcontactfirstname" id="altcontactfirstname" value="[% altcontactfirstname %]" class="[% focusAction %]" /> |
790 |
<input type="text" name="altcontactfirstname" id="altcontactfirstname" value="[% altcontactfirstname %]" /> |
| 795 |
[% IF ( mandatoryaltcontactfirstname ) %]<span class="required">Required</span>[% END %] |
791 |
[% IF ( mandatoryaltcontactfirstname ) %]<span class="required">Required</span>[% END %] |
| 796 |
</li> |
792 |
</li> |
| 797 |
[% END %] |
793 |
[% END %] |
|
Lines 803-809
Link Here
|
| 803 |
<label for="altcontactaddress1"> |
799 |
<label for="altcontactaddress1"> |
| 804 |
[% END %] |
800 |
[% END %] |
| 805 |
Address:</label> |
801 |
Address:</label> |
| 806 |
<input type="text" name="altcontactaddress1" id="altcontactaddress1" value="[% altcontactaddress1 %]" size="40" class="[% focusAction %]" /> |
802 |
<input type="text" name="altcontactaddress1" id="altcontactaddress1" value="[% altcontactaddress1 %]" size="40" /> |
| 807 |
[% IF ( mandatoryaltcontactaddress1 ) %]<span class="required">Required</span>[% END %] |
803 |
[% IF ( mandatoryaltcontactaddress1 ) %]<span class="required">Required</span>[% END %] |
| 808 |
</li> |
804 |
</li> |
| 809 |
[% END %] |
805 |
[% END %] |
|
Lines 815-821
Link Here
|
| 815 |
<label for="altcontactaddress2"> |
811 |
<label for="altcontactaddress2"> |
| 816 |
[% END %] |
812 |
[% END %] |
| 817 |
Address 2:</label> |
813 |
Address 2:</label> |
| 818 |
<input type="text" name="altcontactaddress2" id="altcontactaddress2" value="[% altcontactaddress2 %]" size="40" class="[% focusAction %]" /> |
814 |
<input type="text" name="altcontactaddress2" id="altcontactaddress2" value="[% altcontactaddress2 %]" size="40" /> |
| 819 |
[% IF ( mandatoryaltcontactaddress2 ) %]<span class="required">Required</span>[% END %] |
815 |
[% IF ( mandatoryaltcontactaddress2 ) %]<span class="required">Required</span>[% END %] |
| 820 |
</li> |
816 |
</li> |
| 821 |
[% END %] |
817 |
[% END %] |
|
Lines 827-833
Link Here
|
| 827 |
<label for="altcontactaddress3"> |
823 |
<label for="altcontactaddress3"> |
| 828 |
[% END %] |
824 |
[% END %] |
| 829 |
City:</label> |
825 |
City:</label> |
| 830 |
<input type="text" name="altcontactaddress3" id="altcontactaddress3" value="[% altcontactaddress3 %]" size="20" class="[% focusAction %]" /> |
826 |
<input type="text" name="altcontactaddress3" id="altcontactaddress3" value="[% altcontactaddress3 %]" size="20" /> |
| 831 |
[% IF ( mandatoryaltcontactaddress3 ) %]<span class="required">Required</span>[% END %] |
827 |
[% IF ( mandatoryaltcontactaddress3 ) %]<span class="required">Required</span>[% END %] |
| 832 |
</li> |
828 |
</li> |
| 833 |
[% END %] |
829 |
[% END %] |
|
Lines 839-845
Link Here
|
| 839 |
<label for="altcontactstate"> |
835 |
<label for="altcontactstate"> |
| 840 |
[% END %] |
836 |
[% END %] |
| 841 |
State:</label> |
837 |
State:</label> |
| 842 |
<input type="text" name="altcontactstate" id="altcontactstate" value="[% altcontactstate %]" size="20" class="[% focusAction %]" /> |
838 |
<input type="text" name="altcontactstate" id="altcontactstate" value="[% altcontactstate %]" size="20" /> |
| 843 |
[% IF ( mandatoryaltcontactstate ) %]<span class="required">Required</span>[% END %] |
839 |
[% IF ( mandatoryaltcontactstate ) %]<span class="required">Required</span>[% END %] |
| 844 |
</li> |
840 |
</li> |
| 845 |
[% END %] |
841 |
[% END %] |
|
Lines 851-857
Link Here
|
| 851 |
<label for="altcontactzipcode"> |
847 |
<label for="altcontactzipcode"> |
| 852 |
[% END %] |
848 |
[% END %] |
| 853 |
Zip/Postal code:</label> |
849 |
Zip/Postal code:</label> |
| 854 |
<input type="text" name="altcontactzipcode" id="altcontactzipcode" value="[% altcontactzipcode %]" size="5" class="[% focusAction %]" /> |
850 |
<input type="text" name="altcontactzipcode" id="altcontactzipcode" value="[% altcontactzipcode %]" size="5" /> |
| 855 |
[% IF ( mandatoryaltcontactzipcode ) %]<span class="required">Required</span>[% END %] |
851 |
[% IF ( mandatoryaltcontactzipcode ) %]<span class="required">Required</span>[% END %] |
| 856 |
</li> |
852 |
</li> |
| 857 |
[% END %] |
853 |
[% END %] |
|
Lines 863-869
Link Here
|
| 863 |
<label for="altcontactcountry"> |
859 |
<label for="altcontactcountry"> |
| 864 |
[% END %] |
860 |
[% END %] |
| 865 |
Country:</label> |
861 |
Country:</label> |
| 866 |
<input type="text" name="altcontactcountry" id="altcontactcountry" value="[% altcontactcountry %]" size="20" class="[% focusAction %]" /> |
862 |
<input type="text" name="altcontactcountry" id="altcontactcountry" value="[% altcontactcountry %]" size="20" /> |
| 867 |
[% IF ( mandatoryaltcontactcountry ) %]<span class="required">Required</span>[% END %] |
863 |
[% IF ( mandatoryaltcontactcountry ) %]<span class="required">Required</span>[% END %] |
| 868 |
</li> |
864 |
</li> |
| 869 |
[% END %] |
865 |
[% END %] |
|
Lines 875-881
Link Here
|
| 875 |
<label for="altcontactphone"> |
871 |
<label for="altcontactphone"> |
| 876 |
[% END %] |
872 |
[% END %] |
| 877 |
Phone:</label> |
873 |
Phone:</label> |
| 878 |
<input type="text" name="altcontactphone" id="altcontactphone" value="[% altcontactphone %]" class="[% focusAction %]" /> |
874 |
<input type="text" name="altcontactphone" id="altcontactphone" value="[% altcontactphone %]" /> |
| 879 |
[% IF ( mandatoryaltcontactphone ) %]<span class="required">Required</span>[% END %] |
875 |
[% IF ( mandatoryaltcontactphone ) %]<span class="required">Required</span>[% END %] |
| 880 |
</li> |
876 |
</li> |
| 881 |
[% END %] |
877 |
[% END %] |
|
Lines 957-963
Link Here
|
| 957 |
<label for="sort1"> |
953 |
<label for="sort1"> |
| 958 |
[% END %] |
954 |
[% END %] |
| 959 |
Sort 1: </label> |
955 |
Sort 1: </label> |
| 960 |
[% PROCESS 'av-build-dropbox.inc' name="sort1", category="Bsort1", default=sort1, class=focusAction, size = 20 %] |
956 |
[% PROCESS 'av-build-dropbox.inc' name="sort1", category="Bsort1", default=sort1, size = 20 %] |
| 961 |
[% IF ( mandatorysort1 ) %]<span class="required">Required</span>[% END %] |
957 |
[% IF ( mandatorysort1 ) %]<span class="required">Required</span>[% END %] |
| 962 |
</li> |
958 |
</li> |
| 963 |
[% END %] |
959 |
[% END %] |
|
Lines 969-975
Link Here
|
| 969 |
<label for="sort2"> |
965 |
<label for="sort2"> |
| 970 |
[% END %] |
966 |
[% END %] |
| 971 |
Sort 2: </label> |
967 |
Sort 2: </label> |
| 972 |
[% PROCESS 'av-build-dropbox.inc' name="sort2", category="Bsort2", default=sort2, class=focusAction, size = 20 %] |
968 |
[% PROCESS 'av-build-dropbox.inc' name="sort2", category="Bsort2", default=sort2, size = 20 %] |
| 973 |
[% IF ( mandatorysort2 ) %]<span class="required">Required</span>[% END %] |
969 |
[% IF ( mandatorysort2 ) %]<span class="required">Required</span>[% END %] |
| 974 |
</li> |
970 |
</li> |
| 975 |
[% END %] |
971 |
[% END %] |
|
Lines 1364-1370
Link Here
|
| 1364 |
[% INCLUDE 'messaging-preference-form.inc' %] |
1360 |
[% INCLUDE 'messaging-preference-form.inc' %] |
| 1365 |
[% IF ( SMSSendDriver ) %] |
1361 |
[% IF ( SMSSendDriver ) %] |
| 1366 |
<p><label for="SMSnumber">SMS number:</label> |
1362 |
<p><label for="SMSnumber">SMS number:</label> |
| 1367 |
<input type="text" id="SMSnumber" name="SMSnumber" value="[% SMSnumber %]" class="[% focusAction %]" /> |
1363 |
<input type="text" id="SMSnumber" name="SMSnumber" value="[% SMSnumber %]" /> |
| 1368 |
</p> |
1364 |
</p> |
| 1369 |
[% END %] |
1365 |
[% END %] |
| 1370 |
</fieldset> |
1366 |
</fieldset> |
| 1371 |
- |
|
|