diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-01-14 13:13:22 -0500 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-01-14 13:13:22 -0500 |
commit | d6bcda25c86d0dea042e293a9bf2085e65c28fd3 (patch) | |
tree | 340f4f676a70bccba6c4ff410bca89d0d5cb15d8 | |
parent | d153ff01787dbc84e5a6fc256ba42ee15ff0d816 (diff) |
RT# 78617 - removed redirect on pref change for V3
-rw-r--r-- | httemplate/pref/pref.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index c504b2c5e..29aeb4c67 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -6,7 +6,6 @@ <% include('/elements/error.html') %> -% if ( FS::Auth->auth_class->can('change_password') ) { <% mt('Change password (leave blank for no change)') |h %> <% ntable("#cccccc",2) %> @@ -178,7 +177,7 @@ Email Address <% ntable("#cccccc",2) %> <TR> - <TH>Email Address(es) (comma separated) </TH> + <TH><% emt("Email Address(es) (comma separated) ") %></TH> <TD> <TD><INPUT TYPE="text" NAME="email_address" VALUE="<% $email_address %>"> </TD> |