From: Andrew Dolgov Date: Sun, 31 Jul 2011 06:44:20 +0000 (+0400) Subject: tweak OPML panel UI a bit X-Git-Tag: 1.5.6~73 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=71bc164586e9701b866a02814286f919dd744644;p=tt-rss.git tweak OPML panel UI a bit --- diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 947716e9..1645ca0b 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 " ";