print " <input type=\"submit\" class=\"button\"
onclick=\"javascript:editFeedCats()\" value=\"Edit categories\">";
- print " | ";
+# print " | ";
}
- print "All feeds: <input type=\"submit\"
- class=\"button\" onclick=\"gotoExportOpml()\"
- value=\"Export OPML\">";
}
} else {
}
- print "<h3>Import OPML</h3>
+ print "<h3>OPML</h3>
+
+ <div style='float : left'>
<form enctype=\"multipart/form-data\" method=\"POST\" action=\"opml.php\">
File: <input id=\"opml_file\" name=\"opml_file\" type=\"file\">
<input class=\"button\" name=\"op\" onclick=\"return validateOpmlImport();\"
type=\"submit\" value=\"Import\">
- </form>";
+ </form></div>";
+
+ print " | ";
+
+ print "<input type=\"submit\"
+ class=\"button\" onclick=\"gotoExportOpml()\"
+ value=\"Export\">";
+
}
?>