[interchange-cvs] interchange - heins modified dist/lib/UI/pages/admin/order_status.html

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Nov 4 09:20:01 2002


User:      heins
Date:      2002-11-04 14:19:08 GMT
Modified:  dist/lib/UI/pages/admin order_status.html
Log:
* Fix bad regex pattern found by Gary Norton.

Revision  Changes    Path
2.9       +2 -2      interchange/dist/lib/UI/pages/admin/order_status.html


rev 2.9, prev_rev 2.8
Index: order_status.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/order_status.html,v
retrieving revision 2.8
retrieving revision 2.9
diff -u -r2.8 -r2.9
--- order_status.html	18 Oct 2002 06:00:10 -0000	2.8
+++ order_status.html	4 Nov 2002 14:19:07 -0000	2.9
@@ -146,7 +146,7 @@
 		[if scratch tmp_orderid]
 			<input type=checkbox name=settle_transaction value=1
 				onChange="copasetic(this, this.form)"
-				[if scratch tmp_orderid !~ /[-*]$/] CHECKED [/if]>
+				[if type=scratch term=tmp_orderid op="!~" compare="/[-*]$/"] CHECKED [/if]>
 					<b>Settle transaction</b>
 			&nbsp;
 			&nbsp;
@@ -196,4 +196,4 @@
 </script>
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@ version: $Id: order_status.html,v 2.8 2002/10/18 06:00:10 mheins Exp $ -->
+<!-- page: @@MV_PAGE@@ version: $Id: order_status.html,v 2.9 2002/11/04 14:19:07 mheins Exp $ -->