From 0880100f6aa23ee5922cc70495017b45416b8cdc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 4 Dec 2018 15:31:21 +0300 Subject: wrap plugin list into border container, like prefs --- classes/pref/prefs.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'classes') diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index 1e979d0e9..d952612ba 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -680,6 +680,8 @@ 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."); @@ -833,12 +835,16 @@ class Pref_Prefs extends Handler_Protected { //print "

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

"; - print "

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