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

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Thu Feb 7 07:40:01 2002


User:      racke
Date:      2002-02-07 12:39:52 GMT
Modified:  dist/lib/UI/pages/admin order_status.html
Log:
merged changes 2.2 vs 2.2.2.1
+++ 2.2.2.1 +++
few more [L]/[msg] tags added

Revision  Changes    Path
2.3       +3 -3      interchange/dist/lib/UI/pages/admin/order_status.html


rev 2.3, prev_rev 2.2
Index: order_status.html
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/pages/admin/order_status.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- order_status.html	30 Jul 2001 10:05:58 -0000	2.2
+++ order_status.html	7 Feb 2002 12:39:52 -0000	2.3
@@ -137,7 +137,7 @@
 [convert-date][loop-data transactions update_date][/convert-date]</TD>
 </TR>
 [loop prefix=row list="status deleted archived"]
-[display table=transactions column="[row-code]" key="[loop-code]"
+[display table=transactions column="[row-code]" key="[loop-code]" applylocale=1
 										template=|
 <TR BGCOLOR="__UI_T_ROW_ODD__">
 <TD BGCOLOR="__UI_C_TITLEBARBG__" ALIGN=right>
@@ -346,7 +346,7 @@
 <table width="100%"><tr><td BGCOLOR="__UI_C_TITLEBARBG__">
 <table CELLSPACING=0 CELLMARGIN=0 WIDTH="100%">
 <TR>
-<TD ALIGN=RIGHT><FONT COLOR="__UI_C_TITLEBARTXT__"><B>SKU/Description</B></TD>
+<TD ALIGN=RIGHT><FONT COLOR="__UI_C_TITLEBARTXT__"><B>[L]SKU[/L]/[L]Description[/L]</B></TD>
 <TD BGCOLOR="__UI_T_ROW_ODD__">
 [L]SKU[/L]: [loop-data orderline sku], [loop-data orderline quantity]@[filter %.2f][loop-data orderline price][/filter] = [currency][loop-data orderline subtotal][/currency]<BR>
 [loop-data orderline description]
@@ -371,7 +371,7 @@
 <TR>
 <TD ALIGN=RIGHT>&nbsp;</TD>
 <TD BGCOLOR="__UI_T_ROW_ODD__">
-<INPUT TYPE=submit VALUE="Update status of line [loop-increment]">
+<INPUT TYPE=submit VALUE="[msg arg.0="[loop-increment]"]Update status of line %s[/msg]">
 </TD>
 </table>
 </td></tr></table>