diff options
author | ivan <ivan> | 2007-08-02 23:44:18 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-08-02 23:44:18 +0000 |
commit | d64e841c41f84d352a0f9a661ce48a22d419b28c (patch) | |
tree | 4dbd92c0aa7736d54018bf84d3977953b534003a | |
parent | b606696fde4ee1f3bcfdd53c76a929f1a59a22d1 (diff) |
increase package popup width
-rwxr-xr-x | httemplate/view/cust_main/packages.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index deef909d0..73cc22e9f 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -552,7 +552,7 @@ Current packages % my($action, $label, $actionlabel, $cust_pkg) = @_; % $action .= '&pkgnum='. $cust_pkg->pkgnum; % $actionlabel .= ' package '. $cust_pkg->pkgnum; -% popup_link($action, $label, $actionlabel, 392); +% popup_link($action, $label, $actionlabel, 768); %} % %sub svc_popup_link { @@ -564,6 +564,7 @@ Current packages % %sub popup_link { % my($action, $label, $actionlabel, $width) = @_; +% $width ||= 540; % qq!<A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('$p$action', $width, 336, 'pkg_or_svc_action_popup' ), CAPTION, '$actionlabel', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK ); return false;">$label</A>!; %} % |