diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-07-17 13:13:26 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-07-17 13:16:50 +0200 |
commit | 7b4fea0e39be9e74e9aef13e73af9bbd2b1a6397 (patch) | |
tree | a9c5071ed1f6830adcbf10668a2f21e044276842 /tpl/default/linklist.html | |
parent | b302b3c584b84f22f0e6f187b072180ecbacdfab (diff) | |
download | Shaarli-7b4fea0e39be9e74e9aef13e73af9bbd2b1a6397.tar.gz Shaarli-7b4fea0e39be9e74e9aef13e73af9bbd2b1a6397.tar.zst Shaarli-7b4fea0e39be9e74e9aef13e73af9bbd2b1a6397.zip |
Bunch of improvement for thumbnails integration:
- add a default thumb size value (125x90px)
- improve private vertical bar visual, especially with thumbnails
- translations
- add a sync thumbs button in tool and empty picwall page
- fixes WT download mode in JSON config
Diffstat (limited to 'tpl/default/linklist.html')
-rw-r--r-- | tpl/default/linklist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index bf88e161..8ea2ce66 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html | |||
@@ -132,7 +132,7 @@ | |||
132 | <div class="linklist-item linklist-item{if="$value.class"} {$value.class}{/if}" data-id="{$value.id}"> | 132 | <div class="linklist-item linklist-item{if="$value.class"} {$value.class}{/if}" data-id="{$value.id}"> |
133 | <div class="linklist-item-title"> | 133 | <div class="linklist-item-title"> |
134 | {if="$thumbnails_enabled && !empty($value.thumbnail)"} | 134 | {if="$thumbnails_enabled && !empty($value.thumbnail)"} |
135 | <div class="linklist-item-thumbnail"> | 135 | <div class="linklist-item-thumbnail" style="width:{$thumbnails_width}px;height:{$thumbnails_height}px;"> |
136 | <div class="thumbnail"> | 136 | <div class="thumbnail"> |
137 | <a href="{$value.real_url}"> | 137 | <a href="{$value.real_url}"> |
138 | {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} | 138 | {ignore}RainTPL hack: put the 2 src on two different line to avoid path replace bug{/ignore} |