Overview
Comment:Fix bug with from URL
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: f29afbeb0d80bb4a9a0b281756b8e994afc412a3
User & Date: bohwaz on 2020-11-24 18:19:06
Other Links: branch diff | manifest | tags
Context
2020-11-25
12:35
Check for SQLite3 very early, or it will be done by KD2\DB\SQLite3 and will throw an exception check-in: fe9e98e7a7 user: bohwaz tags: dev
2020-11-24
18:19
Fix bug with from URL check-in: f29afbeb0d user: bohwaz tags: dev
16:41
Only clean output buffer if it has been started check-in: 280a2490eb user: bohwaz tags: dev, 1.0.0-beta7
Changes

Modified src/templates/acc/_year_select.tpl from [d76a6fe982] to [35fd4a6a41].

1
2
3
4

5
1
2
3

4
5



-
+

<nav class="acc-year">
	<h4>Exercice sélectionné&nbsp;:</h4>
	<h3>{$current_year.label} — {$current_year.start_date|date_fr:'d/m/Y'} au {$current_year.end_date|date_fr:'d/m/Y'}</h3>
	<footer>{linkbutton label="Changer d'exercice" href="!acc/years/select.php?from=%s"|args:$self_url shape="settings"}</footer>
	<footer>{linkbutton label="Changer d'exercice" href="!acc/years/select.php?from=%s"|args:rawurlencode($self_url) shape="settings"}</footer>
</nav>