Add a button to set links as sticky
Meaning that they always appear on top of all links Fixes #186
This commit is contained in:
parent
10a7b5cee9
commit
4154c25b5f
12 changed files with 199 additions and 26 deletions
tpl/default
|
@ -201,6 +201,12 @@
|
|||
<i class="fa fa-trash"></i>
|
||||
</a>
|
||||
</span>
|
||||
<span class="linklist-item-infos-controls-item ctrl-pin">
|
||||
<a href="?do=pin&id={$value.id}&token={$token}"
|
||||
title="{$strDelete}" class="pin-link {if="$value.sticky"}pinned-link{/if} pure-u-0 pure-u-lg-visible">
|
||||
<i class="fa fa-thumb-tack"></i>
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
{/if}
|
||||
<a href="?{$value.shorturl}" title="{$strPermalink}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue