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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-2 / +1 lines)
Lines 207-213 $(document).ready(function() { Link Here
207
            <select name="authtype" id="authtype">
207
            <select name="authtype" id="authtype">
208
                <option value="">-- All --</option>
208
                <option value="">-- All --</option>
209
                [% FOREACH authority_type IN authority_types %]
209
                [% FOREACH authority_type IN authority_types %]
210
                    <option value="[% authtypeloo.value %]">[% authtypeloo.description %]</option>
210
                    <option value="[% authority_type.authtypecode %]">[% authority_type.authtypetext %]</option>
211
                [% END %]
211
                [% END %]
212
            </select>
212
            </select>
213
        </li>
213
        </li>
214
- 

Return to bug 19683