[freeside-commits] branch master updated. 5e2b0a5efb81642e86f7704a528767c2ea2961ca

Christopher Burger burgerc at freeside.biz
Wed Aug 29 11:25:21 PDT 2018


The branch, master has been updated
       via  5e2b0a5efb81642e86f7704a528767c2ea2961ca (commit)
      from  ded6a5654efd56d2f271970c992133600e0223b1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5e2b0a5efb81642e86f7704a528767c2ea2961ca
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Wed Aug 29 14:24:47 2018 -0400

    RT# 75817 - removed change password link as it is not needed anymore

diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html
index 85cecd0af..7b6c853d4 100644
--- 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>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/contact.html | 4 ----
 1 file changed, 4 deletions(-)




More information about the freeside-commits mailing list