diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-09-09 16:12:23 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-09-09 16:51:09 -0400 |
| commit | 1f1cc2da8ffcd4d27e3ae8a79268d688e0c5c519 (patch) | |
| tree | 369ee19d80f72c4a8f619aeb362e32f8e90f5cbd | |
| parent | 150aefab60e1b4c4b66533f644cf67893e4d0659 (diff) | |
RT# 75817 - cleaned up password validation error message
| -rw-r--r-- | httemplate/elements/contact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html index 5302c4a3f..31b4e49cb 100644 --- a/httemplate/elements/contact.html +++ b/httemplate/elements/contact.html @@ -102,7 +102,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> % } |
