summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-08 14:51:58 +0300
committerAndrew Dolgov <[email protected]>2010-11-08 14:51:58 +0300
commit8d86f15f40c45592f189614938e7ec88dadc0bb5 (patch)
treed83cec35903c2f43e1926e7247747c46c863cb51 /modules/pref-feeds.php
parentaa1c2aa4f9eecdad2da212c731573b4aa1604dd0 (diff)
prefs: add button to clear all generated URLs
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index de9166fe4..30046ddb9 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -1498,6 +1498,8 @@
print "<button onclick=\"return displayDlg('generatedFeed', '$rss_url')\">".
__('Display URL')."</button> ";
+ print "<button onclick=\"return clearFeedAccessKeys()\">".
+ __('Clear all generated URLs')."</button> ";
}