diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-01-08 17:25:32 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-01-08 17:25:32 -0800 |
commit | 708cd9ef94ccb96955c6b9fe9d2ccdc0b311b556 (patch) | |
tree | 26139cbad631f1f0c5e45d8fc679729ed2ceba8d | |
parent | 9f04e6bd89dc3a6dcf689c3b84413bd9130a1ca4 (diff) |
size detach popup for more data that could be configed on
-rw-r--r-- | httemplate/view/cust_main/packages/contact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/contact.html b/httemplate/view/cust_main/packages/contact.html index 93985e404..0f0cde71f 100644 --- a/httemplate/view/cust_main/packages/contact.html +++ b/httemplate/view/cust_main/packages/contact.html @@ -71,7 +71,7 @@ sub pkg_detach_link { 'actionlabel' => emt('Detach'), 'cust_pkg' => $cust_pkg, 'width' => 616, - 'height' => 684, + 'height' => 720, ); } |