1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

fix OPML import

This commit is contained in:
Andrew Dolgov
2011-12-22 16:45:19 +04:00
parent f0143d4ef9
commit c4c74732db
3 changed files with 7 additions and 18 deletions

View File

@@ -1419,7 +1419,7 @@ class Pref_Feeds extends Protected_Handler {
action=\"backend.php\">
<input id=\"opml_file\" name=\"opml_file\" type=\"file\">&nbsp;
<input type=\"hidden\" name=\"op\" value=\"dlg\">
<input type=\"hidden\" name=\"id\" value=\"importOpml\">
<input type=\"hidden\" name=\"method\" value=\"importOpml\">
<button dojoType=\"dijit.form.Button\" onclick=\"return opmlImport();\" type=\"submit\">" .
__('Import') . "</button>";