diff options
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, ); } |