|
|
@@ -73,14 +73,14 @@ |
|
|
|
</tr> |
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
{# {% if _number_of_hidden_results > 0 %} |
|
|
|
{# {% if _number_of_hidden_results > 0 %} |
|
|
|
<tr class="datagrid-row-empty"> |
|
|
|
<td class="text-center" colspan="{{ _fields_visible_by_user|length + 1 }}"> |
|
|
|
<span class="datagrid-row-empty-message"><i |
|
|
|
class="fa fa-lock mr-1"></i> {{ 'security.list.hidden_results'|trans({}, 'EasyAdminBundle') }}</span> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
{% endif %}#} |
|
|
|
{% endif %} #} |
|
|
|
{% endblock table_body %} |
|
|
|
</tbody> |
|
|
|
</table> |
|
|
@@ -101,7 +101,9 @@ |
|
|
|
{% set _action = easyadmin_get_action_for_edit_view('list', _entity_config.name) %} |
|
|
|
|
|
|
|
<div class="button-action"> |
|
|
|
<a class=" {{ _action.css_class|default('') }}" href="{{ path('easyadmin', _request_parameters|merge({ action: _action.name })) }}" target="{{ _action.target }}"> |
|
|
|
<a class=" {{ _action.css_class|default('') }}" |
|
|
|
href="{{ path('easyadmin', _request_parameters|merge({ action: _action.name })) }}" |
|
|
|
target="{{ _action.target }}"> |
|
|
|
{{ _action.label is defined and not _action.label is empty ? _action.label|trans(_trans_parameters) }} |
|
|
|
</a> |
|
|
|
|
|
|
@@ -111,7 +113,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
r |
|
|
|
{{ form_end(postion_form) }} |
|
|
|
{% endblock main %} |
|
|
|
|
|
|
|
{% block head_stylesheets %} |