[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/acqui acqu... [rel_3_0]

Henri-Damien LAURENT laurenthdl at alinto.com
Wed Dec 6 09:09:44 CET 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Henri-Damien LAURENT <hdl>	06/12/06 08:09:44

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/acqui: acqui-home.tmpl 

Log message:
	Changing form into href button

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.5.2.3&r2=1.5.2.4

Patches:
Index: acqui-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl,v
retrieving revision 1.5.2.3
retrieving revision 1.5.2.4
diff -u -b -r1.5.2.3 -r1.5.2.4
--- acqui-home.tmpl	27 Nov 2006 15:53:17 -0000	1.5.2.3
+++ acqui-home.tmpl	6 Dec 2006 08:09:44 -0000	1.5.2.4
@@ -46,9 +46,9 @@
 	<input type="submit" value="Save Exchange Rate" />
 	</form>
 <!-- TMPL_ELSE -->
-	<form action="/cgi-bin/koha/admin/currency.pl" method="post">
-	<input type="hidden" name="op" value="add_form" /><input type="submit" value="Add Currency" />
-	</form>
+	<a href="/cgi-bin/koha/admin/currency.pl?op=add_form" class="button acquisition">
+	Add Currency
+	</a>
 <!-- /TMPL_IF -->
 </div>
 





More information about the Koha-cvs mailing list