[Rt-commit] r11810 - rt/branches/3.8-TESTING/html/installation
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Apr 22 04:42:23 EDT 2008
Author: sunnavy
Date: Tue Apr 22 04:42:22 2008
New Revision: 11810
Modified:
rt/branches/3.8-TESTING/html/installation/Step3.html
Log:
a typo fixed
Modified: rt/branches/3.8-TESTING/html/installation/Step3.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Step3.html (original)
+++ rt/branches/3.8-TESTING/html/installation/Step3.html Tue Apr 22 04:42:22 2008
@@ -61,7 +61,7 @@
% if ( $_ eq 'TimeZone' ) {
<& /Elements/SelectTimezone, Name => 'Timezone', &>
% } else {
-<input type="text" <% $_ eq 'MininumPasswordLength' ? q[onchange="(!this.value || this.value.match(/^\d+$/)) ?
+<input type="text" <% $_ eq 'MinimumPasswordLength' ? q[onchange="(!this.value || this.value.match(/^\d+$/)) ?
this.style.background='white' : this.style.background='red'" ]: () |n %>
name="<% $_ %>" value="<% $ARGS{$_} || $session{InstallConfig}{$_} %>" />
% }
More information about the Rt-commit
mailing list