diff options
author | ivan <ivan> | 2010-06-07 06:52:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-06-07 06:52:42 +0000 |
commit | fd43e0ae9120b8f15b85a70489d01084f139919f (patch) | |
tree | 9c54407185c4d9af1e63d4e1ce1a262164db8ecc /httemplate/view/cust_main.cgi | |
parent | a59e709022c9437c51ef87ecccf224303be7a786 (diff) |
a little UI goes a long way: have the customer tabs actually enclose their view
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index ca8bf5442..e9d3f07a9 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -13,7 +13,7 @@ %views, ) %> -<BR> +<DIV CLASS="fstabcontainer"> <% include('/elements/init_overlib.html') %> @@ -214,6 +214,7 @@ Comments <% include('cust_main/change_history.html', $cust_main ) %> % } +</DIV> <% include('/elements/footer.html') %> <%init> |