diff options
| author | ivan <ivan> | 2008-07-14 23:08:37 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-07-14 23:08:37 +0000 |
| commit | 513db608436a7584579c1824cac796eadc390579 (patch) | |
| tree | cb50aa9ef63cf48f9b92b61e00b4f43d3cd583be /httemplate/view/cust_main.cgi | |
| parent | 45a0eb250d954b0938e821bd12e2c37a16746147 (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-x | httemplate/view/cust_main.cgi | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 3b47d76e8..ea2eecc0a 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -102,19 +102,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 ) %> % } |
