Ajout barre navigation année suivante-précédente
This commit is contained in:
parent
882072ef7d
commit
3142aa0694
@ -28,12 +28,11 @@ $user->getrights('compta');
|
|||||||
if (!$user->admin && !$user->rights->compta->charges)
|
if (!$user->admin && !$user->rights->compta->charges)
|
||||||
accessforbidden();
|
accessforbidden();
|
||||||
|
|
||||||
|
|
||||||
$year=$_GET["year"];
|
$year=$_GET["year"];
|
||||||
$filtre=$_GET["filtre"];
|
$filtre=$_GET["filtre"];
|
||||||
|
if (! $year) { $year=date("Y", time()); }
|
||||||
|
|
||||||
|
print_fiche_titre("Charges",($year?"<a href='$PHP_SELF?year=".($year-1)."'>".img_previous()."</a> Année $year <a href='$PHP_SELF?year=".($year+1)."'>".img_next()."</a>":""));
|
||||||
print_titre("Charges - Résumé".($year > 0?" $year":""));
|
|
||||||
|
|
||||||
print "<br>";
|
print "<br>";
|
||||||
print '<table class="noborder" cellspacing="0" cellpadding="4" width="100%">';
|
print '<table class="noborder" cellspacing="0" cellpadding="4" width="100%">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user