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

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Fri Apr 11 21:06:01 2003


User:      heins
Date:      2003-04-12 01:05:24 GMT
Modified:  dist/lib/UI/pages/admin order_view.html
Log:
* Remove hard-coded "Pending" status and put real info there.

Revision  Changes    Path
2.11      +2 -2      interchange/dist/lib/UI/pages/admin/order_view.html


rev 2.11, prev_rev 2.10
Index: order_view.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/order_view.html,v
retrieving revision 2.10
retrieving revision 2.11
diff -u -r2.10 -r2.11
--- order_view.html	28 Jan 2003 18:05:38 -0000	2.10
+++ order_view.html	12 Apr 2003 01:05:24 -0000	2.11
@@ -39,7 +39,7 @@
                <td width="25%" nowrap class="block4bold">
 			   	Order Status: &nbsp;
 					[page href="admin/order_status" form="order=[loop-code]"]
-						<span class="alert">Pending</span>
+						<span class="alert">[display table=transactions col=status type=display key="[loop-code]"]</span>
 					</a>
 					[if-loop-data transactions archived == 1]
 					([L]archived[/L])
@@ -397,4 +397,4 @@
 <!-- ----- END REAL STUFF ----- -->
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@ version: $Id: order_view.html,v 2.10 2003/01/28 18:05:38 mheins Exp $ -->
+<!-- page: @@MV_PAGE@@ version: $Id: order_view.html,v 2.11 2003/04/12 01:05:24 mheins Exp $ -->