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 8-13 Link Here
8
        <input type="hidden" name="op" value="do_search" />
8
        <input type="hidden" name="op" value="do_search" />
9
        <input type="hidden" name="type" value="intranet" />
9
        <input type="hidden" name="type" value="intranet" />
10
        <select name="authtypecode">
10
        <select name="authtypecode">
11
        <option value="">All Authority Types</option>
11
        [% FOREACH authtypesloo IN authtypesloop %]
12
        [% FOREACH authtypesloo IN authtypesloop %]
12
            [% IF ( authtypesloo.selected ) %]
13
            [% IF ( authtypesloo.selected ) %]
13
            <option value="[% authtypesloo.value %]" selected="selected">[% authtypesloo.authtypetext %]</option>
14
            <option value="[% authtypesloo.value %]" selected="selected">[% authtypesloo.authtypetext %]</option>
Lines 37-42 Link Here
37
        <input type="hidden" name="op" value="do_search" />
38
        <input type="hidden" name="op" value="do_search" />
38
        <input type="hidden" name="type" value="intranet" />
39
        <input type="hidden" name="type" value="intranet" />
39
        <select  name="authtypecode">
40
        <select  name="authtypecode">
41
        <option value="">All Authority Types</option>
40
        [% FOREACH authtypesloo IN authtypesloop %]
42
        [% FOREACH authtypesloo IN authtypesloop %]
41
            [% IF ( authtypesloo.selected ) %]
43
            [% IF ( authtypesloo.selected ) %]
42
            <option value="[% authtypesloo.value %]" selected="selected">[% authtypesloo.authtypetext %]</option>
44
            <option value="[% authtypesloo.value %]" selected="selected">[% authtypesloo.authtypetext %]</option>
Lines 68-73 Link Here
68
        <input type="hidden" name="op" value="do_search" />
70
        <input type="hidden" name="op" value="do_search" />
69
        <input type="hidden" name="type" value="intranet" />
71
        <input type="hidden" name="type" value="intranet" />
70
        <select name="authtypecode">
72
        <select name="authtypecode">
73
        <option value="">All Authority Types</option>
71
        [% FOREACH authtypesloo IN authtypesloop %]
74
        [% FOREACH authtypesloo IN authtypesloop %]
72
            [% IF ( authtypesloo.selected ) %]
75
            [% IF ( authtypesloo.selected ) %]
73
            <option value="[% authtypesloo.value %]" selected="selected">[% authtypesloo.authtypetext %]</option>
76
            <option value="[% authtypesloo.value %]" selected="selected">[% authtypesloo.authtypetext %]</option>
74
- 

Return to bug 5910