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

Joshua Ferraro jmf at kados.org
Tue May 23 02:26:00 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/05/23 00:26:00

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

Log message:
	another fix ... 'renew all' wasn't linked to the right place.

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.11&tr2=1.5.2.12&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.11 koha/koha-tmpl/intranet-tmpl/npl/en/members/moremember.tmpl:1.5.2.12
--- koha/koha-tmpl/intranet-tmpl/npl/en/members/moremember.tmpl:1.5.2.11	Mon May 22 19:43:14 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/members/moremember.tmpl	Tue May 23 00:26:00 2006
@@ -168,7 +168,7 @@
 	</table><!-- TMPL_UNLESS NAME="unvalidlibrarian"--><p><input type="submit" class="submit" value="Renew Checked Items" /></p><!-- /TMPL_UNLESS -->
 </form>
 
-<!-- TMPL_UNLESS NAME="unvalidlibrarian"--><form class="inline" action="renewscript.pl" method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR name="bornum" -->" /><!-- TMPL_LOOP NAME="issueloop" --><!-- TMPL_UNLESS NAME="norenew" --><input type="hidden" name="renew_item_<!-- TMPL_VAR name="itemnumber" -->" value="y" /><!-- /TMPL_UNLESS --><!-- /TMPL_LOOP --><input type="submit" class="submit" value="Renew All" /></form><!-- /TMPL_UNLESS -->
+<!-- TMPL_UNLESS NAME="unvalidlibrarian"--><form class="inline" action="/cgi-bin/koha/renewscript.pl" method="post"><input type="hidden" name="bornum" value="<!-- TMPL_VAR name="bornum" -->" /><!-- TMPL_LOOP NAME="issueloop" --><!-- TMPL_UNLESS NAME="norenew" --><input type="hidden" name="renew_item_<!-- TMPL_VAR name="itemnumber" -->" value="y" /><!-- /TMPL_UNLESS --><!-- /TMPL_LOOP --><input type="submit" class="submit" value="Renew All" /></form><!-- /TMPL_UNLESS -->
 
 
 





More information about the Koha-cvs mailing list