From: Mark Wells Date: Wed, 23 Dec 2015 01:02:02 +0000 (-0800) Subject: UI nit X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=3f7f6b5fa717facf9c63edc480071debfc02a33a;p=freeside.git UI nit --- diff --git a/httemplate/view/cust_main/packages/location.html b/httemplate/view/cust_main/packages/location.html index 99d91e514..595d6b3b1 100644 --- a/httemplate/view/cust_main/packages/location.html +++ b/httemplate/view/cust_main/packages/location.html @@ -91,7 +91,7 @@ sub pkg_change_location_link { 'actionlabel' => emt('Change'), 'cust_pkg' => $cust_pkg, 'width' => 960, - 'height' => 490, + 'height' => 530, ); } diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html index e98b95e1c..dec1c6f40 100644 --- a/httemplate/view/cust_main/packages/package.html +++ b/httemplate/view/cust_main/packages/package.html @@ -371,7 +371,7 @@ sub pkg_change_location_link { 'actionlabel' => emt('Change'), 'cust_pkg' => $cust_pkg, 'width' => 960, - 'height' => 490, + 'height' => 530, ); }