notices, RT#8324
[freeside.git] / httemplate / view / cust_main.cgi
index 76f5a51..e9d3f07 100755 (executable)
@@ -1,5 +1,5 @@
 <% include('/elements/header.html', {
-             'title' => "Customer View: ". $cust_main->name,
+             'title' => "Customer: ". $cust_main->name,
              'nobr'  => 1,
           })
 %>
@@ -13,7 +13,7 @@
              %views,
           )
 %>
-<BR>
+<DIV CLASS="fstabcontainer">
 
 <% include('/elements/init_overlib.html') %>
 
@@ -128,7 +128,7 @@ Comments
                 'actionlabel' => 'Enter customer note',
                 'cust_main'   => $cust_main,
                 'width'       => 616,
-                'height'      => 408,
+                'height'      => 538, #575
             )
   %>
 
@@ -214,6 +214,7 @@ Comments
 <% include('cust_main/change_history.html', $cust_main ) %>     
 % }
 
+</DIV>
 <% include('/elements/footer.html') %>
 <%init>