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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Aug 19 17:15:00 EDT 2003


User:      jon
Date:      2003-08-19 20:15:41 GMT
Modified:  dist/lib/UI/pages/admin customer_view.html
Log:
Remove links to page user is currently on.

Add missing </td> tag.

Revision  Changes    Path
2.10      +4 -4      interchange/dist/lib/UI/pages/admin/customer_view.html


rev 2.10, prev_rev 2.9
Index: customer_view.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/customer_view.html,v
retrieving revision 2.9
retrieving revision 2.10
diff -u -u -r2.9 -r2.10
--- customer_view.html	22 Jul 2003 22:27:53 -0000	2.9
+++ customer_view.html	19 Aug 2003 20:15:41 -0000	2.10
@@ -87,15 +87,14 @@
                   <table width="100%" height="200" border="0" cellpadding="6" cellspacing="1" class="rseparator">
                      <tr> 
                
-                        <td height="1%" class="block4"><a href="[area href='admin/customer_view' form='customer=[loop-param username]']">[L]Customer Details[/L]</a></td>
+                        <td height="1%" class="block4">[L]Customer Details[/L]</td>
                      </tr>
                      <tr> 
                         <td height="99%" valign="top" class="block4"> 
                            <table width="100%" border="0" cellspacing="0" cellpadding="1">
                               <tr> 
                                  <td width="30%" class="block4bold">[L]Customer[/L]:</td>
-                                 <td width="70%" class="maincontent"><a href="[area href='admin/customer_view' form='customer=[loop-param username]']">[loop-param fname] [loop-param lname]</a> 
-                                 </td>
+                                 <td width="70%" class="maincontent">[loop-param fname] [loop-param lname]</td>
                               </tr>
                               <tr> 
                                  <td class="block4bold"> [L]Company[/L]:</td>
@@ -338,6 +337,7 @@
                             key="[sql-code]"
                             arbitrary=order_view
                 ]</A>
+				</td>
                <td style="padding: 5px">
 			   	[page href='__UI_BASE__/order_view' form='order=[sql-code]'][sql-code]</a>
 			   	</td>
@@ -395,4 +395,4 @@
 <!-- ----- END REAL STUFF ----- -->
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@ version: $Id: customer_view.html,v 2.9 2003/07/22 22:27:53 racke Exp $ -->
+<!-- page: @@MV_PAGE@@ version: $Id: customer_view.html,v 2.10 2003/08/19 20:15:41 jon Exp $ -->







More information about the interchange-cvs mailing list