From: ivan Date: Thu, 2 Aug 2007 23:44:18 +0000 (+0000) Subject: increase package popup width X-Git-Tag: freeside_1_7_3rc1~360 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d64e841c41f84d352a0f9a661ce48a22d419b28c;p=freeside.git increase package popup width --- 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!$label!; %} %