1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 07:51:28 +00:00

prefs: add button to clear all generated URLs

This commit is contained in:
Andrew Dolgov
2010-11-08 14:51:58 +03:00
parent aa1c2aa4f9
commit 8d86f15f40
3 changed files with 33 additions and 0 deletions

View File

@@ -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> ";
}