|
|
|
@ -1192,6 +1192,8 @@
|
|
|
|
|
print "<button onclick=\"javascript:removeSelectedFeeds()\">"
|
|
|
|
|
.__('Unsubscribe')."</button> ";
|
|
|
|
|
|
|
|
|
|
if (defined('_ENABLE_FEED_DEBUGGING')) {
|
|
|
|
|
|
|
|
|
|
print "<select id=\"feedActionChooser\" onchange=\"feedActionChange()\">
|
|
|
|
|
<option value=\"facDefault\" selected>".__('More actions...')."</option>";
|
|
|
|
|
|
|
|
|
@ -1206,11 +1208,7 @@
|
|
|
|
|
|
|
|
|
|
print "</select>";
|
|
|
|
|
|
|
|
|
|
/* if (ENABLE_FEED_BROWSER && !SINGLE_USER_MODE) {
|
|
|
|
|
print " <input type=\"submit\" class=\"button\"
|
|
|
|
|
id=\"top25_feeds_btn\"
|
|
|
|
|
onclick=\"javascript:browseFeeds()\" value=\"".__('More feeds')."\">";
|
|
|
|
|
} */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$feeds_sort = db_escape_string($_REQUEST["sort"]);
|
|
|
|
|
|
|
|
|
|