set height of timeline to 300px, limit max date to today

This commit is contained in:
Uwe Steinmann 2015-09-22 10:20:11 +02:00
parent 619d2b5ca3
commit 9db24f5e7d

View File

@ -1131,7 +1131,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
} }
$item['msg'] = $msg; $item['msg'] = $msg;
} }
$this->printTimeline($timeline); $this->printTimeline($timeline, 300, '', date('Y-m-d'));
} }
?> ?>
</div> </div>