[interchange-cvs] interchange - jon modified dist/lib/UI/pages/admin/entry.html

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Dec 4 23:37:16 UTC 2008


User:      jon
Date:      2008-12-04 23:37:16 GMT
Modified:  dist/lib/UI/pages/admin entry.html
Log:
Fix default shipmode due to incomplete [either] clause.

Also remove stray ] above and clean up indenting.

Fix by JT Justman <jt at endpoint.com>.

Revision  Changes    Path
2.20                 interchange/dist/lib/UI/pages/admin/entry.html


rev 2.20, prev_rev 2.19
Index: entry.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/entry.html,v
retrieving revision 2.19
retrieving revision 2.20
diff -u -u -r2.19 -r2.20
--- entry.html	1 Sep 2006 08:04:55 -0000	2.19
+++ entry.html	4 Dec 2008 23:37:16 -0000	2.20
@@ -499,12 +499,13 @@
 <TABLE WIDTH=600>
 <TR><TD>
     <SELECT onChange="this.form.submit()" NAME=mv_shipmode>
-		]
-    [shipping
+	[shipping
 		label=1
 		free="[L]free of charge[/L]"
-		mode=| [data table=country key='[either][value country]' sf=selector col=shipmodes]|
-		]
+		mode=|
+			[data table=country key='[either][value country][or]__SHIP_DEFAULT_COUNTRY__[/either]' sf=selector col=shipmodes]
+		|
+	]
     </SELECT>
 </TD>
 <TD ALIGN=RIGHT><INPUT TYPE=submit VALUE="[L]Update[/L]"></TD>







More information about the interchange-cvs mailing list