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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl (-3 / +2 lines)
Lines 411-417 No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> Link Here
411
<!-- /TMPL_IF -->
411
<!-- /TMPL_IF -->
412
412
413
413
414
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform" onsubmit="if ($('#barcode').val() == '') {return printx_window('qslip')}">
414
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform" onsubmit="if ($('#barcode').val() == '') {return printx_window('qslip');}">
415
<fieldset id="circ_circulation_issue">
415
<fieldset id="circ_circulation_issue">
416
    <!-- TMPL_IF NAME="DisplayClearScreenButton" -->
416
    <!-- TMPL_IF NAME="DisplayClearScreenButton" -->
417
	    <input type=button value="Clear Screen" onClick="window.location = '/cgi-bin/koha/circ/circulation.pl'">
417
	    <input type=button value="Clear Screen" onClick="window.location = '/cgi-bin/koha/circ/circulation.pl'">
Lines 853-856 No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span> Link Here
853
<!-- TMPL_INCLUDE NAME="circ-menu.inc" -->
853
<!-- TMPL_INCLUDE NAME="circ-menu.inc" -->
854
</div><!-- /TMPL_IF --><!-- /TMPL_UNLESS -->
854
</div><!-- /TMPL_IF --><!-- /TMPL_UNLESS -->
855
</div>
855
</div>
856
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
856
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
857
- 

Return to bug 4389