first commit
This commit is contained in:
12
pma/templates/console/query_action.twig
Normal file
12
pma/templates/console/query_action.twig
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="{{ parent_div_classes }}">
|
||||
{% for content in content_array %}
|
||||
{% if content is defined %}
|
||||
<span class="{{ content[0] }}">
|
||||
{{ content[1] }}
|
||||
{% if content['extraSpan'] is defined %}
|
||||
: <span>{{ content['extraSpan'] }}</span>
|
||||
{% endif %}
|
||||
</span>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user