Added cancel edition hotkey
[fa-stable.git] / admin / display_prefs.php
index 20424376d815a912167a701de78ab7706480dcff..81d951ad1453876c4574e7c03a1b1fc832c61129 100644 (file)
@@ -9,7 +9,7 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
-$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);