]> git.wh0rd.org - tt-rss.git/blobdiff - modules/pref-feeds.php
move OPML export button to OPML subsection
[tt-rss.git] / modules / pref-feeds.php
index 49157dfcc2141798bf18af1b03777a7d5f24e669..5afe2d7f1abdf3f73afdc25e2233fc54fa2a4cd5 100644 (file)
                                        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 {
 
 
                }
 
-               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\">";                     
+
        }
 ?>