[interchange-cvs] interchange - heins modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Apr 18 07:22:42 EDT 2005


User:      heins
Date:      2005-04-18 11:22:42 GMT
Modified:  dist/lib/UI/pages/admin button_builder.html
Modified:  dist/lib/UI/profiles order_button_build
Log:
* Use canonical mv_source for affiliate link.

* Make some HTML more canonical in button_builder.html.

Revision  Changes    Path
2.3       +1 -1      interchange/dist/lib/UI/pages/admin/button_builder.html


rev 2.3, prev_rev 2.2
Index: button_builder.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/button_builder.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- button_builder.html	18 Aug 2002 15:38:26 -0000	2.2
+++ button_builder.html	18 Apr 2005 11:22:41 -0000	2.3
@@ -25,7 +25,7 @@
 <P>
 [scratch test_button]
 
-<FORM METHOD=GET ACTION="[area @@MV_PAGE@@]">
+<form method="GET" action="[area @@MV_PAGE@@]">
 [comment]Below profile found in MV_ROOT/profiles[/comment]
 <INPUT TYPE=hidden NAME=mv_click VALUE="ui_order_button_build">
 <INPUT TYPE=hidden NAME=mv_action VALUE="return">



2.2       +1 -1      interchange/dist/lib/UI/profiles/order_button_build


rev 2.2, prev_rev 2.1
Index: order_button_build
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/profiles/order_button_build,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- order_button_build	18 Aug 2002 15:11:32 -0000	2.1
+++ order_button_build	18 Apr 2005 11:22:41 -0000	2.2
@@ -64,7 +64,7 @@
 			push @parms, "mv_order_group=$CGI->{item_group}";
 		}
 		if(length $CGI->{affiliate}) {
-			push @parms, "mv_pc=$CGI->{affiliate}";
+			push @parms, "mv_source=$CGI->{affiliate}";
 		}
 		for my $mod (@{$Config->{UseModifier}}) {
 			if($CGI->{"item_modifier_$mod"}) {








More information about the interchange-cvs mailing list