|
|
@@ -240,11 +240,11 @@ |
|
|
|
</th> |
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
{% if _list_item_actions|length > 0 %} |
|
|
|
{# {% if _list_item_actions|length > 0 %}#} |
|
|
|
<th {% if _entity_config.list.collapse_actions %}width="10px"{% endif %} {{ easyadmin_config('design.rtl') ? 'dir="rtl"' }}> |
|
|
|
<span class="sr-only">{{ 'list.row_actions'|trans(_trans_parameters, 'EasyAdminBundle') }}</span> |
|
|
|
</th> |
|
|
|
{% endif %} |
|
|
|
{#{% endif %}#} |
|
|
|
</tr> |
|
|
|
{% endblock table_head %} |
|
|
|
{% block table_filters %} |
|
|
@@ -287,7 +287,7 @@ |
|
|
|
|
|
|
|
</th> |
|
|
|
{% endfor %} |
|
|
|
{% if _list_item_actions|length > 0 %} |
|
|
|
{#{% if _list_item_actions|length > 0 %}#} |
|
|
|
<th class="actions"> |
|
|
|
<button type="submit" form="filters-form" class="btn btn-sm btn-info" |
|
|
|
data-toggle="tooltip" |
|
|
@@ -307,7 +307,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
</th> |
|
|
|
{% endif %} |
|
|
|
{# {% endif %}#} |
|
|
|
|
|
|
|
</tr> |
|
|
|
{% endif %} |
|
|
@@ -353,9 +353,10 @@ |
|
|
|
</td> |
|
|
|
{% endfor %} |
|
|
|
|
|
|
|
<td class="actions"> |
|
|
|
{% if _list_item_actions|length > 0 %} |
|
|
|
{% set _column_label = 'list.row_actions'|trans(_trans_parameters, 'EasyAdminBundle') %} |
|
|
|
<td class="actions"> |
|
|
|
|
|
|
|
{% block item_actions %} |
|
|
|
{% set _actions_template = '@LcShop/backend/default/block/actions.html.twig' %} |
|
|
|
{{ include(_actions_template, { |
|
|
@@ -368,8 +369,9 @@ |
|
|
|
item: item |
|
|
|
}, with_context = false) }} |
|
|
|
{% endblock item_actions %} |
|
|
|
</td> |
|
|
|
{% endif %} |
|
|
|
</td> |
|
|
|
|
|
|
|
</tr> |
|
|
|
{% endif %} |
|
|
|
{% else %} |