mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
add hook preRecipientsTab
This commit is contained in:
parent
0ac709b3c8
commit
5323feca9b
|
@ -1297,7 +1297,11 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
|
|||
<?php
|
||||
if($status["status"]!=S_RELEASED)
|
||||
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 "<tr>\n";
|
||||
|
|
Loading…
Reference in New Issue
Block a user