add hook preRecipientsTab

This commit is contained in:
Uwe Steinmann 2020-12-16 10:41:52 +01:00
parent 0ac709b3c8
commit 5323feca9b

View File

@ -1297,7 +1297,11 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
<?php <?php
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>";
// $this->contentContainerStart();
$txt = $this->callHook('preRecipientsTab', $receiptStatus);
if(is_string($txt))
echo $txt;
print "<table class=\"table table-condensed\">\n"; print "<table class=\"table table-condensed\">\n";
print "<tr>\n"; print "<tr>\n";