summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main.cgi
diff options
context:
space:
mode:
authorivan <ivan>2008-07-14 23:08:36 +0000
committerivan <ivan>2008-07-14 23:08:36 +0000
commit7efc882e67c25728c07990e852a590cbddfc1dc6 (patch)
tree713d5bf5e145c6568d4624363ca4ec270252ab78 /httemplate/view/cust_main.cgi
parent2cfd6eb763ac6f674c0bec79d6b585b8f093c10e (diff)
fuck embedded iframes and their stupid display problems with scrolling. also make the gridding more consistent
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-xhttemplate/view/cust_main.cgi14
1 files changed, 1 insertions, 13 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index 63df35ad1..2231d4148 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -111,19 +111,7 @@ Comments
<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 ) %>
% }