14 lines
358 B
Smarty
14 lines
358 B
Smarty
|
{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>
|