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"> <div id="mainbloc">
<h1 class="circulation">Circulation: Returns</h1> <h1 class="circulation">Circulation: Returns</h1>
<p> <p>
<b>Branch:</b> <!-- TMPL_VAR NAME="branchname" -->, <b>Branch:</b> <!-- TMPL_VAR NAME="genbrname" -->,
<b>Printer:</b> <!-- TMPL_VAR NAME="printername" --> <b>Printer:</b> <!-- TMPL_VAR NAME="genprname" -->
<a href="selectbranchprinter.pl" class="button circulation">Change Settings</a> <a href="selectbranchprinter.pl" class="button circulation">Change Settings</a>
</p> </p>