Modify categories
This commit is contained in:
parent
2f9b57a842
commit
5f226732ad
9 changed files with 110 additions and 42 deletions
13
src/templates/common/delete_form.tpl
Normal file
13
src/templates/common/delete_form.tpl
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue