From 08ae2a5ba6b69b574c891a7fb3f88cab5d55b66f Mon Sep 17 00:00:00 2001 From: Craig Meyer Date: Sat, 30 Jul 2011 22:34:22 -0400 Subject: Extend OPML preferences pane, to provide more control of Export OPML User is prompted for filename, and also whether to include settings. Default filename is: TinyTinyRSS.opml modules/pref-feeds.php Prompt for output OPML filename (Default: TinyTinyRSS.opml ) opml.php Modify to support passing in name=&settings=[0|1] functions.js Modify to support passing in name=&settings=[0|1] --- modules/pref-feeds.php | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'modules') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index e16fa9b13..947716e91 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1440,16 +1440,21 @@ name=\"upload_iframe\" onload=\"opmlImportComplete(this)\" style=\"width: 400px; height: 100px; display: none;\">"; - print "
  - - -
"; + " . + "

" . __('Export Name: ') . + " " . + __('Include Settings? ') . "" . + + "

"; print "

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