X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpackages%2Fcontact.html;h=10c584c8cb0895337b880ae5fd3e2d7a3fa20b69;hb=8706262a6d18ef5103fb5972ca6443b73e700e6a;hp=fe8b71534bfdab28d6251efcc0b2665276ec92bc;hpb=1daf1a670d3cdfb307271fb7c7c98c83fb1fb464;p=freeside.git diff --git a/httemplate/view/cust_main/packages/contact.html b/httemplate/view/cust_main/packages/contact.html index fe8b71534..10c584c8c 100644 --- a/httemplate/view/cust_main/packages/contact.html +++ b/httemplate/view/cust_main/packages/contact.html @@ -1,19 +1,21 @@ % if ( $contact ) { <% $contact->line |h %> -% if ( $show_change_link ) { +% if ( $show_change_link && ! $opt{no_links} ) { ( <%pkg_change_contact_link($cust_pkg)%> ) % } -% if ( $show_detach_link ) { +% if ( $show_detach_link && ! $opt{no_links} ) { ( <%pkg_detach_link($cust_pkg)%> ) % } -% } elsif ( $show_contact_link ) { +
+% } elsif ( $show_contact_link && ! $opt{no_links} ) { ( <%pkg_add_contact_link($cust_pkg)%> ) +
% } <%init> @@ -71,7 +73,7 @@ sub pkg_detach_link { 'actionlabel' => emt('Detach'), 'cust_pkg' => $cust_pkg, 'width' => 616, - 'height' => 684, + 'height' => 720, ); }