summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-06-17 12:03:01 -0700
committerIvan Kohler <ivan@freeside.biz>2015-06-17 12:03:01 -0700
commitae65094b8d0166f4401ecc4bdd691dbfc344b5d5 (patch)
tree2440cf7b1af2d4d78da7bc0f5695493ad5d530ea
parente599d8587b9683c029cd5d6dc892769ce0e4ddfb (diff)
UI spring cleaning: pkg change popup size
-rw-r--r--httemplate/view/cust_main/packages/package.html2
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,
);
}