summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-08-29 14:24:47 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-09-09 16:43:20 -0400
commit95a519db7d3b8b09206831b41e4a020cef23cee1 (patch)
treecf06375ef2811415770c1f2ca4a47f4fa4f2088d /httemplate
parent93ef20155af222e8b3f0737715975e0fc86741b0 (diff)
RT# 75817 - removed change password link as it is not needed anymore
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/contact.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html
index 99ac0133d..1b4c16e88 100644
--- a/httemplate/elements/contact.html
+++ b/httemplate/elements/contact.html
@@ -62,7 +62,6 @@
<OPTION VALUE="<% $value eq 'Y' ? 'Y' : 'E' %>" <% $value eq 'Y' ? 'SELECTED' : '' %>>Enabled
% if ( $value eq 'Y' && $self_base_url ) {
<OPTION VALUE="R">Re-email
- <OPTION VALUE="P"><% $pwd_change_label %>
% }
% }
</SELECT>
@@ -204,7 +203,4 @@ $label{'comment'} = 'Comment';
my @fields = $opt{'name_only'} ? qw( first last ) : keys %label;
-my $pwd_change_label = 'Change Password';
-$pwd_change_label = 'Setup Password' unless $contact->_password;
-
</%init>