summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-28 18:58:20 +0100
committerAndrew Dolgov <[email protected]>2005-10-28 18:58:20 +0100
commitf5a50b25d6d023050ee7d8524bee1bdf7030057b (patch)
treea4a22a656426cd6c36991cb9c61c02e79cd457a8 /backend.php
parentc5142ccae7e7c06bd3c2d66d30c769290b8e87e4 (diff)
tabbed preferences
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 353062d19..8b8a90709 100644
--- a/backend.php
+++ b/backend.php
@@ -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") {