X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fcontacts_view.inc;h=c2ff889df0acb124c5416dac9559d1ee548df58d;hb=42c0611bc3c12d662001b2e13701e8ad6784bafa;hp=9ad82aec4c0224e5f9bacde9522b7f4ec7fc0fd3;hpb=320f9583fa487bd0e14fbfe779e2ecc00b4d909f;p=fa-stable.git diff --git a/includes/ui/contacts_view.inc b/includes/ui/contacts_view.inc index 9ad82aec..c2ff889d 100644 --- a/includes/ui/contacts_view.inc +++ b/includes/ui/contacts_view.inc @@ -73,7 +73,7 @@ class contacts extends simple_crud { { br(); - start_outer_table(TABLESTYLE, "width=80%"); + start_outer_table(TABLESTYLE); table_section(1); table_section_title(_("Contact data")); @@ -94,6 +94,7 @@ class contacts extends simple_crud { email_row(_("E-mail:"), 'email', @$this->data['email'], 35, 55); table_section(2); + table_section_title(" "); textarea_row(_("Address:"), 'address', @$this->data['address'], 30, 4); languages_list_row( _("Document Language:"), 'lang', @$this->data['lang'], _("Customer default"));