mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-06 21:29:27 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
0b5ced7efb
|
@ -1875,10 +1875,8 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
|||
</div>
|
||||
<?php
|
||||
if($user->isAdmin()) {
|
||||
$timeline = $latestContent->getDocument()->getTimeline();
|
||||
if($timeline) {
|
||||
$this->printTimelineHtml(300);
|
||||
}
|
||||
$this->contentHeading(getMLText("timeline"));
|
||||
$this->printTimelineHtml(300);
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user