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