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/pref/feeds.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'classes/pref') diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php index cd208335b..362d046e8 100644 --- a/classes/pref/feeds.php +++ b/classes/pref/feeds.php @@ -739,7 +739,9 @@ class Pref_Feeds extends Handler_Protected { $feed_ids = db_escape_string($this->link, $_REQUEST["ids"]); - print "
" . __("Enable the options you wish to apply using checkboxes on the right:") . "
"; + print_notice("Enable the options you wish to apply using checkboxes on the right:"); + + print "

"; print ""; print ""; @@ -1520,7 +1522,7 @@ class Pref_Feeds extends Handler_Protected { GROUP BY ttrss_feeds.title, ttrss_feeds.id, ttrss_feeds.site_url, ttrss_feeds.feed_url ORDER BY last_article"); - print "

" . __("These feeds have not been updated with new content for 3 months (oldest first):") . "
"; + print ""; print "
"; print "
". @@ -1586,7 +1588,8 @@ class Pref_Feeds extends Handler_Protected { } function feedsWithErrors() { - print "
" . __("These feeds have not been updated because of errors:") . "
"; + print "

" . __("These feeds have not been updated because of errors:") . + "

"; $result = db_query($this->link, "SELECT id,title,feed_url,last_error,site_url FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]); -- cgit v1.2.3