X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fvintage%2Flinklist.html;h=90f5cf8f5b81af10d936162cf2e932893f697f90;hb=67339338af74a53780cc05232461ec30ffb05ad9;hp=fc116667aac83dd12bb4d45bbfad8d5744cbb560;hpb=9971f7c82cc47446b457464cec5b4fefcae470e1;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/vintage/linklist.html b/tpl/vintage/linklist.html index fc116667..90f5cf8f 100644 --- a/tpl/vintage/linklist.html +++ b/tpl/vintage/linklist.html @@ -1,7 +1,6 @@ - {include="includes"} @@ -22,7 +21,7 @@ {if="!empty($search_tags)"} value="{$search_tags}" {/if} - autocomplete="off" class="awesomplete" data-multiple data-minChars="1" + autocomplete="off" data-multiple data-minChars="1" data-list="{loop="$tags"}{$key}, {/loop}" > @@ -55,7 +54,7 @@ {if="count($links)==0"}
Nothing found.
- {elseif="!empty($search_term) or !empty($search_tags)"} + {elseif="!empty($search_term) or $search_tags !== ''"}
{$result_count} results {if="!empty($search_term)"} @@ -66,31 +65,43 @@ tagged {loop="$exploded_tags"} - {$value} x + {$value} x {/loop} + {elseif="$search_tags === false"} + + untagged x + {/if}
{/if}