diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-09-18 14:57:28 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-09-18 14:57:28 -0700 |
commit | 1939aff38dd65509468760264659091f4b6b3e78 (patch) | |
tree | ff0719ce69491527c9ab15d3a0469e7d07f189b3 | |
parent | 377a2f99f2377a0670f6a5326be636b259ae27ca (diff) |
more room for package change popup
-rw-r--r-- | httemplate/view/cust_main/packages/package.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html index d6431331c..ab19ff94a 100644 --- a/httemplate/view/cust_main/packages/package.html +++ b/httemplate/view/cust_main/packages/package.html @@ -258,7 +258,7 @@ actionlabel => emt('Change package'), #width => 768, width => 960, - height => 640, + height => 650, }, { label => 'Discount package', @@ -589,7 +589,7 @@ "zip=;country=$countrydefault", actionlabel => emt('Change location'), width => 960, - height => 640, + height => 650, }, { label => 'Edit location', |