summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-04-19 13:05:56 -0700
committerIvan Kohler <ivan@freeside.biz>2013-04-19 13:05:56 -0700
commitc0c1485222462c4df5aac8e209a865c984262d3c (patch)
tree85f6bf85ce99e9b6905b0bd018fb782223484e77 /httemplate/view
parent20aa565c8c1916a86a11726c33f087306f105164 (diff)
package contacts / "name per packages", RT#22185
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/packages/contact.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages/contact.html b/httemplate/view/cust_main/packages/contact.html
index dd78239ab..93129915f 100644
--- a/httemplate/view/cust_main/packages/contact.html
+++ b/httemplate/view/cust_main/packages/contact.html
@@ -31,6 +31,8 @@ sub pkg_change_contact_link {
'label' => emt('Change'), # contact'),
'actionlabel' => emt('Change'),
'cust_pkg' => $cust_pkg,
+ 'width' => 616,
+ 'height' => 220,
);
}
@@ -42,6 +44,8 @@ sub pkg_add_contact_link {
'label' => emt('Add contact'),
'actionlabel' => emt('Change'),
'cust_pkg' => $cust_pkg,
+ 'width' => 616,
+ 'height' => 192,
);
}