1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 01:31:29 +00:00

assorted DnD and pref layout fixes

This commit is contained in:
Andrew Dolgov
2010-11-18 10:15:14 +03:00
parent 2148e0d5cc
commit 49c6c279ab
5 changed files with 47 additions and 17 deletions

View File

@@ -967,8 +967,12 @@
if ($num_errors > 0) {
print format_notice("<a href=\"javascript:showFeedsWithErrors()\">".
__('Some feeds have update errors (click for details)')."</a>");
$error_button = "<button dojoType=\"dijit.form.Button\"
onclick=\"showFeedsWithErrors\" id=\"errorButton\">" .
__("Feeds with errors") . "</button>";
// print format_notice("<a href=\"javascript:showFeedsWithErrors()\">".
// __('Some feeds have update errors (click for details)')."</a>");
}
$feed_search = db_escape_string($_REQUEST["search"]);
@@ -1012,6 +1016,8 @@
__('Edit categories')."</button dojoType=\"dijit.form.Button\"> ";
}
print $error_button;
print "<button dojoType=\"dijit.form.Button\" onclick=\"removeSelectedFeeds()\">"
.__('Unsubscribe')."</button dojoType=\"dijit.form.Button\"> ";