summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-07-25 08:48:15 +0100
committerAndrew Dolgov <[email protected]>2008-07-25 08:48:15 +0100
commitfe5bfa004243bda049f10792fb232c6f3a60b84a (patch)
treef51198874ce5fcb984184d779d40582c451039f1 /modules
parent9123c2efd67c6055db36ce1960045aa4dfa48417 (diff)
UNDO: add quick unsubscribe button to prefs/feedlist
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-feeds.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index f1c9bfd6f..8041b8cc1 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -968,7 +968,6 @@
$cat_id = $line["cat_id"];
$edit_title = htmlspecialchars($line["title"]);
- $feed_title = $edit_title;
$edit_cat = htmlspecialchars($line["category"]);
$hidden = sql_bool_to_bool($line["hidden"]);
@@ -1064,11 +1063,6 @@
$parent_title)</span>";
}
- $ops = "<span class=\"feedOps\">
- (<a title=\"".__('Unsubscribe')."\"
- href='javascript:removeFeed($feed_id, \"$feed_title\")'>x</a>)
- </span>";
-
print "<td $onclick>" . "$edit_title $parent_title" . "</td>";
if ($show_last_article_info) {
@@ -1076,7 +1070,7 @@
"$last_article</td>";
}
- print "<td align='right'>$ops $last_updated</td>";
+ print "<td $onclick align='right'>$last_updated</td>";
print "</tr>";