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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt (-3 / +2 lines)
Lines 6-12 Link Here
6
<body id="advsearch"><div id="doc3" class="yui-t7">
6
<body id="advsearch"><div id="doc3" class="yui-t7">
7
<div id="bd">
7
<div id="bd">
8
[% INCLUDE 'masthead.inc' %]
8
[% INCLUDE 'masthead.inc' %]
9
9
<div id="yui-main">
10
<form action="/cgi-bin/koha/opac-search.pl" method="get">
10
<form action="/cgi-bin/koha/opac-search.pl" method="get">
11
    <div class="yui-g">
11
    <div class="yui-g">
12
[% IF ( if_expanded_options_actually_worked ) %]
12
[% IF ( if_expanded_options_actually_worked ) %]
Lines 286-292 Link Here
286
286
287
<!-- /SEARCH BUTTONS --></div></div>
287
<!-- /SEARCH BUTTONS --></div></div>
288
</form>
288
</form>
289
289
</div>
290
<script type="text/javascript" language="javascript">
290
<script type="text/javascript" language="javascript">
291
    /* This function allows to display a new field to search.
291
    /* This function allows to display a new field to search.
292
    */
292
    */
293
- 

Return to bug 6437