From b738bea9ca03c7c05e8c159b9c2f48fb40e58ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 22 Jul 2014 16:37:13 +0200 Subject: Fix #776 --- themes/baggy/config.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/baggy/config.twig') diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 46735f07..e45c3218 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -111,7 +111,7 @@
- +
-- cgit v1.2.3 From 046b9316244c7a3a19446b2425d2370a26246af0 Mon Sep 17 00:00:00 2001 From: tcit Date: Fri, 25 Jul 2014 08:42:03 +0200 Subject: added email field --- themes/baggy/config.twig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'themes/baggy/config.twig') diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 46735f07..ccdd2273 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -138,11 +138,15 @@
- +
- + +
+
+ +
-- cgit v1.2.3 From 9f3477a279d8a72a56000a956c940046d3645ff5 Mon Sep 17 00:00:00 2001 From: tcit Date: Fri, 25 Jul 2014 08:42:30 +0200 Subject: precision --- themes/baggy/config.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/baggy/config.twig') diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index ccdd2273..0ae67bc3 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -145,7 +145,7 @@
- +
-- cgit v1.2.3 From 200c758ff411c013391d4c84bce24e0df9cfbac1 Mon Sep 17 00:00:00 2001 From: tcit Date: Sat, 26 Jul 2014 12:42:48 +0200 Subject: Translations --- themes/baggy/config.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/baggy/config.twig') diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 0ae67bc3..12934c8b 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -142,7 +142,7 @@
- +
@@ -167,5 +167,5 @@
{% else %}

{% trans "You are the only user, you cannot delete your own account." %}
- {% trans "To completely remove wallabag, delete the wallabag folder on your web server." %}

{% endif %} + {% trans "To completely remove wallabag, delete the wallabag folder on your web server (and eventual databases)." %}

{% endif %} {% endblock %} -- cgit v1.2.3 From 8763e4efde17f133d0bda504640acada108e7870 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 26 Aug 2014 12:43:56 +0200 Subject: Fix downloading SQLite database from all users --- themes/baggy/config.twig | 2 -- 1 file changed, 2 deletions(-) (limited to 'themes/baggy/config.twig') diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index e45c3218..7bd229cb 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -121,8 +121,6 @@

{% trans "You can click here to fetch content for articles with no content." %}

{% trans "Export your wallabag data" %}

- {% if constant('STORAGE') == 'sqlite' %} -

{% trans "Click here" %} {% trans "to download your database." %}

{% endif %}

{% trans "Click here" %} {% trans "to export your wallabag data." %}

{% trans "Fancy an E-Book ?" %}

-- cgit v1.2.3