From: Nicolas LÅ“uillet Date: Wed, 16 Nov 2016 20:28:14 +0000 (+0100) Subject: Added tooltips for baggy theme X-Git-Tag: 2.1.4~6^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=c894d76e5790f47a210b673abe00d780a894f55a Added tooltips for baggy theme --- 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 %}