Merge pull request #1296 from ArthurHoaro/feature/sticky-label
Display sticky label in linklist
This commit is contained in:
commit
160d9a7741
2 changed files with 18 additions and 9 deletions
tpl/default
|
@ -146,13 +146,14 @@
|
|||
</div>
|
||||
{/if}
|
||||
|
||||
{if="$is_logged_in"}
|
||||
<div class="linklist-item-editbuttons">
|
||||
{if="$value.private"}
|
||||
<span class="label label-private">{$strPrivate}</span>
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
<div class="linklist-item-editbuttons">
|
||||
{if="$value.sticky"}
|
||||
<span class="label label-sticky">{$strSticky}</span>
|
||||
{/if}
|
||||
{if="$value.private"}
|
||||
<span class="label label-private">{$strPrivate}</span>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<h2>
|
||||
<a href="{$value.real_url}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue