summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-04 07:16:13 +0100
committerAndrew Dolgov <[email protected]>2006-10-04 07:16:13 +0100
commit94a4ba88e1f8969183a83e0997bc4b9dca661239 (patch)
treebd035a68503bb4ad32db883f0394a8337af13479 /modules/pref-feeds.php
parent6f5b1e042c62023f9341d01120828c01a10a502b (diff)
move OPML export button to OPML subsection
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php18
1 files changed, 12 insertions, 6 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index 49157dfcc..5afe2d7f1 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -961,13 +961,10 @@
print " <input type=\"submit\" class=\"button\"
onclick=\"javascript:editFeedCats()\" value=\"Edit categories\">";
- print "&nbsp;|&nbsp;";
+# print "&nbsp;|&nbsp;";
}
- print "All feeds: <input type=\"submit\"
- class=\"button\" onclick=\"gotoExportOpml()\"
- value=\"Export OPML\">";
}
} else {
@@ -975,11 +972,20 @@
}
- 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\">&nbsp;
<input class=\"button\" name=\"op\" onclick=\"return validateOpmlImport();\"
type=\"submit\" value=\"Import\">
- </form>";
+ </form></div>";
+
+ print "&nbsp;|&nbsp;";
+
+ print "<input type=\"submit\"
+ class=\"button\" onclick=\"gotoExportOpml()\"
+ value=\"Export\">";
+
}
?>