From 5ed8050791ef562ff4351ede3a077ab1e8b0d916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 8 Jan 2014 11:28:46 +0100 Subject: [add] courgette theme --- themes/courgette/config.twig | 82 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100755 themes/courgette/config.twig (limited to 'themes/courgette/config.twig') diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig new file mode 100755 index 00000000..d822a457 --- /dev/null +++ b/themes/courgette/config.twig @@ -0,0 +1,82 @@ +{% extends "layout.twig" %} + +{% block title %}{% trans "config" %}{% endblock %} +{% block menu %} +{% include '_menu.twig' %} +{% endblock %} +{% block content %} +
+

{% trans "Poching a link" %}

+

{% trans "You can poche a link by several methods:" %} (?)

+ + +

{% trans "Updating poche" %}

+ + +

{% trans "Change your theme" %}

+
+
+
+ + +
+
+ +
+
+ + +
+ +

{% trans "Change your password" %}

+
+
+
+ + +
+
+ + +
+
+ +
+
+ + +
+ +

{% trans "Import" %}

+

{% trans "Please execute the import script locally, it can take a very long time." %}

+

{% trans "More infos in the official doc:" %} inthepoche.com

+ + +

{% trans "Export your poche datas" %}

+

{% trans "Click here" %} {% trans "to export your poche datas." %}

+
+{% endblock %} \ No newline at end of file -- cgit v1.2.3 From 3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 28 Jan 2014 10:49:57 +0100 Subject: [fix] inthepoche.com => wallabag.org --- themes/courgette/config.twig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'themes/courgette/config.twig') diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig index d822a457..fdeb464b 100755 --- a/themes/courgette/config.twig +++ b/themes/courgette/config.twig @@ -7,7 +7,7 @@ {% block content %}

{% trans "Poching a link" %}

-

{% trans "You can poche a link by several methods:" %} (?)

+

{% trans "You can poche a link by several methods:" %} (?)

{% trans "Updating poche" %}

{% trans "Change your theme" %}

@@ -69,7 +69,7 @@

{% trans "Import" %}

{% trans "Please execute the import script locally, it can take a very long time." %}

-

{% trans "More infos in the official doc:" %} inthepoche.com

+

{% trans "More infos in the official doc:" %} wallabag.org

  • {% trans "import from Pocket" %} {{ '(you must have a %s file on your server)'|trans|format(constant('POCKET_FILE')) }}
  • {% trans "import from Readability" %} {{ '(you must have a %s file on your server)'|trans|format(constant('READABILITY_FILE')) }}
  • -- cgit v1.2.3 From f4fbfaa7cbaaf07aae7d8f0533d293fa4dc605cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 28 Jan 2014 11:19:06 +0100 Subject: some fix to courgette theme --- themes/courgette/config.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/courgette/config.twig') diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig index fdeb464b..3ab1d92f 100755 --- a/themes/courgette/config.twig +++ b/themes/courgette/config.twig @@ -35,8 +35,8 @@
    -- cgit v1.2.3 From cae70cdbdb518b6effe212528c894a390256cf2d Mon Sep 17 00:00:00 2001 From: Lonnytunes Date: Sun, 2 Feb 2014 19:13:05 +0100 Subject: [fix] courgette theme: Old constant call, replaced by the new one. --- themes/courgette/config.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/courgette/config.twig') diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig index 3ab1d92f..26da7289 100755 --- a/themes/courgette/config.twig +++ b/themes/courgette/config.twig @@ -24,7 +24,7 @@

    {% trans "Updating poche" %}

    -- cgit v1.2.3