diff options
Diffstat (limited to 'httemplate/view/cust_main/packages/contact.html')
| -rw-r--r-- | httemplate/view/cust_main/packages/contact.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/view/cust_main/packages/contact.html b/httemplate/view/cust_main/packages/contact.html index fe8b71534..93985e404 100644 --- a/httemplate/view/cust_main/packages/contact.html +++ b/httemplate/view/cust_main/packages/contact.html @@ -1,16 +1,16 @@ % if ( $contact ) { <% $contact->line |h %> -% if ( $show_change_link ) { +% if ( $show_change_link && ! $opt{no_links} ) { <FONT SIZE=-1> ( <%pkg_change_contact_link($cust_pkg)%> ) </FONT> % } -% if ( $show_detach_link ) { +% if ( $show_detach_link && ! $opt{no_links} ) { <FONT SIZE=-1> ( <%pkg_detach_link($cust_pkg)%> ) </FONT> % } -% } elsif ( $show_contact_link ) { +% } elsif ( $show_contact_link && ! $opt{no_links} ) { <FONT SIZE=-1> ( <%pkg_add_contact_link($cust_pkg)%> ) </FONT> |
