diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-01 11:00:27 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-01 11:00:27 +0200 |
commit | 99dd7d38772251035fb2a7688c0633a00d440fed (patch) | |
tree | ec9503ff3f092000118a9cb2c313414f29b96740 /tpl/config.html | |
parent | 4d8bcc0c6b4902f3c7a37f3c8eaf18a064028869 (diff) | |
download | wallabag-99dd7d38772251035fb2a7688c0633a00d440fed.tar.gz wallabag-99dd7d38772251035fb2a7688c0633a00d440fed.tar.zst wallabag-99dd7d38772251035fb2a7688c0633a00d440fed.zip |
testing icon in bookmarklet, thanks to @GeekShadow in #94
Diffstat (limited to 'tpl/config.html')
-rw-r--r-- | tpl/config.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/config.html b/tpl/config.html index 1100d455..43c0104c 100644 --- a/tpl/config.html +++ b/tpl/config.html | |||
@@ -2,7 +2,7 @@ | |||
2 | <h2>Bookmarklet</h2> | 2 | <h2>Bookmarklet</h2> |
3 | <p>Thanks to the bookmarklet, you will be able to easily add a link to your poche. If you don't know how use a bookmarklet, <a href="http://support.mozilla.org/en-US/kb/bookmarklets-perform-common-web-page-tasks">have a look here</a>.</p> | 3 | <p>Thanks to the bookmarklet, you will be able to easily add a link to your poche. If you don't know how use a bookmarklet, <a href="http://support.mozilla.org/en-US/kb/bookmarklets-perform-common-web-page-tasks">have a look here</a>.</p> |
4 | <p>Drag & drop this link to your bookmarks bar and have fun with poche.</p> | 4 | <p>Drag & drop this link to your bookmarks bar and have fun with poche.</p> |
5 | <p><a style="cursor: move; border: 1px dashed grey; background: white;" title="i am a bookmarklet, use me !" href="javascript:(function(){var%20url%20=%20location.href%20||%20url;window.open('{$poche_url}?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></p> | 5 | <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+%20encodeURIComponent(url),'_self');})();void(0);}">poche it !</a></p> |
6 | 6 | ||
7 | <h2>Password</h2> | 7 | <h2>Password</h2> |
8 | <form method="post" action="?config" name="loginform"> | 8 | <form method="post" action="?config" name="loginform"> |