[interchange-cvs] interchange - racke modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Apr 19 15:16:59 EDT 2004


User:      racke
Date:      2004-04-19 19:16:59 GMT
Modified:  .        WHATSNEW-5.3
Modified:  dist/foundation/pages account.html
Log:
Void mv_form_profile on changing shipping country in account page

Revision  Changes    Path
2.2       +4 -0      interchange/WHATSNEW-5.3


rev 2.2, prev_rev 2.1
Index: WHATSNEW-5.3
===================================================================
RCS file: /anon_cvs/repository/interchange/WHATSNEW-5.3,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- WHATSNEW-5.3	9 Apr 2004 21:00:10 -0000	2.1
+++ WHATSNEW-5.3	19 Apr 2004 19:16:58 -0000	2.2
@@ -8,6 +8,10 @@
 
 Interchange 5.3.0 not yet released.
 
+Foundation
+----------
+
+* Void mv_form_profile on changing shipping country in account page.
 
 ------------------------------------------------------------------------------
 



2.10      +1 -1      interchange/dist/foundation/pages/account.html


rev 2.10, prev_rev 2.9
Index: account.html
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/foundation/pages/account.html,v
retrieving revision 2.9
retrieving revision 2.10
diff -u -r2.9 -r2.10
--- account.html	18 Nov 2003 23:22:57 -0000	2.9
+++ account.html	19 Apr 2004 19:16:59 -0000	2.10
@@ -133,7 +133,7 @@
     [error name=country std_label="[L]Country[/L]" required=1]
   </td>
   <td colspan=3> 
-      <SELECT NAME=country onChange="this.form.submit()">
+      <SELECT NAME=country onChange="this.form.mv_form_profile.value = ''; this.form.submit()">
     [if value country =~ /(^$|US|CA)/]
 	<OPTION VALUE="US"> [L]United States[/L]
 	<OPTION [selected country CA] VALUE="CA"> [L]Canada[/L]








More information about the interchange-cvs mailing list