From: <rc...@us...> - 2013-07-22 00:30:24
|
Revision: 6131 http://sourceforge.net/p/web-erp/reponame/6131 Author: rchacon Date: 2013-07-22 00:30:19 +0000 (Mon, 22 Jul 2013) Log Message: ----------- Corrects size and maxlength for the BrAddress input. Modified Paths: -------------- trunk/CustomerBranches.php Modified: trunk/CustomerBranches.php =================================================================== --- trunk/CustomerBranches.php 2013-07-21 16:56:35 UTC (rev 6130) +++ trunk/CustomerBranches.php 2013-07-22 00:30:19 UTC (rev 6131) @@ -650,7 +650,7 @@ if (!isset($_POST['BrAddress4'])) { $_POST['BrAddress4']=''; } - echo '<td><input tabindex="7" type="text" name="BrAddress4" size="31" maxlength="30" value="'. $_POST['BrAddress4'].'" /></td> + echo '<td><input tabindex="7" type="text" name="BrAddress4" size="41" maxlength="40" value="'. $_POST['BrAddress4'].'" /></td> </tr> <tr> <td>'._('Street Address 5 (Postal Code)').':</td>'; |