summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
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,
);
}