[freeside-commits] branch master updated. 40062272379e4c32add419f839da60742719da2d
Christopher Burger
burgerc at freeside.biz
Sun Sep 9 13:12:58 PDT 2018
The branch, master has been updated
via 40062272379e4c32add419f839da60742719da2d (commit)
from 4e00b1e784fdb369fefd538f27c1ac465e5abc9a (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 40062272379e4c32add419f839da60742719da2d
Author: Christopher Burger <burgerc at freeside.biz>
Date: Sun Sep 9 16:12:23 2018 -0400
RT# 75817 - cleaned up password validation error message
diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html
index 5fa8ae485..909ff7893 100644
--- a/httemplate/elements/contact.html
+++ b/httemplate/elements/contact.html
@@ -103,7 +103,7 @@
<BR>
<FONT SIZE="-1"><% $label{$field} %></FONT>
% if ( $field eq 'password' ) {
- <div id="changepw<%$id%>_<%$field%>_result"></div>
+ <DIV ID="changepw<%$id%>_<%$field%>_result" STYLE="font-size: smaller"></DIV>
% }
</TD>
% }
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/contact.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list