diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-08-29 14:24:47 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-09-09 18:47:38 -0400 |
| commit | 741c37dc7259c25f4229fbeeeb28231b4a99ecbc (patch) | |
| tree | f29986b42360f4403d333c6932e2fa158247dd8b | |
| parent | 985adebbccf51c25ebeb049675c78830b98246aa (diff) | |
RT# 75817 - removed change password link as it is not needed anymore
| -rw-r--r-- | httemplate/elements/contact.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html index a298a1b15..a915a5876 100644 --- a/httemplate/elements/contact.html +++ b/httemplate/elements/contact.html @@ -58,7 +58,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> @@ -180,7 +179,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> |
