summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-12-22 17:02:02 -0800
committerMark Wells <mark@freeside.biz>2015-12-22 17:02:02 -0800
commitcad256dd690aa4607f3715f2140d77dff4a4bd68 (patch)
tree13556edcc2bd57e4031699ef8cd248367740b252 /httemplate
parent0f686ba7d471d936a6623000ecbe23c152f29500 (diff)
UI nit
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/cust_main/packages/location.html2
-rw-r--r--httemplate/view/cust_main/packages/package.html2
2 files changed, 2 insertions, 2 deletions
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,
);
}