myaac/system/templates/admin.menus.form.html.twig

9 lines
327 B
Twig

Please choose template in which you want to edit menu items.<br/>
<form method="post" action="?p=menus">
<select name="template">
{% for template in templates %}
<option value="{{ template.template }}">{{ template.template }}</option>
{% endfor %}
</select>
<input type="submit" class="button" value="Edit" />
</form>