1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 03:01:28 +00:00

tabbed preferences

This commit is contained in:
Andrew Dolgov
2005-10-28 18:58:20 +01:00
parent c5142ccae7
commit f5a50b25d6
5 changed files with 149 additions and 62 deletions

View File

@@ -947,6 +947,13 @@
}
print "<h3>OPML Import</h3>
<form enctype=\"multipart/form-data\" method=\"POST\" action=\"opml.php\">
File: <input id=\"opml_file\" name=\"opml_file\" type=\"file\">&nbsp;
<input class=\"button\" name=\"op\" onclick=\"return validateOpmlImport();\"
type=\"submit\" value=\"Import\">
</form>";
}
if ($op == "pref-filters") {