From 71bc164586e9701b866a02814286f919dd744644 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 31 Jul 2011 10:44:20 +0400 Subject: tweak OPML panel UI a bit --- modules/pref-feeds.php | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 947716e91..1645ca0ba 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1430,13 +1430,15 @@ print "
"; - print "

" . __("Using OPML you can export and import your feeds and Tiny Tiny RSS settings."); + print "

" . __("Using OPML you can export and import your feeds and Tiny Tiny RSS settings.") . " "; - print "

" . __("Note: Only main settings profile can be migrated using OPML.") . "
"; + print "" . __("Note: Only main settings profile can be migrated using OPML.") . ""; print "

"; - print ""; @@ -1447,18 +1449,23 @@ " . - "

" . __('Export Name: ') . - " " . - __('Include Settings? ') . "" . + __('Import') . ""; + + print "

" . __("Export") . "

"; + + print "

" . __('Filename:') . + "  " . + __('Include settings') . "" . "

"; + __('Export') . "

"; + + print "

" . __("Publish") . "

"; - print "

".__('Your OPML can be published publicly and can be subscribed by anyone who knows the URL below.'); + print "

".__('Your OPML can be published publicly and can be subscribed by anyone who knows the URL below.') . " "; - print "

" . __("Note: Published OPML does not include your Tiny Tiny RSS settings, feeds that require authentication or feeds hidden from Popular feeds.") . "
" . "

"; + print "" . __("Note: Published OPML does not include your Tiny Tiny RSS settings, feeds that require authentication or feeds hidden from Popular feeds.") . "" . "

"; print " "; -- cgit v1.2.3