Added:
- Monitoring chapters - possibilities for ToolBarButton.html.twig to have tailwind classes see ChapterListToolbar.php - Makefile scheduler command - Makefile make:message command
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
<div class="flex mr-2 items-center">
|
||||
{% for element in toolbar.leftGroup %}
|
||||
{% if element.type == 'button' %}
|
||||
{% set actionParts = element.action|split('#') %}
|
||||
<twig:ToolBarButton
|
||||
icon="{{ element.icon }}"
|
||||
text="{{ element.text }}"
|
||||
action="{{ element.action }}"
|
||||
controller="{{ actionParts[0] }}"
|
||||
data="{{ element.additionalProperties.data }}"
|
||||
/>
|
||||
{% elseif element.type == 'divider' %}
|
||||
@@ -25,10 +27,12 @@
|
||||
<div class="flex mr-2 items-center">
|
||||
{% for element in toolbar.rightGroup %}
|
||||
{% if element.type == 'button' %}
|
||||
{% set actionParts = element.action|split('#') %}
|
||||
<twig:ToolBarButton
|
||||
icon="{{ element.icon }}"
|
||||
text="{{ element.text }}"
|
||||
action="{{ element.action }}"
|
||||
controller="{{ actionParts[0] }}"
|
||||
data="{{ element.additionalProperties.data }}"
|
||||
/>
|
||||
{% elseif element.type == 'divider' %}
|
||||
|
||||
Reference in New Issue
Block a user