Calendar : zoom and list mode, fix height

This commit is contained in:
Dany De Bontridder 2015-06-05 21:48:17 +02:00
parent a93f0d6beb
commit b7c30b1408
6 changed files with 24 additions and 17 deletions

View file

@ -15,5 +15,5 @@ $cal->default_periode=(isset ($_GET['in']))?$_GET['in']:$g_user->get_periode();
?>
<div id="calendar_zoom_div">
<?php echo $cal->display('long',true); ?>
<?php echo $cal->display('long',1); ?>
</div>