diff options
author | ivan <ivan> | 2007-08-02 23:44:15 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-08-02 23:44:15 +0000 |
commit | 6dc9b93431801f93f2003b7163d24cd5ddaf4cd3 (patch) | |
tree | cfefc168dd894bb3886a8c9a7f089290cb9c2e7f /httemplate/view/cust_main/packages.html | |
parent | 8e2487662e3555c1efbb7b8ed90e4bda0f8b6cd2 (diff) |
increase package popup width
Diffstat (limited to 'httemplate/view/cust_main/packages.html')
-rwxr-xr-x | httemplate/view/cust_main/packages.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index c6ca99755..7cb869fe2 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 { |