summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-09-09 16:12:23 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-09-09 16:12:23 -0400
commit40062272379e4c32add419f839da60742719da2d (patch)
tree46e74e89f7038680b669fe31a573abc642a57780 /httemplate/elements
parent4e00b1e784fdb369fefd538f27c1ac465e5abc9a (diff)
RT# 75817 - cleaned up password validation error message
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/contact.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html
index 5fa8ae4..909ff78 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>
% }