diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-03-08 19:57:15 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-03-08 19:57:15 +0100 |
commit | 7c26f6626a47c7e3e902f6b00c7c9e640a18f22c (patch) | |
tree | 16d4bdb027687f8035a2c710c219a463444be7fa /tpl/default/linklist.html | |
parent | db0caba3c40c8d073779e77b2bada8cdba6d0518 (diff) | |
download | Shaarli-7c26f6626a47c7e3e902f6b00c7c9e640a18f22c.tar.gz Shaarli-7c26f6626a47c7e3e902f6b00c7c9e640a18f22c.tar.zst Shaarli-7c26f6626a47c7e3e902f6b00c7c9e640a18f22c.zip |
Display private only filter as search parameter
Diffstat (limited to 'tpl/default/linklist.html')
-rw-r--r-- | tpl/default/linklist.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index 9bc3ba1a..94370203 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html | |||
@@ -89,7 +89,7 @@ | |||
89 | <div id="searchcriteria">{'Nothing found.'|t}</div> | 89 | <div id="searchcriteria">{'Nothing found.'|t}</div> |
90 | </div> | 90 | </div> |
91 | </div> | 91 | </div> |
92 | {elseif="!empty($search_term) or !empty($search_tags)"} | 92 | {elseif="!empty($search_term) or !empty($search_tags) or !empty($visibility)"} |
93 | <div class="pure-g pure-alert pure-alert-success search-result"> | 93 | <div class="pure-g pure-alert pure-alert-success search-result"> |
94 | <div class="pure-u-2-24"></div> | 94 | <div class="pure-u-2-24"></div> |
95 | <div class="pure-u-20-24"> | 95 | <div class="pure-u-20-24"> |
@@ -106,6 +106,12 @@ | |||
106 | </span> | 106 | </span> |
107 | {/loop} | 107 | {/loop} |
108 | {/if} | 108 | {/if} |
109 | {if="!empty($visibility)"} | ||
110 | {'with status'|t} | ||
111 | <span class="label label-private"> | ||
112 | {$visibility|t} | ||
113 | </span> | ||
114 | {/if} | ||
109 | </div> | 115 | </div> |
110 | </div> | 116 | </div> |
111 | {/if} | 117 | {/if} |