mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-19 16:11:41 +00:00
get status of latest content
This commit is contained in:
parent
d1690c917d
commit
0f9be43152
|
@ -1339,6 +1339,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Theme_Style {
|
||||||
?>
|
?>
|
||||||
<div class="tab-pane <?php if($currenttab == 'recipients') echo 'active'; ?>" id="recipients">
|
<div class="tab-pane <?php if($currenttab == 'recipients') echo 'active'; ?>" id="recipients">
|
||||||
<?php
|
<?php
|
||||||
|
$status = $latestContent->getStatus();
|
||||||
if($status["status"]!=S_RELEASED)
|
if($status["status"]!=S_RELEASED)
|
||||||
echo "<div class=\"alert alert-warning\">".getMLText('info_recipients_tab_not_released')."</div>";
|
echo "<div class=\"alert alert-warning\">".getMLText('info_recipients_tab_not_released')."</div>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user