aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-16 21:28:14 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-17 09:22:39 +0100
commitc894d76e5790f47a210b673abe00d780a894f55a (patch)
tree78ee9b6c910db597af811337af66fff615c4fa09
parent540a9bc4a274fc5975b73a66ccf5b91bd3e226f5 (diff)
downloadwallabag-c894d76e5790f47a210b673abe00d780a894f55a.tar.gz
wallabag-c894d76e5790f47a210b673abe00d780a894f55a.tar.zst
wallabag-c894d76e5790f47a210b673abe00d780a894f55a.zip
Added tooltips for baggy theme
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig18
1 files changed, 18 insertions, 0 deletions
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 @@
14 {{ form_errors(form.config.theme) }} 14 {{ form_errors(form.config.theme) }}
15 {{ form_widget(form.config.theme) }} 15 {{ form_widget(form.config.theme) }}
16 </div> 16 </div>
17 <a href="#" title="{{ 'config.form_settings.help_theme'|trans }}">
18 <i class="material-icons">live_help</i>
19 </a>
17 </fieldset> 20 </fieldset>
18 21
19 <fieldset class="w500p inline"> 22 <fieldset class="w500p inline">
@@ -22,6 +25,9 @@
22 {{ form_errors(form.config.items_per_page) }} 25 {{ form_errors(form.config.items_per_page) }}
23 {{ form_widget(form.config.items_per_page) }} 26 {{ form_widget(form.config.items_per_page) }}
24 </div> 27 </div>
28 <a href="#" title="{{ 'config.form_settings.help_items_per_page'|trans }}">
29 <i class="material-icons">live_help</i>
30 </a>
25 </fieldset> 31 </fieldset>
26 32
27 <fieldset class="w500p inline"> 33 <fieldset class="w500p inline">
@@ -34,6 +40,9 @@
34 <a href="http://www.myreadspeed.com/calculate/">myreadspeed</a> 40 <a href="http://www.myreadspeed.com/calculate/">myreadspeed</a>
35 </p> 41 </p>
36 </div> 42 </div>
43 <a href="#" title="{{ 'config.form_settings.help_reading_speed'|trans }}">
44 <i class="material-icons">live_help</i>
45 </a>
37 </fieldset> 46 </fieldset>
38 47
39 <fieldset class="w500p inline"> 48 <fieldset class="w500p inline">
@@ -42,6 +51,9 @@
42 {{ form_errors(form.config.language) }} 51 {{ form_errors(form.config.language) }}
43 {{ form_widget(form.config.language) }} 52 {{ form_widget(form.config.language) }}
44 </div> 53 </div>
54 <a href="#" title="{{ 'config.form_settings.help_language'|trans }}">
55 <i class="material-icons">live_help</i>
56 </a>
45 </fieldset> 57 </fieldset>
46 58
47 <fieldset class="w500p inline"> 59 <fieldset class="w500p inline">
@@ -54,6 +66,9 @@
54 <a href="https://getpocket.com/developer/docs/authentication">https://getpocket.com/developer/docs/authentication</a> 66 <a href="https://getpocket.com/developer/docs/authentication">https://getpocket.com/developer/docs/authentication</a>
55 </p> 67 </p>
56 </div> 68 </div>
69 <a href="#" title="{{ 'config.form_settings.help_pocket_consumer_key'|trans }}">
70 <i class="material-icons">live_help</i>
71 </a>
57 </fieldset> 72 </fieldset>
58 73
59 {{ form_rest(form.config) }} 74 {{ form_rest(form.config) }}
@@ -143,6 +158,9 @@
143 {{ form_errors(form.user.twoFactorAuthentication) }} 158 {{ form_errors(form.user.twoFactorAuthentication) }}
144 {{ form_widget(form.user.twoFactorAuthentication) }} 159 {{ form_widget(form.user.twoFactorAuthentication) }}
145 </div> 160 </div>
161 <a href="#" title="{{ 'config.form_user.help_twoFactorAuthentication'|trans }}">
162 <i class="material-icons">live_help</i>
163 </a>
146 </fieldset> 164 </fieldset>
147 {% endif %} 165 {% endif %}
148 166