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

(-)a/installer/data/mysql/atomicupdate/Bug_14902_Add_IntranetCatalogSearchPulldown_pref.sql (+1 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('IntranetCatalogSearchPulldown','0',NULL,'Show a search field pulldown for \"Search the catalog\" boxes. ','YesNo');
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 183-188 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
183
('IncludeSeeFromInSearches','0','','Include see-from references in searches.','YesNo'),
183
('IncludeSeeFromInSearches','0','','Include see-from references in searches.','YesNo'),
184
('IndependentBranches','0',NULL,'If ON, increases security between libraries','YesNo'),
184
('IndependentBranches','0',NULL,'If ON, increases security between libraries','YesNo'),
185
('IndependentBranchesPatronModifications','0', NULL, 'Show only modification request for the logged in branch','YesNo'),
185
('IndependentBranchesPatronModifications','0', NULL, 'Show only modification request for the logged in branch','YesNo'),
186
('IntranetCatalogSearchPulldown','0', NULL, 'Show a search field pulldown for \"Search the catalog\" boxes','YesNo'),
186
('OnSiteCheckouts','0','','Enable/Disable the on-site checkouts feature','YesNo'),
187
('OnSiteCheckouts','0','','Enable/Disable the on-site checkouts feature','YesNo'),
187
('OnSiteCheckoutsForce','0','','Enable/Disable the on-site for all cases (Even if a user is debarred, etc.)','YesNo'),
188
('OnSiteCheckoutsForce','0','','Enable/Disable the on-site for all cases (Even if a user is debarred, etc.)','YesNo'),
188
('InProcessingToShelvingCart','0','','If set, when any item with a location code of PROC is \'checked in\', it\'s location code will be changed to CART.','YesNo'),
189
('InProcessingToShelvingCart','0','','If set, when any item with a location code of PROC is \'checked in\', it\'s location code will be changed to CART.','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-search.inc (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
<div class="gradient">
2
<div class="gradient">
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Fund Admin Resident Search Box -->
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Fund Admin Resident Search Box -->
3
4
Lines 28-33 Link Here
28
    <div id="catalog_search" class="residentsearch">
29
    <div id="catalog_search" class="residentsearch">
29
    <p class="tip">Enter search keywords:</p>
30
    <p class="tip">Enter search keywords:</p>
30
        <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
31
        <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
32
             [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
31
             <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="query form-text" />
33
             <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="query form-text" />
32
                <input type="submit" value="Submit"  class="submit" />
34
                <input type="submit" value="Submit"  class="submit" />
33
        </form>
35
        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
<div class="gradient">
2
<div class="gradient">
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Catalogue Resident Search Box -->
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Catalogue Resident Search Box -->
3
<div id="header_search">
4
<div id="header_search">
Lines 25-30 Link Here
25
<div id="catalog_search" class="residentsearch">
26
<div id="catalog_search" class="residentsearch">
26
    <p class="tip">Enter search keywords:</p>
27
    <p class="tip">Enter search keywords:</p>
27
    <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
28
    <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
29
        [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
28
        <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
30
        <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
29
        <input type="submit" class="submit" value="Submit" />
31
        <input type="submit" class="submit" value="Submit" />
30
    </form>
32
    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc (-1 / +2 lines)
Lines 1-4 Link Here
1
1
[% USE Koha %]
2
<div class="gradient">
2
<div class="gradient">
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Cataloging Resident Search Box -->
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Cataloging Resident Search Box -->
4
    <div id="header_search">
4
    <div id="header_search">
Lines 33-38 Link Here
33
        <div id="catalog_search" class="residentsearch">
33
        <div id="catalog_search" class="residentsearch">
34
            <p class="tip">Enter search keywords:</p>
34
            <p class="tip">Enter search keywords:</p>
35
            <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
35
            <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
36
                [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
36
                <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
37
                <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
37
                <input type="submit" class="submit" value="Submit" />
38
                <input type="submit" class="submit" value="Submit" />
38
            </form>
39
            </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/checkin-search.inc (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
<div class="gradient">
2
<div class="gradient">
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Checkin Resident Search Box -->
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Checkin Resident Search Box -->
3
<div id="header_search">
4
<div id="header_search">
Lines 6-11 Link Here
6
<div id="catalog_search" class="residentsearch">
7
<div id="catalog_search" class="residentsearch">
7
    <p class="tip">Enter search keywords:</p>
8
    <p class="tip">Enter search keywords:</p>
8
    <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
9
    <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
10
        [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
9
        <input class="head-searchbox" type="text" name="q" id="search-form" size="40" />
11
        <input class="head-searchbox" type="text" name="q" id="search-form" size="40" />
10
        <input type="submit" class="submit" value="Submit"/>
12
        <input type="submit" class="submit" value="Submit"/>
11
    </form>
13
    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
<div class="gradient">
2
<div class="gradient">
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Circulation Resident Search Box -->
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Circulation Resident Search Box -->
3
4
Lines 23-28 Link Here
23
<div id="catalog_search" class="residentsearch">
24
<div id="catalog_search" class="residentsearch">
24
    <p class="tip">Enter search keywords:</p>
25
    <p class="tip">Enter search keywords:</p>
25
    <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
26
    <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
27
        [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
26
        <input class="head-searchbox" type="text" name="q" id="search-form" size="40" accesskey="q" />
28
        <input class="head-searchbox" type="text" name="q" id="search-form" size="40" accesskey="q" />
27
        <input type="submit" class="submit" value="Submit"/>
29
        <input type="submit" class="submit" value="Submit"/>
28
    </form>
30
    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cities-admin-search.inc (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
<div class="gradient">
2
<div class="gradient">
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Cities Resident Search Box -->
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Cities Resident Search Box -->
3
<div id="header_search">
4
<div id="header_search">
Lines 15-20 Link Here
15
    <div id="catalog_search" class="residentsearch">
16
    <div id="catalog_search" class="residentsearch">
16
	<p class="tip">Enter search keywords:</p>
17
	<p class="tip">Enter search keywords:</p>
17
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
18
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
19
             [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
18
             <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
20
             <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
19
				<input type="submit" value="Submit"  class="submit" />
21
				<input type="submit" value="Submit"  class="submit" />
20
		</form>
22
		</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/contracts-admin-search.inc (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
<div class="gradient">
2
<div class="gradient">
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Patrons Admin Resident Search Box -->
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Patrons Admin Resident Search Box -->
3
4
Lines 16-21 Link Here
16
    <div id="catalog_search" class="residentsearch">
17
    <div id="catalog_search" class="residentsearch">
17
	<p class="tip">Enter search keywords:</p>
18
	<p class="tip">Enter search keywords:</p>
18
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
19
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
20
             [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
19
             <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
21
             <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
20
				<input type="submit" value="Submit"  class="submit" />
22
				<input type="submit" value="Submit"  class="submit" />
21
		</form>
23
		</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/currencies-admin-search.inc (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
<div class="gradient">
2
<div class="gradient">
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Currencies Resident Search Box -->
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Currencies Resident Search Box -->
3
<div id="header_search">
4
<div id="header_search">
Lines 13-18 Link Here
13
    <div id="catalog_search" class="residentsearch">
14
    <div id="catalog_search" class="residentsearch">
14
	<p class="tip">Enter search keywords:</p>
15
	<p class="tip">Enter search keywords:</p>
15
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
16
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
17
             [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
16
             <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
18
             <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
17
				<input type="submit" value="Submit"  class="submit" />
19
				<input type="submit" value="Submit"  class="submit" />
18
		</form>
20
		</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
<div class="gradient">
2
<div class="gradient">
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Main page Resident Search Box -->
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Main page Resident Search Box -->
3
4
Lines 33-38 Link Here
33
<div id="catalog_search" class="residentsearch">
34
<div id="catalog_search" class="residentsearch">
34
    <p class="tip">Enter search keywords:</p>
35
    <p class="tip">Enter search keywords:</p>
35
    <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
36
    <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
37
        [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
36
        <input type="text" name="q" id="search-form" class="head-searchbox" size="40" accesskey="q" />
38
        <input type="text" name="q" id="search-form" class="head-searchbox" size="40" accesskey="q" />
37
        <input type="submit" class="submit" value="Submit"/>
39
        <input type="submit" class="submit" value="Submit"/>
38
    </form>
40
    </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/letters-search.inc (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
<div class="gradient">
2
<div class="gradient">
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Notices Resident Search Box -->
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Notices Resident Search Box -->
3
<div id="header_search">
4
<div id="header_search">
Lines 13-18 Link Here
13
    <div id="catalog_search" class="residentsearch">
14
    <div id="catalog_search" class="residentsearch">
14
	<p class="tip">Enter search keywords:</p>
15
	<p class="tip">Enter search keywords:</p>
15
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
16
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
17
            [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
16
            <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
18
            <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
17
				<input type="submit" name="op" value="Submit"  class="submit" />
19
				<input type="submit" name="op" value="Submit"  class="submit" />
18
		</form>
20
		</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-1 / +2 lines)
Lines 140-147 Link Here
140
    <div id="catalog_search" class="residentsearch">
140
    <div id="catalog_search" class="residentsearch">
141
    <p class="tip">Enter search keywords:</p>
141
    <p class="tip">Enter search keywords:</p>
142
        <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
142
        <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
143
             [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
143
             <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
144
             <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
144
                <input type="submit" name="op" id="opac-submit" value="Submit" class="submit" />
145
             <input type="submit" name="op" id="opac-submit" value="Submit" class="submit" />
145
        </form>
146
        </form>
146
    </div>[% END %]
147
    </div>[% END %]
147
148
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patrons-admin-search.inc (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
<div class="gradient">
2
<div class="gradient">
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Patrons Admin Resident Search Box -->
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Patrons Admin Resident Search Box -->
3
<div id="header_search">
4
<div id="header_search">
Lines 13-18 Link Here
13
    <div id="catalog_search" class="residentsearch">
14
    <div id="catalog_search" class="residentsearch">
14
	<p class="tip">Enter search keywords:</p>
15
	<p class="tip">Enter search keywords:</p>
15
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
16
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
17
            [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
16
            <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
18
            <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
17
				<input type="submit" value="Submit"  class="submit" />
19
				<input type="submit" value="Submit"  class="submit" />
18
		</form>
20
		</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-admin-search.inc (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
<div class="gradient">
2
<div class="gradient">
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1>
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1>
3
<div id="header_search">
4
<div id="header_search">
Lines 15-20 Link Here
15
    <div id="catalog_search" class="residentsearch">
16
    <div id="catalog_search" class="residentsearch">
16
<p class="tip">Enter search keywords:</p>
17
<p class="tip">Enter search keywords:</p>
17
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
18
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
19
             [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
18
             <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
20
             <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
19
				<input type="submit" value="Submit" class="submit" />
21
				<input type="submit" value="Submit" class="submit" />
20
		</form>
22
		</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/printers-admin-search.inc (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
<div class="gradient">
2
<div class="gradient">
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Printers Resident Search Box -->
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Printers Resident Search Box -->
3
<div id="header_search">
4
<div id="header_search">
Lines 13-18 Link Here
13
    <div id="catalog_search" class="residentsearch">
14
    <div id="catalog_search" class="residentsearch">
14
	<p class="tip">Enter search keywords:</p>
15
	<p class="tip">Enter search keywords:</p>
15
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
16
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
17
            [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
16
            <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
18
            <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
17
				<input type="submit" value="Submit"  class="submit" />
19
				<input type="submit" value="Submit"  class="submit" />
18
		</form>
20
		</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
<div class="gradient">
2
<div class="gradient">
2
  <h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Serials Resident Search Box -->
3
  <h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Serials Resident Search Box -->
3
  <div id="header_search">
4
  <div id="header_search">
Lines 22-27 Link Here
22
      <div id="catalog_search" class="residentsearch">
23
      <div id="catalog_search" class="residentsearch">
23
        <p class="tip">Enter search keywords:</p>
24
        <p class="tip">Enter search keywords:</p>
24
        <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
25
        <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
26
          [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
25
          <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
27
          <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
26
          <input type="submit" value="Submit"  class="submit" />
28
          <input type="submit" value="Submit"  class="submit" />
27
        </form>
29
        </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
<div class="gradient">
2
<div class="gradient">
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Suggestions Resident Search Box -->
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Suggestions Resident Search Box -->
3
<div id="header_search">
4
<div id="header_search">
Lines 18-23 Link Here
18
    <div id="catalog_search" class="residentsearch">
19
    <div id="catalog_search" class="residentsearch">
19
	<p class="tip">Enter search keywords:</p>
20
	<p class="tip">Enter search keywords:</p>
20
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
21
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
22
            [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
21
            <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
23
            <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
22
				<input type="submit" value="Submit"  class="submit" />
24
				<input type="submit" value="Submit"  class="submit" />
23
		</form>
25
		</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/z3950-admin-search.inc (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
<div class="gradient">
2
<div class="gradient">
2
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin z3950 Admin Resident Search Box -->
3
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin z3950 Admin Resident Search Box -->
3
<div id="header_search">
4
<div id="header_search">
Lines 15-20 Link Here
15
    <div id="catalog_search" class="residentsearch">
16
    <div id="catalog_search" class="residentsearch">
16
	<p class="tip">Enter search keywords:</p>
17
	<p class="tip">Enter search keywords:</p>
17
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
18
		<form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
19
            [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
18
            <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
20
            <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" />
19
				<input type="submit" value="Submit"  class="submit" />
21
				<input type="submit" value="Submit"  class="submit" />
20
		</form>
22
		</form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref (-1 / +6 lines)
Lines 144-146 Staff Client: Link Here
144
                 yes: "Enable"
144
                 yes: "Enable"
145
                 no: "Don't enable"
145
                 no: "Don't enable"
146
            - audio alerts for events defined in the audio alerts section of administration.
146
            - audio alerts for events defined in the audio alerts section of administration.
147
- 
147
        -
148
            - pref: IntranetCatalogSearchPulldown
149
              choices:
150
                  yes: Show
151
                  no: "Don't show"
152
            - a search field pulldown for 'Search the catalog' boxes.

Return to bug 14902