From aea01678fe2f5c22c62d7c1f8234d91aa38fe7b4 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 26 May 2017 09:31:39 +0200 Subject: Delete all bookmarks. --- src/web/templates/management.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'src/web/templates') diff --git a/src/web/templates/management.html b/src/web/templates/management.html index 2f5eda6f..61eafe75 100644 --- a/src/web/templates/management.html +++ b/src/web/templates/management.html @@ -2,11 +2,21 @@ {% block content %}
-

{{ _('Your subscriptions') }}

-

{{ _('You are subscribed to') }} {{ nb_feeds }} {{ _('feeds') }}. {{ _('Add') }} {{ _('a feed') }}.

-

{{ nb_articles }} {{ _('articles are stored in the database with') }} {{ nb_unread_articles }} {{ _('unread articles') }}.

-

{{ _('You have') }} {{ nb_categories }} {{ _('categories') }}.

- {{ _('Delete articles older than 10 weeks') }} +
+
+

{{ _('Your subscriptions') }}

+

{{ _('You are subscribed to') }} {{ nb_feeds }} {{ _('feeds') }}. {{ _('Add') }} {{ _('a feed') }}.

+

{{ nb_articles }} {{ _('articles are stored in the database with') }} {{ nb_unread_articles }} {{ _('unread articles') }}.

+

{{ _('You have') }} {{ nb_categories }} {{ _('categories') }}.

+ {{ _('Delete articles older than 10 weeks') }} +
+
+

{{ _('Your bookmarks') }}

+

{{ _('You have') }} {{ nb_bookmarks }} {{ _('bookmarks') }}.

+ {{ _('Delete all bookmarks') }} +
+
+

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

-- cgit