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