Lines 141-148
Link Here
|
141 |
<fieldset class="rows"><legend>Relationship information</legend> |
141 |
<fieldset class="rows"><legend>Relationship information</legend> |
142 |
<ol> |
142 |
<ol> |
143 |
<li> |
143 |
<li> |
144 |
<label for="relationship">Special relationship: </label> |
144 |
<label for="special_relationship">Special relationship: </label> |
145 |
<select name="relationship" id="relationship"> |
145 |
<select name="relationship" id="special_relationship"> |
146 |
[% selected=relationship | html %] |
146 |
[% selected=relationship | html %] |
147 |
[% PROCESS selectoptionopen value='' %]None specified</option> |
147 |
[% PROCESS selectoptionopen value='' %]None specified</option> |
148 |
[% IF Koha.Preference('marcflavour') == 'MARC21' %] |
148 |
[% IF Koha.Preference('marcflavour') == 'MARC21' %] |