mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17100] Reuse form_macros in ACP and fix tests
PHPBB3-17100
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
{% if id %}id="{{ id }}"{% endif %}
|
||||
{% if class %}class="{{ class }}"{% endif %}
|
||||
name="{% if name %}{{ name }}{% else %}{{ form_data.name }}{% endif %}"
|
||||
{% if form_data.toggleable %}data-togglable-settings="true"{% endif %}>
|
||||
{% if form_data.toggleable %}data-togglable-settings="true"{% endif %}
|
||||
{% if form_data.size %}size="{{ form_data.size }}"{% endif %}>
|
||||
{% endapply %}
|
||||
{% for element in form_data.options %}
|
||||
{% if not group_only and element.options %}
|
||||
|
Reference in New Issue
Block a user