From fcef9eeae008bfb921614a55e6c3589a04ec06ec Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 28 Mar 2013 14:01:25 +0400 Subject: remove dialogNotice; tweak dialog appearance a bit --- classes/dlg.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'classes/dlg.php') diff --git a/classes/dlg.php b/classes/dlg.php index 23b9c78fa..e03489505 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -557,7 +557,7 @@ class Dlg extends Handler_Protected { $url_path = htmlspecialchars($this->params[2]) . "&key=" . $key; - print "
" . __("You can view this feed as RSS using the following URL:") . "
"; + print "

".__("You can view this feed as RSS using the following URL:")."

"; print "
"; print "$url_path"; @@ -628,9 +628,7 @@ class Dlg extends Handler_Protected { $value = str_replace("
", "\n", $value); - print "
"; - print T_sprintf("You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here. This file can be used as a baseline.", "tt-rss.css"); - print "
"; + print_notice(T_sprintf("You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here. This file can be used as a baseline.", "tt-rss.css")); print ""; print ""; -- cgit v1.2.3