Bug 12765: Fix capitalization - "Try another search"
To test: - Go to cataloguing - Perform a z39.50 search with no results - Check "Try another search" is displayed - Perform a z39.50 search with results - Verify display is correct as well. Signed-off-by: George Williams <georgew@latahlibrary.org> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
ead0d88c74
commit
bbdcc4c927
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
|
|||
[% ELSE %]
|
||||
<div class="dialog message">Nothing found.</div>
|
||||
[% END %]
|
||||
<p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_search.pl"><input type="hidden" name="biblionumber" value="[% biblionumber %]"/><input type="hidden" name="frameworkcode" value="[% frameworkcode %]"/><input type="submit" value="Try Another Search"/></form></p>
|
||||
<p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_search.pl"><input type="hidden" name="biblionumber" value="[% biblionumber %]"/><input type="hidden" name="frameworkcode" value="[% frameworkcode %]"/><input type="submit" value="Try another search"/></form></p>
|
||||
|
||||
[% END %]
|
||||
|
||||
|
|
Loading…
Reference in a new issue