projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ded6a56
)
RT# 75817 - removed change password link as it is not needed anymore
author
Christopher Burger
<burgerc@freeside.biz>
Wed, 29 Aug 2018 18:24:47 +0000
(14:24 -0400)
committer
Christopher Burger
<burgerc@freeside.biz>
Wed, 29 Aug 2018 18:24:47 +0000
(14:24 -0400)
httemplate/elements/contact.html
patch
|
blob
|
history
diff --git
a/httemplate/elements/contact.html
b/httemplate/elements/contact.html
index
85cecd0
..
7b6c853
100644
(file)
--- a/
httemplate/elements/contact.html
+++ b/
httemplate/elements/contact.html
@@
-63,7
+63,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>
@@
-206,7
+205,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>