2023-08-04 17:41:29 +02:00
|
|
|
{include file="_head.tpl" title="Supprimer un document — %s"|args:$plugin.name current="plugin_%s"|args:$plugin.id js=0}
|
2021-11-06 22:02:47 +01:00
|
|
|
{include file="%s/templates/_menu.tpl"|args:$plugin_root current="index"}
|
|
|
|
|
|
|
|
{form_errors}
|
|
|
|
|
|
|
|
<form method="post" action="{$self_url}">
|
|
|
|
|
|
|
|
<fieldset>
|
|
|
|
<legend>Supprimer ce document ?</legend>
|
|
|
|
<h3 class="warning">
|
|
|
|
Êtes-vous sûr de vouloir supprimer le document numéro « {$doc.numero} » ?
|
|
|
|
</h3>
|
|
|
|
<p class="alert">
|
|
|
|
<strong>Attention</strong> : cette action est irréversible.
|
|
|
|
</p>
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
<p class="submit">
|
|
|
|
{csrf_field key="delete_doc_"|cat:$doc.id}
|
|
|
|
<input type="submit" name="delete" value="Supprimer →" />
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
2023-08-01 22:56:38 +02:00
|
|
|
{include file="_foot.tpl"}
|