summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-18 10:15:14 +0300
committerAndrew Dolgov <[email protected]>2010-11-18 10:15:14 +0300
commit49c6c279ab7dd42fe972225c50622ed263f81e7b (patch)
tree80d2d7ac2547287de1c4e1251421160db7efa245 /modules
parent2148e0d5ccafe6eea1234b17d5eac99913ff2685 (diff)
assorted DnD and pref layout fixes
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-feeds.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index 10b7462ec..3eb3c4621 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -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\"> ";