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

Antoine Farnault antoine at koha-fr.org
Tue Oct 31 11:49:14 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/31 10:49:14

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

Log message:
	main menu & submenu added.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/members/mancredit.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/members/maninvoice.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: mancredit.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/members/mancredit.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- mancredit.tmpl	26 Sep 2006 14:06:32 -0000	1.1.2.1
+++ mancredit.tmpl	31 Oct 2006 10:49:14 -0000	1.1.2.2
@@ -1,5 +1,8 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Patrons: Create Manual Credit<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 
+<!-- TMPL_INCLUDE NAME="menus.inc" -->
+<!-- TMPL_INCLUDE NAME="menu-members.inc" -->
+
 <h2>Manual Credit</h2>
 <form action="/cgi-bin/koha/members/mancredit.pl" method="post">
 <input type="hidden" name="bornum" value="<!-- TMPL_VAR Name="bornum" -->" />

Index: maninvoice.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/members/maninvoice.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- maninvoice.tmpl	26 Sep 2006 14:06:32 -0000	1.1.2.1
+++ maninvoice.tmpl	31 Oct 2006 10:49:14 -0000	1.1.2.2
@@ -1,5 +1,9 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Patrons: Create Manual Invoice<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 
+<!-- TMPL_INCLUDE NAME="menus.inc" -->
+<!-- TMPL_INCLUDE NAME="menu-members.inc" -->
+
+
 <form action="/cgi-bin/koha/members/maninvoice.pl" method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR Name="bornum" -->" />
 	<table>
 	<caption>Manual Invoice</caption>





More information about the Koha-cvs mailing list