Fix for Bug 5972 - DisplayClearScreenButton preference introduces invalid markup
Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
84e43e0615
commit
735d986a0c
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
|
|||
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform">
|
||||
<fieldset id="circ_circulation_issue">
|
||||
<!-- TMPL_IF NAME="DisplayClearScreenButton" -->
|
||||
<input type=button value="Clear Screen" onClick="window.location = '/cgi-bin/koha/circ/circulation.pl'">
|
||||
<input type="button" value="Clear Screen" onclick="window.location = '/cgi-bin/koha/circ/circulation.pl'" />
|
||||
<!-- /TMPL_IF -->
|
||||
|
||||
<label for="barcode">Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->) </label>
|
||||
|
|
Loading…
Reference in a new issue