X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpackages%2Fcontact.html;h=10c584c8cb0895337b880ae5fd3e2d7a3fa20b69;hb=847c27d7683856f420ed5306cb0ca395f1a6eb60;hp=0c81eb39d7c6d72da336f74a84a072afb318677d;hpb=4a3e900ad42a15a6a999e1d1461b816d7fac2230;p=freeside.git diff --git a/httemplate/view/cust_main/packages/contact.html b/httemplate/view/cust_main/packages/contact.html index 0c81eb39d..10c584c8c 100644 --- a/httemplate/view/cust_main/packages/contact.html +++ b/httemplate/view/cust_main/packages/contact.html @@ -1,18 +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> @@ -70,7 +73,7 @@ sub pkg_detach_link { 'actionlabel' => emt('Detach'), 'cust_pkg' => $cust_pkg, 'width' => 616, - 'height' => 676, + 'height' => 720, ); }