View | Details | Raw Unified | Return to bug 18661
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-3 / +2 lines)
Lines 193-202 Link Here
193
	<fieldset class="rows">
193
	<fieldset class="rows">
194
    <legend>Patron attributes</legend>
194
    <legend>Patron attributes</legend>
195
    <ol><li class="radio">
195
    <ol><li class="radio">
196
        <input type="radio" id="ext_preserve_0" name="ext_preserve" value="0" checked="checked" /><label for="ext_preserve_0">Replace all patron attributes</label>
196
        <input type="radio" id="ext_preserve_0" name="ext_preserve" value="0" /><label for="ext_preserve_0">Replace all patron attributes</label>
197
        </li>
197
        </li>
198
        <li class="radio">
198
        <li class="radio">
199
        <input type="radio" id="ext_preserve_1" name="ext_preserve" value="1" /><label for="ext_preserve_1">Replace only included patron attributes</label>
199
        <input type="radio" id="ext_preserve_1" name="ext_preserve" value="1" checked="checked" /><label for="ext_preserve_1">Replace only included patron attributes</label>
200
        </li>
200
        </li>
201
    </ol>
201
    </ol>
202
    </fieldset>
202
    </fieldset>
203
- 

Return to bug 18661