Overview
Comment:Afficher le lien vers l'historique des rappels dans tous les cas
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA1: cba6b145a6ada765e909073ed51d0d43f4ca3bbb
User & Date: bohwaz on 2020-06-23 00:21:42
Other Links: manifest | tags
Context
2020-06-24
01:49
Essai de correction / simplification envoi rappels check-in: 16d295170c user: bohwaz tags: trunk, stable
00:43
Create new branch named "1.0" Closed-Leaf check-in: 3868d39e05 user: bohwaz tags: mistake
2020-06-23
00:32
Merge avec trunk check-in: eea005f855 user: bohwaz tags: dev
00:21
Afficher le lien vers l'historique des rappels dans tous les cas check-in: cba6b145a6 user: bohwaz tags: trunk, stable
00:08
Ajout d'un format de date exotique check-in: e4c2076e26 user: bohwaz tags: trunk, stable, 0.9.7
Changes

Modified src/templates/admin/membres/cotisations.tpl from [062d322929] to [329d9b5092].

46
47
48
49
50
51
52
53
54

55
56
57
58
59
60
61
{if !empty($cotisations_membre)}
    {foreach from=$cotisations_membre item="co"}
    <dd>{$co.intitule} — 
        {if $co.a_jour}
            <span class="confirm">À jour</span>{if $co.expiration} — Expire le {$co.expiration|format_sqlite_date_to_french}{/if}
        {else}
            <span class="error">En retard</span>
            — <a href="{$admin_url}membres/cotisations/rappels.php?id={$membre.id}">Suivi des rappels</a>
        {/if}

    </dd>
    {/foreach}
{/if}
{if $session->canAccess('membres', Membres::DROIT_ECRITURE)}
    <dt><form method="get" action="{$admin_url}membres/cotisations/ajout.php"><input type="submit" value="Enregistrer une cotisation &rarr;" /><input type="hidden" name="id" value="{$membre.id}" /></form></dt>
{/if}
</dl>







<

>







46
47
48
49
50
51
52

53
54
55
56
57
58
59
60
61
{if !empty($cotisations_membre)}
    {foreach from=$cotisations_membre item="co"}
    <dd>{$co.intitule} — 
        {if $co.a_jour}
            <span class="confirm">À jour</span>{if $co.expiration} — Expire le {$co.expiration|format_sqlite_date_to_french}{/if}
        {else}
            <span class="error">En retard</span>

        {/if}
        — <a href="{$admin_url}membres/cotisations/rappels.php?id={$membre.id}">Suivi des rappels</a>
    </dd>
    {/foreach}
{/if}
{if $session->canAccess('membres', Membres::DROIT_ECRITURE)}
    <dt><form method="get" action="{$admin_url}membres/cotisations/ajout.php"><input type="submit" value="Enregistrer une cotisation &rarr;" /><input type="hidden" name="id" value="{$membre.id}" /></form></dt>
{/if}
</dl>