Lines 1-7
Link Here
|
1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
2 |
[% BLOCK 'alt-contact-style' %] |
2 |
[% BLOCK 'alt-contact-style' %] |
3 |
<fieldset class="rows" id="memberentry_altaddress"> |
3 |
<fieldset class="rows" id="memberentry_altaddress"> |
4 |
<legend id="alt_contact_lgd">Alternate contact</legend><ol> |
4 |
<legend id="alt_contact_lgd">Alternate contact</legend> |
5 |
<ol> |
5 |
<ol> |
6 |
[% IF Koha.Preference( 'AddressFormat' ) %] |
6 |
[% IF Koha.Preference( 'AddressFormat' ) %] |
7 |
[% PROCESS "member-alt-contact-style-${ Koha.Preference( 'AddressFormat' ) }" %] |
7 |
[% PROCESS "member-alt-contact-style-${ Koha.Preference( 'AddressFormat' ) }" %] |
8 |
- |
|
|