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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-22 / +24 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Catalog &rsaquo; Advanced search</title>
2
<title>Koha &rsaquo; Catalog &rsaquo; Advanced search</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
<script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script>
4
<script type="text/JavaScript" language="JavaScript">
5
<script type="text/JavaScript" language="JavaScript">
5
	/**
6
	/**
6
	 *  Function add_field();
7
	 *  Function add_field();
Lines 16-21 Link Here
16
	$(document).ready(function() {
17
	$(document).ready(function() {
17
		$("input[name=q]:eq(0)").focus();
18
		$("input[name=q]:eq(0)").focus();
18
        $('#advsearches').tabs();
19
        $('#advsearches').tabs();
20
        $('#toolbar').fixFloat();
19
	});
21
	});
20
</script>
22
</script>
21
</head>
23
</head>
Lines 32-37 Link Here
32
<h1>Advanced search</h1>
34
<h1>Advanced search</h1>
33
<a href="/cgi-bin/koha/catalogue/itemsearch.pl">Go to item search</a>
35
<a href="/cgi-bin/koha/catalogue/itemsearch.pl">Go to item search</a>
34
36
37
<!-- SEARCH BUTTONS -->
38
<div id="toolbar" class="btn-toolbar">
39
    <fieldset class="action" id="submit1">
40
        <div class="btn-group">
41
            <button class="btn btn-small" type="submit" accesskey="s"><i class="fa fa-search"></i> Search</button>
42
        </div>
43
        <div class="btn-group">
44
        [% IF ( expanded_options ) %]
45
            <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=0" class="btn-small"><i class="fa fa-search-minus"></i> Fewer options</a>
46
        </div>
47
        [% ELSE %]
48
            <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=1" class="btn-small"><i class="fa fa-search-plus"></i> More options</a>
49
        </div>
50
        [% END %]
51
        <div class="btn-group">
52
            <a href="/cgi-bin/koha/catalogue/search.pl?do=Clear" class="btn-small"><i class="fa fa-times"></i> Clear fields</a>
53
        </div>
54
    </fieldset>
55
</div>
56
<!-- /SEARCH BUTTONS -->
57
58
35
[% IF ( outer_servers_loop ) %]
59
[% IF ( outer_servers_loop ) %]
36
<!-- DATABASES -->
60
<!-- DATABASES -->
37
61
Lines 84-99 Link Here
84
    </fieldset>
108
    </fieldset>
85
<!-- /BOOLEAN SEARCH OPTIONS -->
109
<!-- /BOOLEAN SEARCH OPTIONS -->
86
110
87
<!-- SEARCH BUTTONS -->
88
            <fieldset class="action" id="submit1"><input class="submit" type="submit" accesskey="s" value="Search" />
89
            [% IF ( expanded_options ) %]
90
            <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=0">[Fewer options]</a>
91
            [% ELSE %]
92
            <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=1">[More options]</a>
93
            [% END %]
94
            <a href="/cgi-bin/koha/catalogue/search.pl?do=Clear">[New search]</a>
95
            </fieldset>
96
<!-- /SEARCH BUTTONS -->
97
</div>
111
</div>
98
<!-- MC-TYPE LIMITS -->
112
<!-- MC-TYPE LIMITS -->
99
    <div class="yui-g">
113
    <div class="yui-g">
Lines 269-285 Link Here
269
        </p>
283
        </p>
270
</fieldset>
284
</fieldset>
271
<!-- /RANK LIMITS -->
285
<!-- /RANK LIMITS -->
272
273
<!-- SEARCH BUTTONS -->
274
            <fieldset class="action" id="submit2"><input class="submit" type="submit" accesskey="s" value="Search" />
275
            [% IF ( expanded_options ) %]
276
            <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=0">[Fewer options]</a>
277
            [% ELSE %]
278
            <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=1">[More options]</a>
279
            [% END %]
280
            <a href="/cgi-bin/koha/catalogue/search.pl?do=Clear">[New search]</a> 
281
            </fieldset>
282
<!-- /SEARCH BUTTONS -->
283
</div>
286
</div>
284
</div>
287
</div>
285
</form>
288
</form>
286
- 

Return to bug 16363