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

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Feb 6 20:35:42 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/02/06 19:35:42

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

Log message:
	Fixing incorrect path to addchild script

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/moremember.tmpl.diff?only_with_tag=rel_2_2&tr1=1.5.2.8&tr2=1.5.2.9&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/members/moremember.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/members/moremember.tmpl:1.5.2.8 koha/koha-tmpl/intranet-tmpl/npl/en/members/moremember.tmpl:1.5.2.9
--- koha/koha-tmpl/intranet-tmpl/npl/en/members/moremember.tmpl:1.5.2.8	Wed Sep 14 20:24:53 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/members/moremember.tmpl	Mon Feb  6 19:35:42 2006
@@ -9,7 +9,7 @@
 <div class="tabitem">
 			 <form method="post" action="/cgi-bin/koha/circ/circulation.pl"><input name="findborrower" type="hidden" value="<!-- TMPL_VAR name="cardnumber" -->" /><input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->" /><input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->" /> <input type="submit" class="submit" value="Issue" /></form>
 
-<!-- Hide from NPL --><!-- TMPL_IF name="IS_ADULT" --> <!-- TMPL_UNLESS NAME="unvalidlibrarian"--><form action="/cgi-bin/koha/jmemberentry.pl" method="post"> <input type="submit" name="submit" value="Add Child" class="submit" alt="Add Child" /><input type="hidden" name="type" value="add" /><input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR name="borrowernumber" -->" /></form><!-- /TMPL_UNLESS --><!-- /TMPL_IF --><!-- /Hide from NPL -->
+<!-- Hide from NPL --><!-- TMPL_IF name="IS_ADULT" --> <!-- TMPL_UNLESS NAME="unvalidlibrarian"--><form action="/cgi-bin/koha/members/jmemberentry.pl" method="post"> <input type="submit" name="submit" value="Add Child" class="submit" alt="Add Child" /><input type="hidden" name="type" value="add" /><input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR name="borrowernumber" -->" /></form><!-- /TMPL_UNLESS --><!-- /TMPL_IF --><!-- /Hide from NPL -->
 
 <!-- TMPL_UNLESS NAME="unvalidlibrarian"--><!-- TMPL_IF name="I" --> <form action="/cgi-bin/koha/members/imemberentry.pl" method="post"><input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR name="bornum" -->" /> <input type="submit" name="modify" class="submit" value="Edit" /></form>
 <!-- TMPL_ELSE --> <form action="/cgi-bin/koha/members/memberentry.pl" method="post"><input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR name="bornum" -->" /> <input type="submit" class="submit" name="modify" value="Edit" /></form>





More information about the Koha-cvs mailing list