diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-06-17 12:03:01 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-06-17 12:03:01 -0700 |
commit | ae65094b8d0166f4401ecc4bdd691dbfc344b5d5 (patch) | |
tree | 2440cf7b1af2d4d78da7bc0f5695493ad5d530ea | |
parent | e599d8587b9683c029cd5d6dc892769ce0e4ddfb (diff) |
UI spring cleaning: pkg change popup size
-rw-r--r-- | httemplate/view/cust_main/packages/package.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html index 3036f2e84..4b56e6fc4 100644 --- a/httemplate/view/cust_main/packages/package.html +++ b/httemplate/view/cust_main/packages/package.html @@ -357,7 +357,7 @@ sub pkg_change_link { 'actionlabel' => emt('Change'), 'cust_pkg' => $cust_pkg, 'width' => 960, - 'height' => 490, + 'height' => 538, ); } |