[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/members mo... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Thu Jan 11 17:02:37 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/01/11 16:02:37

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

Log message:
	add a button "Modification log" to know when the member has been updated.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.12.2.21&r2=1.12.2.22

Patches:
Index: moremember.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl,v
retrieving revision 1.12.2.21
retrieving revision 1.12.2.22
diff -u -b -r1.12.2.21 -r1.12.2.22
--- moremember.tmpl	11 Jan 2007 15:44:54 -0000	1.12.2.21
+++ moremember.tmpl	11 Jan 2007 16:02:36 -0000	1.12.2.22
@@ -67,6 +67,7 @@
     <a href="javascript:confirm_reregistration();" onclick="javascript:document.form.value='y'" class="gest_borro_op">
     Renew
     </a>
+    <a href="/cgi-bin/koha/tools/viewlog.pl?do_it=1&module=MEMBERS&action=MODIFY&object=<!-- TMPL_VAR NAME="borrowernumber"-->">Modification Log</a>
 </div>
 <br />
 <!-- TMPL_IF NAME="flagged" -->





More information about the Koha-cvs mailing list