From 540a9bc4a274fc5975b73a66ccf5b91bd3e226f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 12 Nov 2016 13:18:39 +0100 Subject: Added help on config screen --- .../CoreBundle/Resources/views/themes/baggy/Config/index.html.twig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig index ff7ef73a..56fd8e0c 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig @@ -155,6 +155,10 @@ {{ form_start(form.pwd) }} {{ form_errors(form.pwd) }} +
+ {{ 'config.form_password.description'|trans }} +
+
{{ form_label(form.pwd.old_password) }} -- cgit v1.2.3 From c894d76e5790f47a210b673abe00d780a894f55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 16 Nov 2016 21:28:14 +0100 Subject: Added tooltips for baggy theme --- .../views/themes/baggy/Config/index.html.twig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig index 56fd8e0c..98b0e119 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig @@ -14,6 +14,9 @@ {{ form_errors(form.config.theme) }} {{ form_widget(form.config.theme) }}
+ + live_help +
@@ -22,6 +25,9 @@ {{ form_errors(form.config.items_per_page) }} {{ form_widget(form.config.items_per_page) }} + + live_help +
@@ -34,6 +40,9 @@ myreadspeed

+ + live_help +
@@ -42,6 +51,9 @@ {{ form_errors(form.config.language) }} {{ form_widget(form.config.language) }} + + live_help +
@@ -54,6 +66,9 @@ https://getpocket.com/developer/docs/authentication

+ + live_help +
{{ form_rest(form.config) }} @@ -143,6 +158,9 @@ {{ form_errors(form.user.twoFactorAuthentication) }} {{ form_widget(form.user.twoFactorAuthentication) }} + + live_help + {% endif %} -- cgit v1.2.3