diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 20:58:31 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-04 20:58:31 +0200 |
commit | eb1af592194e225bf887e4893e697f0ab8dd9a26 (patch) | |
tree | 4ca66f2328ac5ab2abac1cfae98a0e1a7c4e5583 /tpl/config.twig | |
parent | 3ba5f81b7bc99d7ff954aa5b76aca93c9e157e67 (diff) | |
download | wallabag-eb1af592194e225bf887e4893e697f0ab8dd9a26.tar.gz wallabag-eb1af592194e225bf887e4893e697f0ab8dd9a26.tar.zst wallabag-eb1af592194e225bf887e4893e697f0ab8dd9a26.zip |
refactoring
Diffstat (limited to 'tpl/config.twig')
-rw-r--r-- | tpl/config.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/config.twig b/tpl/config.twig index be2c0454..4e7bb9d4 100644 --- a/tpl/config.twig +++ b/tpl/config.twig | |||
@@ -15,7 +15,7 @@ | |||
15 | <h2>{% trans "Bookmarklet" %}</h2> | 15 | <h2>{% trans "Bookmarklet" %}</h2> |
16 | <p>{% trans "Thanks to the bookmarklet, you will be able to easily add a link to your poche." %} {% trans "Have a look to this documentation:" %} <a href="http://inthepoche.com/?pages/Documentation" target="_blank">http://inthepoche.com/?pages/Documentation</a>.</p> | 16 | <p>{% trans "Thanks to the bookmarklet, you will be able to easily add a link to your poche." %} {% trans "Have a look to this documentation:" %} <a href="http://inthepoche.com/?pages/Documentation" target="_blank">http://inthepoche.com/?pages/Documentation</a>.</p> |
17 | <p>{% trans "Drag & drop this link to your bookmarks bar and have fun with poche." %}</p> | 17 | <p>{% trans "Drag & drop this link to your bookmarks bar and have fun with poche." %}</p> |
18 | <p><a ondragend="this.click();" style="cursor: move; border: 1px dashed grey; background: white;" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@inthepoche.com']){top['bookmarklet-url@inthepoche.com'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{$poche_url}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "poche it!" %}</a></p> | 18 | <p><a ondragend="this.click();" style="cursor: move; border: 1px dashed grey; background: white;" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@inthepoche.com']){top['bookmarklet-url@inthepoche.com'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{{ poche_url }}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "poche it!" %}</a></p> |
19 | 19 | ||
20 | <h2>{% trans "Change your password" %}</h2> | 20 | <h2>{% trans "Change your password" %}</h2> |
21 | <form method="post" action="?config" name="loginform"> | 21 | <form method="post" action="?config" name="loginform"> |