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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-1 / +12 lines)
Lines 280-285 Link Here
280
you can supply dates in ISO format (e.g., '2010-10-28').
280
you can supply dates in ISO format (e.g., '2010-10-28').
281
        </li>
281
        </li>
282
    </ul>
282
    </ul>
283
    [% IF ( Koha.Preference('ExtendedPatronAttributes') == 1 ) %]
284
    <fieldset class="rows">
285
    <legend>Patron attributes</legend>
286
    <ol><li class="radio">
287
        <input type="radio" id="ext_preserve_0" name="ext_preserve" value="0" /><label for="ext_preserve_0">Replace all patron attributes</label>
288
        </li>
289
        <li class="radio">
290
        <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>
291
        </li>
292
    </ol>
293
    </fieldset>
294
    [% END %]
283
</div>
295
</div>
284
</div>
296
</div>
285
297
286
- 

Return to bug 18661