From: <ex...@us...> - 2013-12-02 03:19:42
|
Revision: 6467 http://sourceforge.net/p/web-erp/reponame/6467 Author: exsonqu Date: 2013-12-02 03:19:37 +0000 (Mon, 02 Dec 2013) Log Message: ----------- 2/12/2013 Exson: Fixed the typo in WWW_Users.php. Reported by Thumb. Modified Paths: -------------- trunk/WWW_Users.php Modified: trunk/WWW_Users.php =================================================================== --- trunk/WWW_Users.php 2013-12-01 15:31:07 UTC (rev 6466) +++ trunk/WWW_Users.php 2013-12-02 03:19:37 UTC (rev 6467) @@ -420,7 +420,7 @@ echo '<table class="selection"> <tr> <td>' . _('User Login') . ':</td> - <td><input pattern="(?!^([aA]{1}[dD]{1}[mM]{1}[iI]{1}[nN]{1})$)[^?+.&\\>< ]{4,}" type="text" required="required" name="UserID" size="22" maxlength="20" placeholder="'._('At least 4 characters').'" title="'._('Please input not less than 4 characters and canot be admin or contains ilLegal characters').'" /></td> + <td><input pattern="(?!^([aA]{1}[dD]{1}[mM]{1}[iI]{1}[nN]{1})$)[^?+.&\\>< ]{4,}" type="text" required="required" name="UserID" size="22" maxlength="20" placeholder="'._('At least 4 characters').'" title="'._('Please input not less than 4 characters and canot be admin or contains illegal characters').'" /></td> </tr>'; /*set the default modules to show to all |