Ajout des options de configuration pour reçus
This commit is contained in:
parent
64dc0d541d
commit
b18cd91aa4
10 changed files with 514 additions and 14 deletions
26
templates/supprimer.tpl
Normal file
26
templates/supprimer.tpl
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{include file="admin/_head.tpl" title="Extension — %s"|args:$plugin.nom current="plugin_%s"|args:$plugin.id}
|
||||
{include file="%s/templates/_menu.tpl"|args:$plugin_root current="recu"}
|
||||
|
||||
{if $error}
|
||||
<p class="error">
|
||||
{$error|escape}
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
<form method="post" action="{$self_url|escape}">
|
||||
|
||||
<fieldset>
|
||||
<legend>Supprimer ce reçu fiscal ?</legend>
|
||||
<h3 class="warning">
|
||||
Êtes-vous sûr de vouloir supprimer le reçu fiscal n°{$recu.gen_ordre|escape} concernant un don de {$recu.montant} € effectué par {$recu.prenom} {$recu.nom} le {$recu.date} ?
|
||||
</h3>
|
||||
</fieldset>
|
||||
|
||||
<p class="submit">
|
||||
{csrf_field key="recu_supprimer_`$recu.id`"}
|
||||
<input type="submit" name="remove" value="Supprimer →" />
|
||||
</p>
|
||||
|
||||
</form>
|
||||
|
||||
{include file="admin/_foot.tpl"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue