X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fdisplay_prefs.php;h=81d951ad1453876c4574e7c03a1b1fc832c61129;hb=c4eae7a18f0eb824e6eda7be2ba6fa820e9e58c9;hp=20424376d815a912167a701de78ab7706480dcff;hpb=2b1a80aee9aa1265589bb59933e8bd322c50fc2b;p=fa-stable.git diff --git a/admin/display_prefs.php b/admin/display_prefs.php index 20424376..81d951ad 100644 --- a/admin/display_prefs.php +++ b/admin/display_prefs.php @@ -9,7 +9,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$page_security =10; +$page_security = 1; $path_to_root=".."; include($path_to_root . "/includes/session.inc"); @@ -129,7 +129,7 @@ text_row_ex(_("Query page size:"), 'query_size', 5, 5, '', user_query_size()); end_outer_table(1); -submit_center('setprefs', _("Update"), true, '', true); +submit_center('setprefs', _("Update"), true, '', 'default'); end_form(2);