Overview
Comment:Correction clé CSRF
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: f8bc03e2e811e3e91987dd06e630f0e26cc01574
User & Date: bohwaz on 2017-10-13 01:46:40
Other Links: branch diff | manifest | tags
Context
2017-10-13
02:57
Correction cacher le sélecteur de banque pour les opérations en espèce check-in: 1aaa9b55f7 user: bohwaz tags: dev
01:46
Correction clé CSRF check-in: f8bc03e2e8 user: bohwaz tags: dev
2017-10-12
11:29
Typo check-in: 5bb0340c89 user: bohwaz tags: dev
Changes

Modified src/templates/admin/compta/operations/supprimer.tpl from [fd77415602] to [f5372a2a85].

9
10
11
12
13
14
15
16
17
18
19
20
21
22
        <h3 class="warning">
            Êtes-vous sûr de vouloir supprimer l'opération n°{$operation.id}
            «&nbsp;{$operation.libelle}&nbsp;» du {$operation.date|date_fr:'d/m/Y'} ?
        </h3>
    </fieldset>

    <p class="submit">
        {csrf_field key="compta_supprimer_"|args:$operation.id}
        <input type="submit" name="delete" value="Supprimer &rarr;" />
    </p>

</form>

{include file="admin/_foot.tpl"}







|






9
10
11
12
13
14
15
16
17
18
19
20
21
22
        <h3 class="warning">
            Êtes-vous sûr de vouloir supprimer l'opération n°{$operation.id}
            «&nbsp;{$operation.libelle}&nbsp;» du {$operation.date|date_fr:'d/m/Y'} ?
        </h3>
    </fieldset>

    <p class="submit">
        {csrf_field key="compta_supprimer_%d"|args:$operation.id}
        <input type="submit" name="delete" value="Supprimer &rarr;" />
    </p>

</form>

{include file="admin/_foot.tpl"}