From f81df37c3678ef9bf14c3a8ca9be1e26d3099822 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 4 Dec 2018 15:33:20 +0300 Subject: wrap plugin list into border container, like prefs (2) --- classes/pref/prefs.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'classes/pref/prefs.php') diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index d952612ba..161b0acb6 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -680,12 +680,6 @@ class Pref_Prefs extends Handler_Protected { print ""; #pane print "
"; - print '
'; - print '
'; - - if (ini_get("open_basedir") && function_exists("curl_init") && !defined("NO_CURL")) { - print_warning("Your PHP configuration has open_basedir restrictions enabled. Some plugins relying on CURL for functionality may not work correctly."); - } print "
"; @@ -709,6 +703,13 @@ class Pref_Prefs extends Handler_Protected { print_hidden("op", "pref-prefs"); print_hidden("method", "setplugins"); + print '
'; + print '
'; + + if (ini_get("open_basedir") && function_exists("curl_init") && !defined("NO_CURL")) { + print_warning("Your PHP configuration has open_basedir restrictions enabled. Some plugins relying on CURL for functionality may not work correctly."); + } + print ""; print "

".__("System plugins")."

". @@ -835,8 +836,6 @@ class Pref_Prefs extends Handler_Protected { //print "

" . __("You will need to reload Tiny Tiny RSS for plugin changes to take effect.") . "

"; - print ""; - print ""; #content-pane print '
'; print "
"; #pane print ""; #border-container + print ""; + PluginHost::getInstance()->run_hooks(PluginHost::HOOK_PREFS_TAB, "hook_prefs_tab", "prefPrefs"); -- cgit v1.2.3