Overview
Comment:Forcément la typo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA1: 5b0a7866e3b1497d6f8dc5e69f3ff7b071267913
User & Date: bohwaz on 2015-12-09 12:48:23
Other Links: manifest | tags
Context
2015-12-09
14:48
Correction association des id_rappel à NULL (signalé par @jool) check-in: e4a0ad91d4 user: bohwaz tags: trunk
12:48
Forcément la typo check-in: 5b0a7866e3 user: bohwaz tags: trunk, stable
12:47
Un peu de couleur pour le cadenas, et un peu de régularisation des types check-in: ff010feb8b user: bohwaz tags: trunk, stable
Changes

Modified src/templates/admin/login.tpl from [c617bf50c9] to [39462f4c53].

29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
            <dd><input type="password" name="passe" id="f_passe" value="" />
                {if $ssl_enabled}
                    <b class="icn confirm" title="Connexion chiffrée">&#x1f512;</b>
                    <span class="confirm">Connexion sécurisée</span>
                {else}
                    <b class="icn error" title="Connexion non chiffrée">&#x1f513;</b>
                    {if $prefer_ssl}
                        <span class="error">Connexion non-sécurisée&nbps;!</span>
                        <a href="{$own_https_url}">Se connecter en HTTPS (sécurisé)</a>
                    {else}
                        <span class="alert">Connexion non-sécurisée</span>
                    {/if}
                {/if}
            </dd>
        </dl>







|







29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
            <dd><input type="password" name="passe" id="f_passe" value="" />
                {if $ssl_enabled}
                    <b class="icn confirm" title="Connexion chiffrée">&#x1f512;</b>
                    <span class="confirm">Connexion sécurisée</span>
                {else}
                    <b class="icn error" title="Connexion non chiffrée">&#x1f513;</b>
                    {if $prefer_ssl}
                        <span class="error">Connexion non-sécurisée&nbsp;!</span>
                        <a href="{$own_https_url}">Se connecter en HTTPS (sécurisé)</a>
                    {else}
                        <span class="alert">Connexion non-sécurisée</span>
                    {/if}
                {/if}
            </dd>
        </dl>