[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/members... [R_2-2-7-1]

Antoine Farnault antoine at koha-fr.org
Mon Feb 12 11:28:08 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		R_2-2-7-1
Changes by:	Antoine Farnault <toins>	07/02/12 10:28:08

Modified files:
	koha-tmpl/intranet-tmpl/default/en/members: deletemem.tmpl 

Log message:
	Commiting BUG FIX for 2.2.7.1.
	
	(a normal librarian can no longer delete a superlibrarian. and this template gives that reason.)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/members/deletemem.tmpl?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.1&r2=1.1.10.1

Patches:
Index: deletemem.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/default/en/members/Attic/deletemem.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.10.1
diff -u -b -r1.1 -r1.1.10.1
--- deletemem.tmpl	5 Oct 2004 08:59:56 -0000	1.1
+++ deletemem.tmpl	12 Feb 2007 10:28:08 -0000	1.1.10.1
@@ -12,6 +12,9 @@
 		<!-- TMPL_IF name="guarantees" -->
 			<p>Borrower has guarantees</p>
 		<!-- /TMPL_IF -->
+		<!-- TMPL_IF name="superlibrarian" -->
+		    <p>Borrower is a superlibrarian, and you are not.</p>
+		<!-- /TMPL_IF -->
 	</div>
 </div>
 <!-- TMPL_INCLUDE NAME="members-bottom.inc" -->





More information about the Koha-cvs mailing list