|
Lines 48-53
$.tablesorter.addParser({
Link Here
|
| 48 |
}); |
48 |
}); |
| 49 |
} |
49 |
} |
| 50 |
}); |
50 |
}); |
|
|
51 |
<!-- TMPL_IF NAME="DisplayClearScreenButton" -->$("#toolbar ul").append("<li><input style=\"float:right;font-size:87%;\" type=\"button\" value=\""+_("Clear Screen")+"\" onclick=\"window.location = '/cgi-bin/koha/circ/circulation.pl'\" /></li>"); |
| 52 |
<!-- /TMPL_IF --> |
| 51 |
}); |
53 |
}); |
| 52 |
//]]> |
54 |
//]]> |
| 53 |
</script> |
55 |
</script> |
|
Lines 261-270
No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
Link Here
|
| 261 |
<!-- TMPL_ELSE --> |
263 |
<!-- TMPL_ELSE --> |
| 262 |
<div><!-- /TMPL_IF --><form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform"> |
264 |
<div><!-- /TMPL_IF --><form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform"> |
| 263 |
<fieldset id="circ_circulation_issue"> |
265 |
<fieldset id="circ_circulation_issue"> |
| 264 |
<!-- TMPL_IF NAME="DisplayClearScreenButton" --> |
|
|
| 265 |
<input type=button value="Clear Screen" onClick="window.location = '/cgi-bin/koha/circ/circulation.pl'"> |
| 266 |
<!-- /TMPL_IF --> |
| 267 |
|
| 268 |
<label for="barcode">Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->) </label> |
266 |
<label for="barcode">Checking out to <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->) </label> |
| 269 |
<div class="hint">Enter item barcode:</div> |
267 |
<div class="hint">Enter item barcode:</div> |
| 270 |
|
268 |
|
| 271 |
- |
|
|