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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc (-1 / +3 lines)
Lines 7-12 Link Here
7
        <input type="hidden" name="op" value="do_search" />
7
        <input type="hidden" name="op" value="do_search" />
8
        <input type="hidden" name="type" value="intranet" />
8
        <input type="hidden" name="type" value="intranet" />
9
        <select name="authtypecode">
9
        <select name="authtypecode">
10
        <option value="">All Authority Types</option>
10
        [% FOREACH authtypesloo IN authtypesloop %]
11
        [% FOREACH authtypesloo IN authtypesloop %]
11
            [% IF ( authtypesloo.selected ) %]
12
            [% IF ( authtypesloo.selected ) %]
12
            <option value="[% authtypesloo.value %]" selected="selected">[% authtypesloo.authtypetext %]</option>
13
            <option value="[% authtypesloo.value %]" selected="selected">[% authtypesloo.authtypetext %]</option>
Lines 36-41 Link Here
36
        <input type="hidden" name="op" value="do_search" />
37
        <input type="hidden" name="op" value="do_search" />
37
        <input type="hidden" name="type" value="intranet" />
38
        <input type="hidden" name="type" value="intranet" />
38
        <select  name="authtypecode">
39
        <select  name="authtypecode">
40
        <option value="">All Authority Types</option>
39
        [% FOREACH authtypesloo IN authtypesloop %]
41
        [% FOREACH authtypesloo IN authtypesloop %]
40
            [% IF ( authtypesloo.selected ) %]
42
            [% IF ( authtypesloo.selected ) %]
41
            <option value="[% authtypesloo.value %]" selected="selected">[% authtypesloo.authtypetext %]</option>
43
            <option value="[% authtypesloo.value %]" selected="selected">[% authtypesloo.authtypetext %]</option>
Lines 67-72 Link Here
67
        <input type="hidden" name="op" value="do_search" />
69
        <input type="hidden" name="op" value="do_search" />
68
        <input type="hidden" name="type" value="intranet" />
70
        <input type="hidden" name="type" value="intranet" />
69
        <select name="authtypecode">
71
        <select name="authtypecode">
72
        <option value="">All Authority Types</option>
70
        [% FOREACH authtypesloo IN authtypesloop %]
73
        [% FOREACH authtypesloo IN authtypesloop %]
71
            [% IF ( authtypesloo.selected ) %]
74
            [% IF ( authtypesloo.selected ) %]
72
            <option value="[% authtypesloo.value %]" selected="selected">[% authtypesloo.authtypetext %]</option>
75
            <option value="[% authtypesloo.value %]" selected="selected">[% authtypesloo.authtypetext %]</option>
73
- 

Return to bug 5910