fixed branchname and printername in returns.tmpl

This commit is contained in:
shaunevans 2005-04-18 18:54:12 +00:00
parent 082e9fcb63
commit b0abd298c8

View file

@ -3,8 +3,8 @@
<div id="mainbloc">
<h1 class="circulation">Circulation: Returns</h1>
<p>
<b>Branch:</b> <!-- TMPL_VAR NAME="branchname" -->,
<b>Printer:</b> <!-- TMPL_VAR NAME="printername" -->
<b>Branch:</b> <!-- TMPL_VAR NAME="genbrname" -->,
<b>Printer:</b> <!-- TMPL_VAR NAME="genprname" -->
<a href="selectbranchprinter.pl" class="button circulation">Change Settings</a>
</p>