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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-advsearch.tt (-2 / +1 lines)
Lines 134-140 Link Here
134
<fieldset>
134
<fieldset>
135
<!-- PUB RANGE OPTION -->
135
<!-- PUB RANGE OPTION -->
136
<legend>Publication date range:</legend>
136
<legend>Publication date range:</legend>
137
<span>For example:  1999-2001.  You could also use "-1987" for everything published before 1987 or "2008-" for everything published after 2008.</span>
137
<p>For example:  1999-2001.  You could also use "-1987" for everything published in and before 1987 or "2008-" for everything published in 2008 and after.</p>
138
<input type="text" size="30" name="limit-yr" title="Enter search terms" value="" />
138
<input type="text" size="30" name="limit-yr" title="Enter search terms" value="" />
139
</fieldset>
139
</fieldset>
140
<!-- /PUB RANGE OPTION -->
140
<!-- /PUB RANGE OPTION -->
141
- 

Return to bug 8546