|
Lines 561-566
legend:hover {
Link Here
|
| 561 |
[% UNLESS noaddress && noaddress2 && nocity && nostate && nozipcode && nocountry %] |
561 |
[% UNLESS noaddress && noaddress2 && nocity && nostate && nozipcode && nocountry %] |
| 562 |
[% IF Koha.Preference( 'AddressFormat' ) %] |
562 |
[% IF Koha.Preference( 'AddressFormat' ) %] |
| 563 |
[% INCLUDE "member-main-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %] |
563 |
[% INCLUDE "member-main-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %] |
|
|
564 |
[% ELSE %] |
| 565 |
[% INCLUDE 'member-main-address-style-us.inc' %] |
| 564 |
[% END %] |
566 |
[% END %] |
| 565 |
[% END # /UNLESS nostreet && nocity etc group%] |
567 |
[% END # /UNLESS nostreet && nocity etc group%] |
| 566 |
|
568 |
|
|
Lines 726-742
legend:hover {
Link Here
|
| 726 |
|
728 |
|
| 727 |
[% IF ( step_6 ) %] |
729 |
[% IF ( step_6 ) %] |
| 728 |
[% UNLESS noB_address && noB_address2 && noB_city && noB_zipcode && noB_state && noB_country &&nocontactnote && noB_phone && noB_email %] |
730 |
[% UNLESS noB_address && noB_address2 && noB_city && noB_zipcode && noB_state && noB_country &&nocontactnote && noB_phone && noB_email %] |
| 729 |
[% SWITCH Koha.Preference( 'AddressFormat' ) %] |
731 |
[% IF Koha.Preference( 'AddressFormat' ) %] |
| 730 |
[% CASE 'de' %] |
732 |
[% INCLUDE "member-main-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %] |
| 731 |
[% INCLUDE 'member-alt-address-style-de.inc' %] |
733 |
[% ELSE %] |
| 732 |
[% CASE # us %] |
734 |
[% INCLUDE 'member-main-address-style-us.inc' %] |
| 733 |
[% INCLUDE 'member-alt-address-style-us.inc' %] |
735 |
[% END %] |
| 734 |
[% END %] |
|
|
| 735 |
[% END # UNLESS noB_address && noB_city && noB_state && noB_phone && noB_email %] |
736 |
[% END # UNLESS noB_address && noB_city && noB_state && noB_phone && noB_email %] |
| 736 |
[% END # /IF ( step_6 ) %] |
737 |
[% END # /IF ( step_6 ) %] |
| 737 |
|
738 |
|
| 738 |
[% IF ( step_2 ) %] |
739 |
[% IF ( step_2 ) %] |
| 739 |
[% UNLESS noaltcontactsurname && noaltcontactfirstname && noaltcontactaddress1 && noaltcontactaddress2 && noaltcontactaddress3 && noaltcontactstate && noaltcontactzipcode && noaltcontactcountry && noaltcontactphone %] |
740 |
[% UNLESS noaltcontactsurname && noaltcontactfirstname && noaltcontactaddress1 && noaltcontactaddress2 && noaltcontactaddress3 && noaltcontactstate && noaltcontactzipcode && noaltcontactcountry && noaltcontactphone %] |
|
|
741 |
[% IF Koha.Preference( 'AddressFormat' ) %] |
| 742 |
[% INCLUDE "member-main-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %] |
| 743 |
[% ELSE %] |
| 744 |
[% INCLUDE 'member-main-address-style-us.inc' %] |
| 745 |
[% END %] |
| 740 |
[% SWITCH Koha.Preference( 'AddressFormat' ) %] |
746 |
[% SWITCH Koha.Preference( 'AddressFormat' ) %] |
| 741 |
[% CASE 'de' %] |
747 |
[% CASE 'de' %] |
| 742 |
[% INCLUDE 'member-alt-contact-style-de.inc' %] |
748 |
[% INCLUDE 'member-alt-contact-style-de.inc' %] |
| 743 |
- |
|
|