[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/circ circu... [rel_3_0]

Bruno Toumi btoumi at ouestprovence.fr
Tue Sep 5 16:40:44 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Bruno Toumi <btoumi>	06/09/05 14:40:44

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/circ: circulation.tmpl 

Log message:
	bug fix : remove bad url to add new borrowers
	create link to add adult and child borrowers

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.6&r2=1.6.2.1

Patches:
Index: circulation.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -b -r1.6 -r1.6.2.1
--- circulation.tmpl	1 Jun 2006 10:03:08 -0000	1.6
+++ circulation.tmpl	5 Sep 2006 14:40:44 -0000	1.6.2.1
@@ -142,7 +142,8 @@
 <!-- TMPL_IF NAME="message" -->
 <p>
   No patron matched <!-- TMPL_VAR name="message" -->
-  <a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add">Add a new patron</a>
+<a href="/cgi-bin/koha/members/memberentry.pl?op=add&category_type=A"/>Add adult</a>
+<a href="/cgi-bin/koha/members/memberentry.pl?op=add&category_type=C"/>Add child</a>  
 </p>
 <!-- /TMPL_IF -->
 
@@ -163,7 +164,8 @@
 
     <p>
       Patron not found?
-      <a href="/cgi-bin/koha/members/memberentry.pl?actionType=Add">Add a new patron</a>
+      <a href="/cgi-bin/koha/members/memberentry.pl?op=add&category_type=A"/>Add adult</a>
+      <a href="/cgi-bin/koha/members/memberentry.pl?op=add&category_type=C"/>Add child</a>  
     </p>
   </fieldset>
 </form>





More information about the Koha-cvs mailing list