move OPML export button to OPML subsection
This commit is contained in:
parent
6f5b1e042c
commit
94a4ba88e1
|
@ -961,13 +961,10 @@
|
||||||
print " <input type=\"submit\" class=\"button\"
|
print " <input type=\"submit\" class=\"button\"
|
||||||
onclick=\"javascript:editFeedCats()\" value=\"Edit categories\">";
|
onclick=\"javascript:editFeedCats()\" value=\"Edit categories\">";
|
||||||
|
|
||||||
print " | ";
|
# print " | ";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
print "All feeds: <input type=\"submit\"
|
|
||||||
class=\"button\" onclick=\"gotoExportOpml()\"
|
|
||||||
value=\"Export OPML\">";
|
|
||||||
}
|
}
|
||||||
} else {
|
} 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\">
|
<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 class=\"button\" name=\"op\" onclick=\"return validateOpmlImport();\"
|
||||||
type=\"submit\" value=\"Import\">
|
type=\"submit\" value=\"Import\">
|
||||||
</form>";
|
</form></div>";
|
||||||
|
|
||||||
|
print " | ";
|
||||||
|
|
||||||
|
print "<input type=\"submit\"
|
||||||
|
class=\"button\" onclick=\"gotoExportOpml()\"
|
||||||
|
value=\"Export\">";
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue