Improve calendar list, add the difference in days + tiers name

This commit is contained in:
Dany De Bontridder 2015-07-01 08:51:26 +02:00
parent 4b958c5272
commit ff5dbdbaa4
2 changed files with 4 additions and 2 deletions

View file

@ -46,6 +46,7 @@
<td>
<?php
echo $a_status[$idx];
if ($a_event[$i]['delta_days'] != 0 ) echo $a_event[$i]['delta_days']," "._('jours');
?>
</td>
<td>
@ -54,7 +55,7 @@
<?php echo $a_event[$i]['ag_hour']; ?>
</td>
<td>
<?php echo HtmlInput::detail_action($a_event[$i]["ag_id"],$a_event[$i]["ag_title"]);?>
<?php echo HtmlInput::detail_action($a_event[$i]["ag_id"],$a_event[$i]["str_name"]);?>
</td>
<td>
<?php echo h($a_event[$i]['ag_title']); ?>