diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-05-04 00:19:30 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-05-04 00:19:30 -0700 |
| commit | 71c6403be78e91e34d4124da35c9d0d284ad197d (patch) | |
| tree | 0cf8a3fe5851d25bc478d6a5fa57e333fa142979 /httemplate/view/cust_main/packages/contact.html | |
| parent | e0d4d66f670371a0c8a40dc471352634f9fd6017 (diff) | |
merging is now attaching, RT#22185
Diffstat (limited to 'httemplate/view/cust_main/packages/contact.html')
| -rw-r--r-- | httemplate/view/cust_main/packages/contact.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/contact.html b/httemplate/view/cust_main/packages/contact.html index 0c81eb39d..fe8b71534 100644 --- a/httemplate/view/cust_main/packages/contact.html +++ b/httemplate/view/cust_main/packages/contact.html @@ -6,6 +6,7 @@ </FONT> % } % if ( $show_detach_link ) { + <FONT SIZE=-1> ( <%pkg_detach_link($cust_pkg)%> ) </FONT> % } @@ -70,7 +71,7 @@ sub pkg_detach_link { 'actionlabel' => emt('Detach'), 'cust_pkg' => $cust_pkg, 'width' => 616, - 'height' => 676, + 'height' => 684, ); } |
