mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-1080 - prod advanced search: fix document status selection
This commit is contained in:
@@ -291,7 +291,7 @@
|
||||
<div id="ADVSRCH_SB_ZONE">
|
||||
{% if search_status|length > 0 %}
|
||||
<hr />
|
||||
<span>{{ 'Status des documents a rechercher' | trans }}</span>
|
||||
<span class="status-section-title">{{ 'Status des documents a rechercher' | trans }}</span>
|
||||
{% for databox_id, databox in search_status %}
|
||||
{% if databox.status|length > 0 %}
|
||||
<table style="width: 100%;" id="ADVSRCH_SB_ZONE_{{databox_id}}" class="field_{{databox_id}}">
|
||||
|
Reference in New Issue
Block a user