[freeside-commits] freeside/httemplate/view cust_main.cgi, 1.112.2.4, 1.112.2.5

Ivan,,, ivan at wavetail.420.am
Mon Jul 14 16:08:40 PDT 2008


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	cust_main.cgi 
Log Message:
fuck embedded iframes and their stupid display problems with scrolling.  also make the gridding more consistent

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main.cgi,v
retrieving revision 1.112.2.4
retrieving revision 1.112.2.5
diff -u -d -r1.112.2.4 -r1.112.2.5
--- cust_main.cgi	7 May 2008 21:36:36 -0000	1.112.2.4
+++ cust_main.cgi	14 Jul 2008 23:08:37 -0000	1.112.2.5
@@ -102,19 +102,7 @@
 
 <BR>
 
-%   if ($notecount) {
-
-<iframe src="<% $p %>view/cust_main/notes.html?custnum=<% $cust_main->custnum %>" height="186" width="616" name="cust_main_notes" frameborder="0" marginborder="0" marginheight="0" scrolling="auto">
-  <div><br>[iframe not supported]<br><br></div>
-</iframe>
-
-%   }else{ # make firefox happy wrt POSTDATA
-
-<iframe src="<% $p %>view/cust_main/notes.html?custnum=<% $cust_main->custnum %>" height="24" width="616" name="cust_main_notes" frameborder="0" marginborder="0" marginheight="0" scrolling="auto">
-  <div><br>[iframe not supported]<br><br></div>
-</iframe>
-
-%   }
+<% include('cust_main/notes.html', 'custnum' => $cust_main->custnum ) %>
 
 % }
 



More information about the freeside-commits mailing list