Overview
Comment:Remove journals, they are in the account list already
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 2a5e84360059acd92b9fb53057d7b9cd4bea37ad
User & Date: bohwaz on 2020-09-10 00:20:47
Other Links: branch diff | manifest | tags
Context
2020-09-10
00:41
Prototype of advanced select, using external list from an iframe check-in: a527b1e7f9 user: bohwaz tags: dev
00:20
Remove journals, they are in the account list already check-in: 2a5e843600 user: bohwaz tags: dev
00:20
Better styling of form elements check-in: f3647751b0 user: bohwaz tags: dev
Changes

Modified src/templates/admin/_head.tpl from [39570cc843] to [82145c8c3d].

76
77
78
79
80
81
82
83

84
85
86
87
88
89
90
91
92
93
94
76
77
78
79
80
81
82

83
84



85
86
87
88
89
90
91







-
+

-
-
-







        {/if}
        {if $session->canAccess('compta', Membres::DROIT_ACCES)}
            <li class="compta{if $current == 'acc'} current{elseif $current_parent == 'acc'} current_parent{/if}"><a href="{$admin_url}acc/"><b>€</b><i> Comptabilité</i></a>
            <ul>
            {if $session->canAccess('compta', Membres::DROIT_ECRITURE)}
                <li class="compta new{if $current == 'acc/new'} current{/if}"><a href="{$admin_url}acc/transactions/new.php">Saisie</a></li>
            {/if}
                <li class="compta journals{if $current == 'acc/journals'} current{/if}"><a href="{$admin_url}acc/transactions/">Journaux</a></li>
                <li class="compta admin config{if $current == 'acc/accounts'} current{/if}"><a href="{$admin_url}acc/accounts/">Comptes &amp; journaux</a></li>
                <li class="compta admin reports{if $current == 'acc/years'} current{/if}"><a href="{$admin_url}acc/years/">Exercices &amp; rapports</a></li>
            {if $session->canAccess('compta', Membres::DROIT_ADMIN)}
                <li class="compta admin config{if $current == 'acc/accounts'} current{/if}"><a href="{$admin_url}acc/accounts/">Gestion des comptes</a></li>
            {/if}
            </ul>
            </li>
        {/if}
        {if $session->canAccess('wiki', Membres::DROIT_ACCES)}
            <li class="wiki{if $current == 'wiki'} current{elseif $current_parent == 'wiki'} current_parent{/if}"><a href="{$admin_url}wiki/"><b class="icn">✎</b><i> Wiki</i></a>
            <ul>
                <li class="wiki list{if $current == 'wiki/recent'} current{/if}"><a href="{$admin_url}wiki/recent.php">Dernières modifications</a>