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

(-)a/koha-tmpl/opac-tmpl/prog/en/css/opac.css (+4 lines)
Lines 30-35 body { Link Here
30
    color : #C00;
30
    color : #C00;
31
}
31
}
32
32
33
a.ButtonPlus, a.ButtonLess {
34
	text-decoration : none;
35
}
36
33
caption {
37
caption {
34
	font-size : 140%;
38
	font-size : 140%;
35
	font-weight : bold;
39
	font-weight : bold;
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt (-3 / +2 lines)
Lines 125-132 Link Here
125
[% IF ( expanded_options ) %]
125
[% IF ( expanded_options ) %]
126
        <!--   [% IF ( search_box.scan_index ) %]<input type="checkbox" name="scan" id="scan" value="1" /> Scan Indexes[% END %] -->
126
        <!--   [% IF ( search_box.scan_index ) %]<input type="checkbox" name="scan" id="scan" value="1" /> Scan Indexes[% END %] -->
127
        [% IF ( !loop.first ) %]
127
        [% IF ( !loop.first ) %]
128
            <a class="ButtonPlus" name="ButtonPlus" title="Add another field">[+]</a>
128
            <a class="ButtonPlus" name="ButtonPlus" title="Add another field" href="#" onclick="return false;">[+]</a>
129
            <a class="ButtonLess" title="Remove field">[-]</a>
129
            <a class="ButtonLess" title="Remove field" href="#" onclick="return false;">[-]</a>
130
        [% END %]
130
        [% END %]
131
[% END %]
131
[% END %]
132
        </p>
132
        </p>
133
- 

Return to bug 10444