From 5638770de499a45d497c6c457f944c15aede545b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 10 Nov 2011 16:48:42 +0400 Subject: pref-prefs: keep lower buttons visible --- modules/pref-prefs.php | 55 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 22 deletions(-) diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php index 4826732ab..838c722c3 100644 --- a/modules/pref-prefs.php +++ b/modules/pref-prefs.php @@ -264,6 +264,31 @@ print "
"; + print "
"; + + print ""; + + + print '
'; + + print '
'; + if ($_SESSION["profile"]) { print_notice("Some preferences are only available in default profile."); } @@ -288,26 +313,6 @@ owner_uid = ".$_SESSION["uid"]." ORDER BY section_id,short_desc"); - print ""; - - print ""; - $lnum = 0; $active_section = ""; @@ -479,17 +484,23 @@ print ""; + print '
'; # inside pane + print '
'; + print ""; print ""; - print "

"; print " "; print "

"; + __('Reset to defaults').""; + + print '
'; # inner pane + print '
'; # border container print "
"; -- cgit v1.2.3