diff options
Diffstat (limited to 'tpl/default/tools.html')
-rw-r--r-- | tpl/default/tools.html | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/tpl/default/tools.html b/tpl/default/tools.html index 72fd58af..20060994 100644 --- a/tpl/default/tools.html +++ b/tpl/default/tools.html | |||
@@ -45,6 +45,14 @@ | |||
45 | </a> | 45 | </a> |
46 | </div> | 46 | </div> |
47 | 47 | ||
48 | {if="$thumbnails_enabled"} | ||
49 | <div class="tools-item"> | ||
50 | <a href="?do=thumbs_update" title="{'Synchronize all link thumbnails'|t}"> | ||
51 | <span class="pure-button pure-u-lg-2-3 pure-u-3-4">{'Synchronize thumbnails'|t}</span> | ||
52 | </a> | ||
53 | </div> | ||
54 | {/if} | ||
55 | |||
48 | {loop="$tools_plugin"} | 56 | {loop="$tools_plugin"} |
49 | <div class="tools-item"> | 57 | <div class="tools-item"> |
50 | {$value} | 58 | {$value} |
@@ -146,8 +154,14 @@ | |||
146 | </div> | 154 | </div> |
147 | <div class="tools-item"> | 155 | <div class="tools-item"> |
148 | <a href="https://play.google.com/store/apps/details?id=com.dimtion.shaarlier&hl=fr" | 156 | <a href="https://play.google.com/store/apps/details?id=com.dimtion.shaarlier&hl=fr" |
149 | title="Android"> | 157 | title="Android Shaarlier"> |
150 | <span class="pure-button pure-u-lg-2-3 pure-u-3-4">Android</span> | 158 | <span class="pure-button pure-u-lg-2-3 pure-u-3-4">Android Shaarlier</span> |
159 | </a> | ||
160 | </div> | ||
161 | <div class="tools-item"> | ||
162 | <a href="https://stakali.toneiv.eu/" | ||
163 | title="Android Stakali"> | ||
164 | <span class="pure-button pure-u-lg-2-3 pure-u-3-4">Android Stakali</span> | ||
151 | </a> | 165 | </a> |
152 | </div> | 166 | </div> |
153 | <div class="tools-item"> | 167 | <div class="tools-item"> |