Overview
Comment:Ne pas prendre en compte LOCAL_LOGIN s'il est positionné sur false/null/0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 2b5e5aed0cf87cb4ef0264a8706e8b0073ea2094
User & Date: bohwaz on 2017-09-03 00:17:15
Other Links: branch diff | manifest | tags
Context
2017-09-04
07:06
Migration vers KD2\UserSession (composant réutilisable) check-in: 0a535d8a8f user: bohwaz tags: dev
2017-09-03
00:17
Ne pas prendre en compte LOCAL_LOGIN s'il est positionné sur false/null/0 check-in: 2b5e5aed0c user: bohwaz tags: dev
2017-09-01
07:30
Ajout numéro pièce comptable et remarques dans le formulaire d'enregistrement d'une cotisation check-in: f6fc2d8cbd user: bohwaz tags: dev
Changes

Modified src/templates/admin/_head.tpl from [498e44e26e] to [e861e9f669].

103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
            <li class="main config{if $current == 'config'} current{/if}"><a href="{$admin_url}config/"><b class="icn">☸</b><i> Configuration</i></a>
        {/if}
        <li class="my config{if $current == 'mes_infos'} current{/if}"><a href="{$admin_url}mes_infos.php"><b class="icn">👤</b><i> Mes infos personnelles</i></a>
            <ul>
                <li class="my cotisations{if $current == 'mes_cotisations'} current{/if}"><a href="{$admin_url}mes_cotisations.php">Mes cotisations</a></li>
            </ul>
        </li>
        {if !defined('Garradin\LOCAL_LOGIN')}
        <li class="logout"><a href="{$admin_url}logout.php"><b class="icn">⤝</b><i> Déconnexion</i></a></li>
        {/if}
    {/if}
    </ul>
    </nav>

    <h1>{$title}</h1>
</header>
{/if}

<main>







|











103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
            <li class="main config{if $current == 'config'} current{/if}"><a href="{$admin_url}config/"><b class="icn">☸</b><i> Configuration</i></a>
        {/if}
        <li class="my config{if $current == 'mes_infos'} current{/if}"><a href="{$admin_url}mes_infos.php"><b class="icn">👤</b><i> Mes infos personnelles</i></a>
            <ul>
                <li class="my cotisations{if $current == 'mes_cotisations'} current{/if}"><a href="{$admin_url}mes_cotisations.php">Mes cotisations</a></li>
            </ul>
        </li>
        {if !defined('Garradin\LOCAL_LOGIN') || !Garradin\LOCAL_LOGIN}
        <li class="logout"><a href="{$admin_url}logout.php"><b class="icn">⤝</b><i> Déconnexion</i></a></li>
        {/if}
    {/if}
    </ul>
    </nav>

    <h1>{$title}</h1>
</header>
{/if}

<main>