[freeside-commits] freeside/httemplate/view cust_main.cgi, 1.116, 1.117
Ivan,,,
ivan at wavetail.420.am
Mon Jul 14 16:08:38 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv19110/view
Modified Files:
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.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- cust_main.cgi 7 May 2008 21:36:34 -0000 1.116
+++ cust_main.cgi 14 Jul 2008 23:08:36 -0000 1.117
@@ -111,19 +111,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