diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-01-08 17:25:31 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-01-08 17:25:31 -0800 |
commit | cb5d60b3ece7348c93e3246e7d42baab97b690d2 (patch) | |
tree | 3b0f574eba950ecf2583cfcae922cc1d955e9a24 | |
parent | 8861d46820af163c7de7839178b6120c9b32ab2c (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, ); } |