aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornicofrand <nicofrand@gmail.com>2013-08-23 22:52:37 +0200
committernicofrand <nicofrand@gmail.com>2013-08-23 22:52:37 +0200
commitcb844c4238cf147de8129a88f20d9a0ba812e123 (patch)
tree5cf3b693e25bc6c85ac79bae801d56293f04a5fc
parent258d7032bbc0608cffd00a42fff50ea99f59ff23 (diff)
downloadwallabag-cb844c4238cf147de8129a88f20d9a0ba812e123.tar.gz
wallabag-cb844c4238cf147de8129a88f20d9a0ba812e123.tar.zst
wallabag-cb844c4238cf147de8129a88f20d9a0ba812e123.zip
Restore config modifications related to #162
-rw-r--r--tpl/config.twig12
1 files changed, 8 insertions, 4 deletions
diff --git a/tpl/config.twig b/tpl/config.twig
index 9f2fe5a4..0b231187 100644
--- a/tpl/config.twig
+++ b/tpl/config.twig
@@ -11,10 +11,14 @@
11 </ul> 11 </ul>
12{% endblock %} 12{% endblock %}
13{% block content %} 13{% block content %}
14 <h2>{% trans "Bookmarklet" %}</h2> 14 <h2>{% trans "Poching a link" %}</h2>
15 <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">inthepoche.com</a>.</p> 15 <p>You can poche a link by several methods: (<a href="http://www.inthepoche.com/?pages/Documentation" title="{% trans "read the documentation" %}">?</a>)</p>
16 <p>{% trans "Drag & drop this link to your bookmarks bar and have fun with poche." %}</p> 16 <ul>
17 <p class="txtcenter"><a ondragend="this.click();" style="cursor: move; border: 1px dashed grey; background: white; padding: 5px;" 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&amp;url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "poche it!" %}</a></p> 17 <li>firefox: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/poche.xpi" title="download the firefox extension">download the extension</a></li>
18 <li>chrome: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/poche.crx" title="download the chrome extension">download the extension</a></li>
19 <li>android: <a href="https://bitbucket.org/jogaulupeau/poche/downloads/Poche.apk" title="download the application">download the application</a></li>
20 <li>bookmarklet: drag & drop this link to your bookmarks bar <a ondragend="this.click();" style="cursor: move; border: 1px dashed grey; background: white; padding: 5px;" 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></li>
21 </ul>
18 22
19 <h2>{% trans "Updating poche" %}</h2> 23 <h2>{% trans "Updating poche" %}</h2>
20 <ul> 24 <ul>