[freeside-commits] freeside/httemplate/view cust_main.cgi, 1.124.2.1, 1.124.2.2

Ivan,,, ivan at wavetail.420.am
Fri Mar 26 23:10:18 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv11907/httemplate/view

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	cust_main.cgi 
Log Message:
resize customer not add popup, eliminate needless <BR> in popup

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main.cgi,v
retrieving revision 1.124.2.1
retrieving revision 1.124.2.2
diff -u -w -d -r1.124.2.1 -r1.124.2.2
--- cust_main.cgi	14 Dec 2009 01:41:10 -0000	1.124.2.1
+++ cust_main.cgi	27 Mar 2010 06:10:16 -0000	1.124.2.2
@@ -1,5 +1,5 @@
 <% include('/elements/header.html', {
-             'title' => "Customer View: ". $cust_main->name,
+             'title' => "Customer: ". $cust_main->name,
              'nobr'  => 1,
           })
 %>
@@ -128,7 +128,7 @@
                 'actionlabel' => 'Enter customer note',
                 'cust_main'   => $cust_main,
                 'width'       => 616,
-                'height'      => 408,
+                'height'      => 538, #575
             )
   %>
 



More information about the freeside-commits mailing list