%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/widgets/mails/views/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/widgets/mails/views/mailCommentEntry.php |
<?php
/**
* @link https://www.humhub.org/
* @copyright Copyright (c) 2017 HumHub GmbH & Co. KG
* @license https://www.humhub.com/licences
*/
?>
<table width="100%" style="background-color:<?= Yii::$app->view->theme->variable('background-color-secondary') ?>;border-radius:4px" border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td height="10"></td>
</tr>
<tr>
<td style="padding:0 10px;">
<?= humhub\widgets\mails\MailContentEntry::widget([
'originator' => $originator,
'receiver' => $receiver,
'content' => $comment,
'date' => $date,
'space' => $space,
'isComment' => true
]); ?>
</td>
</tr>
<tr>
<td height="10"></td>
</tr>
</table>