mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-09 18:42:56 +00:00
set height of timeline to 300px, limit max date to today
This commit is contained in:
parent
619d2b5ca3
commit
9db24f5e7d
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user