[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/members... [rel_2_2]

Waylon Robertson wrobertson1981 at yahoo.co.nz
Sun Jan 28 04:44:34 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Waylon Robertson <genji>	07/01/28 03:44:34

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

Log message:
	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=rel_2_2&r1=1.1&r2=1.1.2.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.2.1
diff -u -b -r1.1 -r1.1.2.1
--- deletemem.tmpl	5 Oct 2004 08:59:56 -0000	1.1
+++ deletemem.tmpl	28 Jan 2007 03:44:34 -0000	1.1.2.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