pdnew/themes/default/templates/form/button/button-submit.html

12 lines
287 B
HTML

<button
{% if not content.id is none %}
id="{{ content.id }}"
{% endif %}
name="submit"
{% if content.prefix %}
value="{{ content.prefix}}.{{ content.name }}"
{% else %}
value="{{ content.name }}"
{% endif %}
>{{ content.label }}</button>