Merge pull request #792 from ArthurHoaro/feature/private-filter-visual
Display private only filter as search criteria
This commit is contained in:
commit
9c5daad19c
7 changed files with 36 additions and 21 deletions
tpl/default
|
@ -985,6 +985,10 @@ div.awesomplete > ul {
|
|||
margin: 0 0 0 5px;
|
||||
}
|
||||
|
||||
.search-result .label-private {
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
/**
|
||||
* TOOLS
|
||||
*/
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
<div id="searchcriteria">{'Nothing found.'|t}</div>
|
||||
</div>
|
||||
</div>
|
||||
{elseif="!empty($search_term) or !empty($search_tags)"}
|
||||
{elseif="!empty($search_term) or !empty($search_tags) or !empty($visibility)"}
|
||||
<div class="pure-g pure-alert pure-alert-success search-result">
|
||||
<div class="pure-u-2-24"></div>
|
||||
<div class="pure-u-20-24">
|
||||
|
@ -106,6 +106,12 @@
|
|||
</span>
|
||||
{/loop}
|
||||
{/if}
|
||||
{if="!empty($visibility)"}
|
||||
{'with status'|t}
|
||||
<span class="label label-private">
|
||||
{$visibility|t}
|
||||
</span>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue