diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-04-19 13:05:56 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-04-19 13:05:56 -0700 |
commit | c0c1485222462c4df5aac8e209a865c984262d3c (patch) | |
tree | 85f6bf85ce99e9b6905b0bd018fb782223484e77 /httemplate/view | |
parent | 20aa565c8c1916a86a11726c33f087306f105164 (diff) |
package contacts / "name per packages", RT#22185
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/packages/contact.html | 4 |
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, ); } |