[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/members mor... [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Tue Sep 19 15:41:02 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/09/19 13:41:02

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/members: moremember.tmpl 

Log message:
	Enabling intranetreadinghistory system preference for showing/hiding reading history in moremember.pl

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/members/moremember.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.5.2.10.2.4&r2=1.5.2.10.2.5

Patches:
Index: moremember.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/Attic/moremember.tmpl,v
retrieving revision 1.5.2.10.2.4
retrieving revision 1.5.2.10.2.5
diff -u -b -r1.5.2.10.2.4 -r1.5.2.10.2.5
--- moremember.tmpl	19 Sep 2006 13:22:11 -0000	1.5.2.10.2.4
+++ moremember.tmpl	19 Sep 2006 13:41:02 -0000	1.5.2.10.2.5
@@ -134,7 +134,7 @@
 		<th>Title</th>
 		<th>Due</th>
 		<th>Itemtype</th>
-		<th>Charge</th>
+		<!-- Hide from NPL --><th>Charge</th><!-- /Hide from NPL -->
 		<th>Price</th>
 		<!-- TMPL_UNLESS NAME="unvalidlibrarian"--><th>Renew</th><!-- /TMPL_UNLESS -->
 		<th>Return</th>
@@ -152,7 +152,7 @@
 		</td>
 		<td><!-- TMPL_VAR name="date_due" --></td>
 		<td><!-- TMPL_VAR name="itemtype" --></td>
-		<td class="credit"><!-- TMPL_VAR name="charge" --></td>
+		<!-- Hide from NPL --><td class="credit"><!-- TMPL_VAR name="charge" --></td><!-- /Hide from NPL -->
 		<td class="credit"><!-- TMPL_VAR name="replacementprice" --></td>
 		<!-- TMPL_UNLESS NAME="unvalidlibrarian"--><td>
 		<!-- TMPL_IF name="norenew" -->
@@ -206,9 +206,8 @@
 			<!-- TMPL_UNLESS NAME="unvalidlibrarian"--><p><input type="submit" class="cancel" name="submit" value="Cancel Marked Requests" /></p><!-- /TMPL_UNLESS -->
 		<!-- /TMPL_IF --></form>
 
-
-<h1>Reading Record</h1>
-<form class="inline" action="/cgi-bin/koha/readingrec.pl" method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR name="bornum" -->" /> <input type="submit" class="submit" value="View Patron's Reading Record" /></form>
+<!-- TMPL_IF NAME="intranetreadinghistory" --><h1>Reading Record</h1>
+<form class="inline" action="/cgi-bin/koha/readingrec.pl" method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR name="bornum" -->" /> <input type="submit" class="submit" value="View Patron's Reading Record" /></form><!-- /TMPL_IF -->
 
 </div>
 





More information about the Koha-cvs mailing list