fix opml import when translations are enabled
This commit is contained in:
parent
bddc9788ef
commit
999703d156
1 changed files with 3 additions and 2 deletions
|
@ -987,8 +987,9 @@
|
||||||
|
|
||||||
<div style='float : left'>
|
<div style='float : left'>
|
||||||
<form enctype=\"multipart/form-data\" method=\"POST\" action=\"opml.php\">
|
<form enctype=\"multipart/form-data\" method=\"POST\" action=\"opml.php\">
|
||||||
File: <input id=\"opml_file\" name=\"opml_file\" type=\"file\">
|
".__('File:')." <input id=\"opml_file\" name=\"opml_file\" type=\"file\">
|
||||||
<input class=\"button\" name=\"op\" onclick=\"return validateOpmlImport();\"
|
<input type=\"hidden\" name=\"op\" value=\"Import\">
|
||||||
|
<input class=\"button\" onclick=\"return validateOpmlImport();\"
|
||||||
type=\"submit\" value=\"".__('Import')."\">
|
type=\"submit\" value=\"".__('Import')."\">
|
||||||
</form></div>";
|
</form></div>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue