[freeside-commits] freeside/httemplate/view/cust_main custom.html, NONE, 1.1.2.2

Mark Wells mark at wavetail.420.am
Mon Aug 2 20:30:35 PDT 2010


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

Added Files:
      Tag: FREESIDE_1_9_BRANCH
	custom.html 
Log Message:
customer view tab for an external info page, RT#8903

--- NEW FILE: custom.html ---
<IFRAME id="customframe" 
        src="<% $proxyurl %>" 
        onload="resizeFrame(this)"
        frameborder=0
        marginheight="0px"
        marginwidth="0px"
        width="100%"
        scrolling="no"
>
</IFRAME>
<SCRIPT TYPE="text/javascript">
function resizeFrame(f) {
  f.style.height = f.contentDocument.body.scrollHeight + 'px';
}
</SCRIPT>
<%init>

my( $cust_main ) = @_;

my $proxyurl = $p.'/misc/custom_link_proxy.cgi?custnum='.$cust_main->custnum;
</%init>



More information about the freeside-commits mailing list