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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl (-2 / +1 lines)
Lines 415-421 No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> Link Here
415
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform">
415
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform">
416
<fieldset id="circ_circulation_issue">
416
<fieldset id="circ_circulation_issue">
417
    <!-- TMPL_IF NAME="DisplayClearScreenButton" -->
417
    <!-- TMPL_IF NAME="DisplayClearScreenButton" -->
418
	    <input type=button value="Clear Screen" onClick="window.location = '/cgi-bin/koha/circ/circulation.pl'">
418
	    <input type="button" value="Clear Screen" onclick="window.location = '/cgi-bin/koha/circ/circulation.pl'" />
419
    <!-- /TMPL_IF -->
419
    <!-- /TMPL_IF -->
420
420
421
    <label for="barcode">Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->) </label>
421
    <label for="barcode">Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->) </label>
422
- 

Return to bug 5972