X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fbaggy%2FConfig%2Findex.html.twig;h=ec3b23c83640eb2dce03620e0f01ce3d87d7fce2;hb=5a619812ca3eb05a82a023ccdaee13501eb8d45f;hp=b10db473b92666708e7cad0fd16ade1e9e42b3b2;hpb=71254701b7e5364516b7510e9237c00c678dac1c;p=github%2Fwallabag%2Fwallabag.git 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 b10db473..ec3b23c8 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 @@ -54,6 +54,16 @@ https://getpocket.com/developer/docs/authentication

+ +
+

{{ 'config.form_settings.android_configuration'|trans }}

+ Touch here to prefill your Android application + + +
{{ form_rest(form.config) }} @@ -146,13 +156,41 @@ {% endif %} +

{{ 'config.reset.title'|trans }}

+
+

{{ 'config.reset.description'|trans }}

+ +
+ {{ form_widget(form.user._token) }} {{ form_widget(form.user.save) }} - {% if enabled_users > 1 %} - {{ 'config.form_user.delete_account' | trans }} - {% endif %} + {% if enabled_users > 1 %} +

{{ 'config.form_user.delete.title'|trans }}

+ +

{{ 'config.form_user.delete.description'|trans }}

+ + {{ 'config.form_user.delete.button'|trans }} + + {% endif %} +

{{ 'config.tab_menu.password'|trans }}

{{ form_start(form.pwd) }}