Overview
Comment:Display current year and chart
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 78ca60b49f2e2ac746335dd9948de3407c98c3a5
User & Date: bohwaz on 2020-09-09 21:17:00
Other Links: branch diff | manifest | tags
Context
2020-09-09
21:17
Advancement on the transaction creation form check-in: 958821f73f user: bohwaz tags: dev
21:17
Display current year and chart check-in: 78ca60b49f user: bohwaz tags: dev
21:16
Make sure a year is selected in accounting pages check-in: 10273757da user: bohwaz tags: dev
Changes

Added src/templates/acc/_head.tpl version [8c48046690].













>
>
>
>
>
>
1
2
3
4
5
6
{include file="admin/_head.tpl"}

<header class="acc-year">
	<h3>{$year.label} <em>({$chart.label})</em></h3>
	<h4><a href="{$admin_url}acc/years/?msg=SELECT_YEAR">Sélectionner un autre exercice</a></h4>
</header>