[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-reserve.tmpl [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Tue Apr 18 22:42:09 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/04/18 20:42:09

Modified files:
	koha-tmpl/opac-tmpl/npl/en: opac-reserve.tmpl 

Log message:
	Adding message about reserve fee, if applicable.  Hopefully it is not hostile.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-reserve.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.3&tr2=1.1.2.4&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/opac-tmpl/npl/en/opac-reserve.tmpl
diff -u koha/koha-tmpl/opac-tmpl/npl/en/opac-reserve.tmpl:1.1.2.3 koha/koha-tmpl/opac-tmpl/npl/en/opac-reserve.tmpl:1.1.2.4
--- koha/koha-tmpl/opac-tmpl/npl/en/opac-reserve.tmpl:1.1.2.3	Wed Aug 10 16:03:10 2005
+++ koha/koha-tmpl/opac-tmpl/npl/en/opac-reserve.tmpl	Tue Apr 18 20:42:09 2006
@@ -96,6 +96,9 @@
 <!-- /TMPL_IF -->
 		<tr><th>Pick up From: </th><td><!-- TMPL_VAR NAME="branchname" --><input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->"></td></tr>
 </table>
+		<!-- TMPL_IF NAME="fee" -->
+			<p>Note there will be a reserve charge of <strong>$<!-- TMPL_VAR NAME="fee" --></strong></p>
+		<!-- /TMPL_IF -->
 </div>
 <p><input type="submit" value="Finish and Place Reservation" class="submit" onclick="this.value='Please wait...'; this.disabled=true; this.form.submit();"></p>
 





More information about the Koha-cvs mailing list