From: Andrew Dolgov Date: Thu, 10 Nov 2011 12:48:42 +0000 (+0400) Subject: pref-prefs: keep lower buttons visible X-Git-Tag: 1.5.7~32 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5638770de499a45d497c6c457f944c15aede545b;p=tt-rss.git pref-prefs: keep lower buttons visible --- diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php index 4826732a..838c722c 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 "
";