From: Joe Hunt Date: Mon, 14 Jan 2013 12:39:32 +0000 (+0100) Subject: Increased the allowed entry of chars in company name, login and create_coy to 50. X-Git-Tag: 2.3-final~352 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=5a631581a2612b0f429a88b725697d6970a6c9a3 Increased the allowed entry of chars in company name, login and create_coy to 50. --- diff --git a/access/login.php b/access/login.php index fe43ff4f..9984e0a6 100644 --- a/access/login.php +++ b/access/login.php @@ -107,7 +107,7 @@ function defaultCompany() echo ""; } else { // $coy = $def_coy; - text_row(_("Company"), "company_login_nickname", "", 20, 30); + text_row(_("Company"), "company_login_nickname", "", 20, 50); } start_row(); label_cell($demo_text, "colspan=2 align='center' id='log_msg'"); diff --git a/admin/create_coy.php b/admin/create_coy.php index 0ba11090..128da260 100644 --- a/admin/create_coy.php +++ b/admin/create_coy.php @@ -333,7 +333,7 @@ function display_company_edit($selected_id) $_POST['dbname'] = $conn['dbname']; } - text_row_ex(_("Company"), 'name', 30); + text_row_ex(_("Company"), 'name', 50); if ($selected_id == -1) {