From d7282ec292a79120709e93ba9b1c73d0077d871b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 9 Apr 2019 07:05:33 +0300 Subject: [PATCH] import_export: prevent form closing before doing anything; update markup --- plugins/import_export/init.php | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/plugins/import_export/init.php b/plugins/import_export/init.php index 9f2aa18c4..a41786117 100755 --- a/plugins/import_export/init.php +++ b/plugins/import_export/init.php @@ -50,32 +50,32 @@ class Import_Export extends Plugin implements IHandler { function hook_prefs_tab($args) { if ($args != "prefFeeds") return; - print "
import_export ".__('Import and export')."\">"; print_notice(__("You can export and import your Starred and Archived articles for safekeeping or when migrating between tt-rss instances of same version.")); print "

"; - print " "; print "


"; - print ""; + print ""; - print "
-