From b6a6e262bebfdcea6b9523e63c287f94b4ffcff6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 13 Jan 2010 23:59:02 +0300 Subject: rework OPML import to use popup dialog --- modules/pref-feeds.php | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 05c796bb3..e724125ec 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -719,6 +719,8 @@ foreach ($ids as $id) { remove_feed($link, $id, $_SESSION["uid"]); } + + return; } if ($subop == "clear") { @@ -1377,9 +1379,9 @@ } - print "

".__('OPML')."

+ print "

".__('OPML')."

"; -
+/* print "
".__('File:')."   @@ -1387,7 +1389,22 @@ type=\"submit\">".__('Import')."
"; - print " "; + print " "; */ + + print ""; + + print "
"; + print "
+   + + + +
"; + print "
 "; print ""; -- cgit v1.2.3