Overview
Comment:Fix [b08f3855636a70c46c228607069bcb57352afc20]
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: d437bb378d39db7e65a6af152eefefac01da4b68
User & Date: bohwaz on 2017-10-25 03:42:28
Other Links: manifest | tags
References
2020-12-08
23:25 Wiki page "Changelog/0.9" artifact: b9c916b4d1 user: bohwaz
Context
2017-10-25
03:49
Corrige [0a7d95d1fe6e2ac1d17306cefbb3af1b64ba4038] check-in: 4d9bade87f user: bohwaz tags: trunk, stable
03:42
Fix [b08f3855636a70c46c228607069bcb57352afc20] check-in: d437bb378d user: bohwaz tags: trunk
2017-10-24
06:19
Seulement certains types d'images sont acceptés (corrige erreur avec les fichiers BMP) check-in: 75f89f129a user: bohwaz tags: trunk, stable
Changes

Modified src/templates/admin/index.tpl from [f2462978fc] to [9de3a516d6].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{include file="admin/_head.tpl" title="Bonjour %s !"|args:$user.identite current="home"}

<div class="infos_asso">
    <h3>{$config.nom_asso}</h3>
    {if !empty($config.adresse_asso)}
    <p>
        {$config.adresse_asso|escape|nl2br}
    </p>
    {/if}
    {if !empty($config.email_asso)}
    <p>
        E-Mail : <a href="{$config.email_asso}">{$config.email_asso}</a>
    </p>
    {/if}
    {if !empty($config.site_asso)}
    <p>
        Web : <a href="{$config.site_asso}">{$config.site_asso}</a>
    </p>
    {/if}











|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{include file="admin/_head.tpl" title="Bonjour %s !"|args:$user.identite current="home"}

<div class="infos_asso">
    <h3>{$config.nom_asso}</h3>
    {if !empty($config.adresse_asso)}
    <p>
        {$config.adresse_asso|escape|nl2br}
    </p>
    {/if}
    {if !empty($config.email_asso)}
    <p>
        E-Mail : <a href="mailto:{$config.email_asso}">{$config.email_asso}</a>
    </p>
    {/if}
    {if !empty($config.site_asso)}
    <p>
        Web : <a href="{$config.site_asso}">{$config.site_asso}</a>
    </p>
    {/if}