Lines 1-4
Link Here
|
1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
|
|
2 |
[% USE AuthorisedValues %] |
2 |
[% BLOCK 'alt-address-style' %] |
3 |
[% BLOCK 'alt-address-style' %] |
3 |
<fieldset class="rows" id="memberentry_address"> |
4 |
<fieldset class="rows" id="memberentry_address"> |
4 |
<legend id="alt_address_lgd">Alternate address</legend> |
5 |
<legend id="alt_address_lgd">Alternate address</legend> |
Lines 55-60
Link Here
|
55 |
[% END %] |
56 |
[% END %] |
56 |
|
57 |
|
57 |
[% BLOCK 'alt-address-style_roadtypes' %] |
58 |
[% BLOCK 'alt-address-style_roadtypes' %] |
|
|
59 |
[% SET roadtypes = AuthorisedValues.GetAuthValueDropbox('ROADTYPE') %] |
58 |
[% IF roadtypes %] |
60 |
[% IF roadtypes %] |
59 |
<li> |
61 |
<li> |
60 |
[% IF ( mandatoryB_streettype ) %] |
62 |
[% IF ( mandatoryB_streettype ) %] |