Overview
Comment:Recherche à venir plus tard
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 8f45ae539aa4e753e5e0a61b6fef85cbbe8ff37a
User & Date: bohwaz on 2012-10-23 04:27:08
Other Links: manifest | tags
Context
2012-10-23
04:29
Version 0.4.4 check-in: b81d8c8f14 user: bohwaz tags: trunk
04:27
Recherche à venir plus tard check-in: 8f45ae539a user: bohwaz tags: trunk
2012-10-22
04:25
Cache statique des fichiers SVG générés pour ne pas les re-générer à chaque fois check-in: 2fa27c3744 user: bohwaz tags: trunk
Changes

Modified templates/admin/compta/operations/index.tpl from [6f4a4ad886] to [34794d89f6].

1
2
3
4
5
6
7

8
9
10
11
12
13
14
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15







+







{include file="admin/_head.tpl" title="Suivi des opérations" current="compta/gestion"}

<ul class="actions">
    <li class="recettes{if $type == Garradin_Compta_Categories::RECETTES} current{/if}"><a href="{$www_url}admin/compta/operations/?recettes">Recettes</a></li>
    <li class="depenses{if $type == Garradin_Compta_Categories::DEPENSES} current{/if}"><a href="{$www_url}admin/compta/operations/?depenses">Dépenses</a></li>
    <li class="autres{if $type == Garradin_Compta_Categories::AUTRES} current{/if}"><a href="{$www_url}admin/compta/operations/?autres">Autres</a></li>
    <li><a href="{$www_url}admin/compta/comptes/journal.php?id={Garradin_Compta_Comptes::CAISSE}">Journal de caisse</a></li>
    {*<li><a href="{$www_url}admin/compta/operations/recherche.php">Recherche d'opération</a></li>*}
</ul>

{if $type != Garradin_Compta_Categories::AUTRES}
<form method="get" action="{$self_url}">
    <fieldset>
        <legend>Filtrer par catégorie</legend>
        <select name="cat" onchange="if (!this.value) location.href = '?{if $type == Garradin_Compta_Categories::RECETTES}recettes{else}depenses{/if}'; else this.form.submit();">