From d64e841c41f84d352a0f9a661ce48a22d419b28c Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 2 Aug 2007 23:44:18 +0000 Subject: [PATCH] increase package popup width --- httemplate/view/cust_main/packages.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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!; %} % -- 2.20.1