Lines 131-142
Link Here
|
131 |
</fieldset> |
131 |
</fieldset> |
132 |
[% IF ( ExtendedPatronAttributes ) %] |
132 |
[% IF ( ExtendedPatronAttributes ) %] |
133 |
<fieldset class="rows"> |
133 |
<fieldset class="rows"> |
134 |
<legend>Patron Attributes</legend> |
134 |
<legend>Patron attributes</legend> |
135 |
<ol><li class="radio"> |
135 |
<ol><li class="radio"> |
136 |
<input type="radio" id="ext_preserve_0" name="ext_preserve" value="0" checked="checked" /><label for="ext_preserve_0">Replace all Patron Attributes</label> |
136 |
<input type="radio" id="ext_preserve_0" name="ext_preserve" value="0" checked="checked" /><label for="ext_preserve_0">Replace all patron attributes</label> |
137 |
</li> |
137 |
</li> |
138 |
<li class="radio"> |
138 |
<li class="radio"> |
139 |
<input type="radio" id="ext_preserve_1" name="ext_preserve" value="1" /><label for="ext_preserve_1">Replace only included Patron Attributes</label> |
139 |
<input type="radio" id="ext_preserve_1" name="ext_preserve" value="1" /><label for="ext_preserve_1">Replace only included patron attributes</label> |
140 |
</li> |
140 |
</li> |
141 |
</ol> |
141 |
</ol> |
142 |
</fieldset> |
142 |
</fieldset> |
143 |
- |
|
|