diff options
Diffstat (limited to 'themes/baggy/config.twig')
-rwxr-xr-x | themes/baggy/config.twig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 46735f07..cd86a4fd 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig | |||
@@ -20,7 +20,7 @@ | |||
20 | <input type="submit" value="{% trans "bag it!" %}" /> | 20 | <input type="submit" value="{% trans "bag it!" %}" /> |
21 | </form> | 21 | </form> |
22 | </li> | 22 | </li> |
23 | <li>{% trans "Bookmarklet: drag & drop this link to your bookmarks bar" %} <a id="bookmarklet" ondragend="this.click();" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@wallabag.org']){top['bookmarklet-url@wallabag.org'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{{ poche_url }}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "bag it!" %}</a></li> | 23 | <li>{% trans "Bookmarklet: drag & drop this link to your bookmarks bar" %} <a id="bookmarklet" ondragend="this.click();" title="i am a bookmarklet, use me !" href="javascript:if(top['bookmarklet-url@wallabag.org']){top['bookmarklet-url@wallabag.org'];}else{(function(){var%20url%20=%20location.href%20||%20url;window.open('{{ poche_url }}?action=add&url='%20+%20btoa(url),'_self');})();void(0);}">{% trans "bag it!" %}</a></li> |
24 | </ul> | 24 | </ul> |
25 | 25 | ||
26 | <h2>{% trans "Upgrading wallabag" %}</h2> | 26 | <h2>{% trans "Upgrading wallabag" %}</h2> |
@@ -126,7 +126,13 @@ | |||
126 | <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> | 126 | <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> |
127 | 127 | ||
128 | <h2>{% trans "Fancy an E-Book ?" %}</h2> | 128 | <h2>{% trans "Fancy an E-Book ?" %}</h2> |
129 | <p>{% trans "Click on <a href=\"./?epub&method=all\" title=\"Generate ePub\">this link</a> to get all your articles in one ebook (ePub 3 format)." %} | 129 | <p>{% trans "Click to get all your articles in one ebook :" %} |
130 | <ul> | ||
131 | <li><a href="./?epub&method=all" title="Generate ePub file">ePub 3</a></li> | ||
132 | <li><a href="./?mobi&method=all" title="Generate Mobi file">Mobi</a></li> | ||
133 | <li><a href="./?pdf&method=all" title="Generate PDF file">PDF</a></li> | ||
134 | </ul> | ||
135 | |||
130 | <br>{% trans "This can <b>take a while</b> and can <b>even fail</b> if you have too many articles, depending on your server configuration." %}</p> | 136 | <br>{% trans "This can <b>take a while</b> and can <b>even fail</b> if you have too many articles, depending on your server configuration." %}</p> |
131 | 137 | ||
132 | <h2>{% trans "Cache" %}</h2> | 138 | <h2>{% trans "Cache" %}</h2> |