diff options
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/config.twig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tpl/config.twig b/tpl/config.twig index dc49ee39..a17a4b17 100644 --- a/tpl/config.twig +++ b/tpl/config.twig | |||
@@ -17,6 +17,14 @@ | |||
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 "Updating poche" %}</h2> | ||
21 | <p><ul> | ||
22 | <li>{% trans "your version" %} : <strong>{{ constant('POCHE_VERSION') }}</strong></li> | ||
23 | <li>{% trans "latest stable version" %} : {{ prod }}. {% if compare_prod == -1 %}<strong>{% trans "a more recent stable version is available." %}</strong>{% else %}{% trans "you are up to date." %}{% endif %}</li> | ||
24 | <li>{% trans "latest dev version" %} : {{ dev }}. {% if compare_dev == -1 %}<strong>{% trans "a more recent development version is available." %}</strong>{% else %}{% trans "you are up to date." %}{% endif %}</li> | ||
25 | </ul> | ||
26 | </p> | ||
27 | |||
20 | <h2>{% trans "Change your password" %}</h2> | 28 | <h2>{% trans "Change your password" %}</h2> |
21 | <form method="post" action="?config" name="loginform"> | 29 | <form method="post" action="?config" name="loginform"> |
22 | <fieldset class="w500p"> | 30 | <fieldset class="w500p"> |