diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 42f9d665d..8bc7c19fd 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1277,6 +1277,10 @@ print "
"; print "
"; + /* print "
"; + print "< + print "
"; */ + $result = db_query($link, "SELECT COUNT(id) AS num_errors FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]); @@ -1320,7 +1324,9 @@ $feed_search = $_SESSION["prefs_feed_search"]; } - print "
"; + print '
'; + + print "
"; #toolbar print "
"; # toolbar + //print '
'; + print '
'; + print "
". __("Loading, please wait...")."
"; @@ -1421,6 +1430,11 @@ ".__('Hint: you can drag feeds and categories around.')."
"; + print "TEST"; + + print '
'; + print '
'; + print "
"; # feeds pane print "
";