prefs: implement batch subscribe to feeds

This commit is contained in:
Andrew Dolgov
2012-01-29 17:51:00 +04:00
parent 5081319e23
commit 33f0fdd0a2
4 changed files with 131 additions and 0 deletions

View File

@@ -1317,6 +1317,8 @@ class Pref_Feeds extends Protected_Handler {
dojoType=\"dijit.MenuItem\">".__('Edit selected feeds')."</div>";
print "<div onclick=\"resetFeedOrder()\"
dojoType=\"dijit.MenuItem\">".__('Reset sort order')."</div>";
print "<div onclick=\"batchSubscribe()\"
dojoType=\"dijit.MenuItem\">".__('Batch subscribe')."</div>";
print "</div></div>";
if (get_pref($this->link, 'ENABLE_FEED_CATS')) {