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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/catalog-search-box.inc (-5 / +4 lines)
Lines 1-6 Link Here
1
[% IF ( CAN_user_catalogue ) %]
1
[% IF ( CAN_user_catalogue ) %]
2
    <div id="catalog_search" class="residentsearch">
2
    <div id="catalog_search" class="residentsearch">
3
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
3
        <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
4
            [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %]
4
            [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %]
5
                <label class="tip" for="search-form">Enter search keywords:</label>
5
                <label class="tip" for="search-form">Enter search keywords:</label>
6
                [% INCLUDE 'search_indexes.inc' %]
6
                [% INCLUDE 'search_indexes.inc' %]
Lines 12-18 Link Here
12
            [% ELSE %]
12
            [% ELSE %]
13
                <input type="text" name="q" id="search-form" size="40" value="[% ms_value | html %]" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
13
                <input type="text" name="q" id="search-form" size="40" value="[% ms_value | html %]" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
14
            [% END %]
14
            [% END %]
15
				<input type="submit" value="Submit" class="submit" />
15
            <input type="submit" value="Submit" class="submit" />
16
		</form>
16
        </form>
17
	</div>
17
    </div>
18
[% END %]
18
[% END %]
19
- 

Return to bug 26247