Overview
Comment:Do not show back to website if there is no website :)
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: ce2748cf1b036bd15a5e48739c01a93fcb8fb869e805e54870c10d1010e1b8dd
User & Date: bohwaz on 2022-08-02 21:32:54
Other Links: manifest | tags
Context
2022-08-08
00:14
Move NULL checks to end of Chart check check-in: 08311c30be user: bohwaz tags: trunk
2022-08-02
21:32
Do not show back to website if there is no website :) check-in: ce2748cf1b user: bohwaz tags: trunk, stable
21:24
Fix floats in articles and change header font size check-in: b9dd4329e1 user: bohwaz tags: trunk, stable
Changes

Modified src/templates/admin/_head.tpl from [cf0c37306a] to [d529d5db81].

118
119
120
121
122
123
124

125

126
127
128
129
130
131
132
        {if $help_url}
        <li>
            <h3><a href="{$help_url}" target="_dialog"><b data-icn="{icon html=false shape="help"}"></b><span>Aide</span></a></h3>
        </li>
        {/if}

    {elseif !defined('Garradin\INSTALL_PROCESS')}

        <li><a href="{if $config.site_asso}{$config.site_asso}{else}{$www_url}{/if}">&larr; Retour au site</a></li>

        <li><a href="{$admin_url}">Connexion</a>
            <ul>
                <li><a href="{$admin_url}password.php">Mot de passe perdu</a>
            </ul>
        </li>
    {/if}
    </ul>







>

>







118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
        {if $help_url}
        <li>
            <h3><a href="{$help_url}" target="_dialog"><b data-icn="{icon html=false shape="help"}"></b><span>Aide</span></a></h3>
        </li>
        {/if}

    {elseif !defined('Garradin\INSTALL_PROCESS')}
    {if $config.site_asso || !$config.site_disabled}
        <li><a href="{if $config.site_asso}{$config.site_asso}{else}{$www_url}{/if}">&larr; Retour au site</a></li>
    {/if}
        <li><a href="{$admin_url}">Connexion</a>
            <ul>
                <li><a href="{$admin_url}password.php">Mot de passe perdu</a>
            </ul>
        </li>
    {/if}
    </ul>