- fix : last user query is ok when relog (no more 'ast' language...), but still includes facet filters.

- fix : advanced search, status-bit checkbox can be checked
This commit is contained in:
Jean-Yves Gaulier
2015-04-07 19:27:05 +02:00
parent 812a18987d
commit d9b1a54e55
3 changed files with 9 additions and 6 deletions

View File

@@ -428,7 +428,8 @@
<div class="status_filter">
<span>{{ 'Status des documents a rechercher' | trans }}</span>
<table style="width: 100%;">
{% for databox_id, flag in search_status %}
{% for status_key, flag in search_status %}
{% for databox_id in flag.sbas %}
<tr>
<td>
<label class="checkbox inline">
@@ -453,6 +454,7 @@
</label>
</td>
</tr>
{% endfor %}
{% endfor %}
</table>
</div>