Additional request input cleanup.
[fa-stable.git] / includes / ui / contacts_view.inc
index 9ad82aec4c0224e5f9bacde9522b7f4ec7fc0fd3..c2ff889df0acb124c5416dac9559d1ee548df58d 100644 (file)
@@ -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"));