Skip to content
Snippets Groups Projects
Commit 0acb74ef authored by Théo BOYER's avatar Théo BOYER
Browse files

Fix merge

parent 9fa02c32
No related branches found
No related tags found
2 merge requests!286Merge qualif into develop : Accessibilité, Ergonomie et Traductions globales,!285Merge dev-soluris into qualif : Accessibilité, Ergonomie et Traductions globales
Pipeline #67558 passed
...@@ -68,9 +68,11 @@ ...@@ -68,9 +68,11 @@
<th scope="col"> <th scope="col">
<input class="form-control" type="text" id="search_nom" placeholder="{{ 'registry.mesurement.label.name'|trans }}" style="width: 100%;"> <input class="form-control" type="text" id="search_nom" placeholder="{{ 'registry.mesurement.label.name'|trans }}" style="width: 100%;">
</th> </th>
<th scope="col"> {% if is_granted('ROLE_REFERENT') %}
<input class="form-control" type="text" id="search_collectivite" placeholder="{{ 'global.label.organization'|trans }}" style="width: 100%;"> <th scope="col">
</th> <input class="form-control" type="text" id="search_collectivite" placeholder="{{ 'global.label.organization'|trans }}" style="width: 100%;">
</th>
{% endif %}
<th scope="col"> <th scope="col">
<select class="form-control" id="search_statut" style="width: 100%;"> <select class="form-control" id="search_statut" style="width: 100%;">
<option value="">{{ 'registry.mesurement.label.status'|trans }}</option> <option value="">{{ 'registry.mesurement.label.status'|trans }}</option>
...@@ -111,7 +113,9 @@ ...@@ -111,7 +113,9 @@
</tr> </tr>
<tr> <tr>
<th scope="col">{{ 'registry.mesurement.label.name'|trans }}</th> <th scope="col">{{ 'registry.mesurement.label.name'|trans }}</th>
<th scope="col">{{ 'global.label.organization'|trans }}</th> {% if is_granted('ROLE_REFERENT') %}
<th scope="col">{{ 'global.label.organization'|trans }}</th>
{% endif %}
<th scope="col">{{ 'registry.mesurement.label.status'|trans }}</th> <th scope="col">{{ 'registry.mesurement.label.status'|trans }}</th>
<th scope="col">{{ 'registry.mesurement.label.cost'|trans }}</th> <th scope="col">{{ 'registry.mesurement.label.cost'|trans }}</th>
<th scope="col">{{ 'registry.mesurement.label.charge'|trans }}</th> <th scope="col">{{ 'registry.mesurement.label.charge'|trans }}</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment