mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 03:25:57 +00:00
add date suffixes to opml & import_export generated files
This commit is contained in:
@@ -1461,8 +1461,10 @@ class Pref_Feeds extends Handler_Protected {
|
||||
|
||||
print "<hr>";
|
||||
|
||||
$opml_export_filename = "TinyTinyRSS_".date("Y-m-d").".opml";
|
||||
|
||||
print "<p>" . __('Filename:') .
|
||||
" <input type=\"text\" id=\"filename\" value=\"TinyTinyRSS.opml\" /> " .
|
||||
" <input type=\"text\" id=\"filename\" value=\"$opml_export_filename\" /> " .
|
||||
__('Include settings') . "<input type=\"checkbox\" id=\"settings\" checked=\"1\"/>";
|
||||
|
||||
print "</p><button dojoType=\"dijit.form.Button\"
|
||||
|
||||
Reference in New Issue
Block a user