summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/packages.html
diff options
context:
space:
mode:
authorivan <ivan>2007-08-02 23:44:15 +0000
committerivan <ivan>2007-08-02 23:44:15 +0000
commit6dc9b93431801f93f2003b7163d24cd5ddaf4cd3 (patch)
treecfefc168dd894bb3886a8c9a7f089290cb9c2e7f /httemplate/view/cust_main/packages.html
parent8e2487662e3555c1efbb7b8ed90e4bda0f8b6cd2 (diff)
increase package popup width
Diffstat (limited to 'httemplate/view/cust_main/packages.html')
-rwxr-xr-xhttemplate/view/cust_main/packages.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html
index c6ca997..7cb869f 100755
--- a/httemplate/view/cust_main/packages.html
+++ b/httemplate/view/cust_main/packages.html
@@ -603,7 +603,7 @@ sub pkg_popup_link {
my($action, $label, $actionlabel, $color, $cust_pkg) = @_;
$action .= '&pkgnum='. $cust_pkg->pkgnum;
$actionlabel .= ' package '. $cust_pkg->pkgnum;
- popup_link($action, $label, $actionlabel, $color);
+ popup_link($action, $label, $actionlabel, $color, 768);
}
sub svc_popup_link {