[freeside-commits] branch FREESIDE_4_BRANCH updated. 30e308c8545337fd2764e5ef1a39c05ee577a79b
Ivan
ivan at 420.am
Tue May 23 09:27:49 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via 30e308c8545337fd2764e5ef1a39c05ee577a79b (commit)
from aaa441ba2cb9c8d9e757cf50dcc74341fcfc047a (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 30e308c8545337fd2764e5ef1a39c05ee577a79b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue May 23 09:27:48 2017 -0700
render first_acct svc_acct._password fields are HTML password fields
diff --git a/httemplate/edit/cust_main/first_pkg/svc_acct.html b/httemplate/edit/cust_main/first_pkg/svc_acct.html
index 3644d62..4ffd7ea 100644
--- a/httemplate/edit/cust_main/first_pkg/svc_acct.html
+++ b/httemplate/edit/cust_main/first_pkg/svc_acct.html
@@ -24,7 +24,7 @@
<TR>
<TH ALIGN="right"><% mt('Password') |h %></TD>
<TD>
- <INPUT TYPE = "text"
+ <INPUT TYPE = "password"
NAME = "_password"
VALUE = "<% $opt{'password'} |h %>"
SIZE = <% $pmax2 %>
@@ -39,7 +39,7 @@
<TR>
<TH ALIGN="right"><% mt('Re-enter Password') |h %></TD>
<TD>
- <INPUT TYPE = "text"
+ <INPUT TYPE = "password"
NAME = "_password2"
VALUE = "<% $opt{'password2'} |h %>"
SIZE = <% $pmax2 %>
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/cust_main/first_pkg/svc_acct.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list