X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fattachments.php;h=773ac80bd34a8450c9aacb0cb2ac64156990116c;hb=da0f29ef8eb73e7a3cf6484af8fd04726e0e5ef1;hp=5ecc7c5aa3f245301128266558340bd08e2a8c86;hpb=4bdf378edb47a0535195bad7deff6adf56af6088;p=fa-stable.git diff --git a/admin/attachments.php b/admin/attachments.php index 5ecc7c5a..773ac80b 100644 --- a/admin/attachments.php +++ b/admin/attachments.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $path_to_root=".."; $page_security = 8; @@ -144,7 +144,7 @@ if ($Mode == 'RESET') function viewing_controls() { - start_form(false, true); + start_form(); start_table("class='tablestyle_noborder'"); @@ -213,7 +213,7 @@ if (isset($_POST['filterType'])) start_form(true); -start_table("$table_style2 width=30%"); +start_table($table_style2); if ($selected_id != -1) { @@ -239,7 +239,7 @@ end_table(1); if (isset($_POST['filterType'])) hidden('filterType', $_POST['filterType']); -submit_add_or_update_center($selected_id == -1, '', true); +submit_add_or_update_center($selected_id == -1, '', 'both'); end_form();