Modify categories

This commit is contained in:
JBthePenguin 2021-06-03 19:30:07 +02:00
parent 2f9b57a842
commit 5f226732ad
9 changed files with 110 additions and 42 deletions

View file

@ -0,0 +1,13 @@
{form_errors}
<form method="post" action="{$self_url}" data-focus="1">
<fieldset>
<legend>{$legend}</legend>
<h3 class="warning">{$warning}</h3>
<p class="block alert">{$alert}</p>
</fieldset>
<p class="submit">
{csrf_field key=$csrf_key}
{button type="submit" name="delete" label="Supprimer" shape="delete" class="main"}
</p>
</form>