Adjustment of db pager width. Copyright notes.
[fa-stable.git] / sales / inquiry / customer_inquiry.php
index 24f3148300c3057d1a2fefca48e61032823f6155..8e54861131eda0a8ae0ddfb321a8a01ea6887876 100644 (file)
@@ -298,6 +298,8 @@ if (get_post('RefreshInquiry')) {
        $table->set_sql($sql);
        $table->set_columns($cols);
 }
+$table->width = "85%";
+
 start_form();
 display_db_pager($table);