From: Joe Date: Thu, 18 Dec 2014 23:22:30 +0000 (+0100) Subject: Extended email entries. X-Git-Tag: 2.3-final~81 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=8f9265a8c89570c7815998dce800b5145dcf160e Extended email entries. --- diff --git a/admin/company_preferences.php b/admin/company_preferences.php index 9859cc8c..c747669b 100644 --- a/admin/company_preferences.php +++ b/admin/company_preferences.php @@ -161,15 +161,15 @@ start_outer_table(TABLESTYLE2); table_section(1); -text_row_ex(_("Name (to appear on reports):"), 'coy_name', 42, 50); -textarea_row(_("Address:"), 'postal_address', $_POST['postal_address'], 35, 6); +text_row_ex(_("Name (to appear on reports):"), 'coy_name', 50, 50); +textarea_row(_("Address:"), 'postal_address', $_POST['postal_address'], 34, 6); text_row_ex(_("Domicile:"), 'domicile', 25, 55); text_row_ex(_("Phone Number:"), 'phone', 25, 55); text_row_ex(_("Fax Number:"), 'fax', 25); -email_row_ex(_("Email Address:"), 'email', 25, 55); +email_row_ex(_("Email Address:"), 'email', 50, 55); -email_row_ex(_("BCC Address for all outgoing mails:"), 'bcc_email', 25, 55); +email_row_ex(_("BCC Address for all outgoing mails:"), 'bcc_email', 50, 55); text_row_ex(_("Official Company Number:"), 'coy_no', 25); text_row_ex(_("GSTNo:"), 'gst_no', 25); diff --git a/inventory/manage/locations.php b/inventory/manage/locations.php index 21b3f641..4a762e62 100644 --- a/inventory/manage/locations.php +++ b/inventory/manage/locations.php @@ -199,12 +199,12 @@ else text_row_ex(_("Location Name:"), 'location_name', 50, 50); text_row_ex(_("Contact for deliveries:"), 'contact', 30, 30); -textarea_row(_("Address:"), 'delivery_address', null, 35, 5); +textarea_row(_("Address:"), 'delivery_address', null, 34, 5); text_row_ex(_("Telephone No:"), 'phone', 32, 30); text_row_ex(_("Secondary Phone Number:"), 'phone2', 32, 30); text_row_ex(_("Facsimile No:"), 'fax', 32, 30); -email_row_ex(_("E-mail:"), 'email', 30); +email_row_ex(_("E-mail:"), 'email', 50); end_table(1); submit_add_or_update_center($selected_id == -1, '', 'both');