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

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Fri Sep 27 10:56:02 2002


User:      heins
Date:      2002-09-27 14:55:08 GMT
Modified:  dist/lib/UI/pages/admin order_view.html
Log:
* Add link to edit order.

* Add missing handling charge into totals display.

Revision  Changes    Path
2.7       +28 -0     interchange/dist/lib/UI/pages/admin/order_view.html


rev 2.7, prev_rev 2.6
Index: order_view.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/order_view.html,v
retrieving revision 2.6
retrieving revision 2.7
diff -u -r2.6 -r2.7
--- order_view.html	18 Aug 2002 08:09:05 -0000	2.6
+++ order_view.html	27 Sep 2002 14:55:06 -0000	2.7
@@ -98,6 +98,20 @@
 </td><td><font size=3D2>[loop-data transactions order_id]</a></font></tr>
 [/if-loop-data]
=20
+<tr>
+	<td colspan=3D2>&nbsp;</td>
+</tr>
+
+<tr>
+	<td align=3Dright>&nbsp;</td>
+	<td>[page href=3D"__UI_BASE__/flex_editor"
+			  form=3D"
+			  	mv_data_table=3Dtransactions
+				item_id=3D[loop-code]
+				ui_return_to=3D__UI_BASE__/order
+			"]Edit order</a></tr>
+</tr>
+
 </table>
=20
 </td><td valign=3Dtop colspan=3D4>
@@ -315,6 +329,20 @@
 [currency][loop-data transactions shipping][/currency]</font>
 </td>
 </tr>
+
+<!-- ----- Handling total (if any) ----- -->
+
+[if-loop-data transactions handling > 0]
+<tr>
+<td colspan=3D6 align=3Dright>
+<font size=3D2>[L]Handling[/L]:</font>
+</td>
+<td align=3Dright class=3Drborder>
+<font size=3D2>
+[currency][loop-data transactions handling][/currency]</font>
+</td>
+</tr>
+[/if-loop-data]
=20
 <!-- ----- Grand total ----- -->
=20