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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc (+1 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
        <!-- TMPL_LOOP NAME="authtypesloop" -->
11
        <!-- TMPL_LOOP NAME="authtypesloop" -->
11
            <!-- TMPL_IF name="selected" -->
12
            <!-- TMPL_IF name="selected" -->
12
            <option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="authtypetext" --></option>
13
            <option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="authtypetext" --></option>
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authorities-home.tmpl (-1 / +1 lines)
Lines 16-21 Link Here
16
<legend>Authority search</legend>
16
<legend>Authority search</legend>
17
<ol>
17
<ol>
18
 <li><label for="authtypecode">Search: : </label> <select name="authtypecode" id="authtypecode">
18
 <li><label for="authtypecode">Search: : </label> <select name="authtypecode" id="authtypecode">
19
 				 <option value="">All Authority Types</option>
19
                <!-- TMPL_LOOP NAME="authtypesloop" -->
20
                <!-- TMPL_LOOP NAME="authtypesloop" -->
20
                <!-- TMPL_IF name="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="authtypetext" --></option>
21
                <!-- TMPL_IF name="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="authtypetext" --></option>
21
                <!-- TMPL_ELSE --><option value="<!-- TMPL_VAR NAME="value" -->"> <!-- TMPL_VAR NAME="authtypetext" --></option>
22
                <!-- TMPL_ELSE --><option value="<!-- TMPL_VAR NAME="value" -->"> <!-- TMPL_VAR NAME="authtypetext" --></option>
22
- 

Return to bug 5910