mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
9 lines
327 B
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> |