From 0cfc9dbfe78ca74387993f06918f94b91e9b9a3b Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 14 Jun 2017 00:00:12 +0200 Subject: Add a button in order to provide to the user a way to export bookmarks with the new functionality. --- src/web/templates/management.html | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'src/web/templates') diff --git a/src/web/templates/management.html b/src/web/templates/management.html index 62e28dbe..375b8f37 100644 --- a/src/web/templates/management.html +++ b/src/web/templates/management.html @@ -16,23 +16,30 @@ {{ _('Delete all bookmarks') }} -
-

{{ _('OPML import/export') }}

-
- {{ _('Batch import feeds from OPML') }} (*.xml {{ _('or') }} *.opml) - -
-
- {{ _('Export feeds to OPML') }} -

{{ _('Data liberation') }}

-
- {{ _('Import account') }} (*.json) - -
-
- {{ _('Export account to JSON') }} +
+
+

{{ _('Data liberation') }}

+
+ {{ _('Import a Newspipe account') }} (*.json) + +
+
+ {{ _('Export your Newspipe account to JSON') }} +

+ {{ _('Export your bookmarks to JSON') }} +
+
+

{{ _('OPML import/export') }}

+
+ {{ _('Batch import feeds from OPML') }} (*.xml {{ _('or') }} *.opml) + +
+
+ {{ _('Export your feeds to OPML') }} +
+
{% endblock %} -- cgit