From 31e79317b3ab958dc094ac8b6d434aa4523d8085 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 4 Dec 2018 15:22:22 +0300 Subject: normalize various font sizes and families between prefs & main UI change some dialogs layout a bit to maybe become more readable --- classes/pref/prefs.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'classes/pref/prefs.php') diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index 5a787bb0c..1e979d0e9 100644 --- a/classes/pref/prefs.php +++ b/classes/pref/prefs.php @@ -351,7 +351,7 @@ class Pref_Prefs extends Handler_Protected { } else if (function_exists("imagecreatefromstring")) { - print_warning(__("You will need a compatible Authenticator to use this. Changing your password would automatically disable OTP.")); + print "

" . __("You will need a compatible Authenticator to use this. Changing your password would automatically disable OTP.") . "

"; print "

".__("Scan the following code by the Authenticator application:")."

"; @@ -515,7 +515,7 @@ class Pref_Prefs extends Handler_Protected { $active_section = $line["section_id"]; - print "

".$section_name."

"; + print "

".$section_name."

"; $lnum = 0; } @@ -681,8 +681,6 @@ class Pref_Prefs extends Handler_Protected { print "
"; - print_notice(__("You will need to reload Tiny Tiny RSS for plugin changes to take effect.")); - 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."); } @@ -711,7 +709,7 @@ class Pref_Prefs extends Handler_Protected { print ""; - print ""; @@ -769,7 +767,7 @@ class Pref_Prefs extends Handler_Protected { } } - print ""; + print ""; print " @@ -833,6 +831,8 @@ class Pref_Prefs extends Handler_Protected { print "

".__("System plugins")."

". + print "

".__("System plugins")."

". format_notice(__("System plugins are enabled in config.php for all users.")). "

".__("User plugins")."

".__("User plugins")."

 
"; + //print "

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

"; + print "

"; -- cgit v1.2.3-54-g00ecf