| Current Path : /var/www/cesa.co.za/cceadmin/ |
| Current File : /var/www/cesa.co.za/cceadmin/CCEMessagesmaster.php |
<?php
// Call Row_Rendering event
$CCEMessages->Row_Rendering();
// SentDateTime
$CCEMessages->SentDateTime->CellCssStyle = ""; $CCEMessages->SentDateTime->CellCssClass = "";
$CCEMessages->SentDateTime->CellAttrs = array(); $CCEMessages->SentDateTime->ViewAttrs = array(); $CCEMessages->SentDateTime->EditAttrs = array();
// SentByName
$CCEMessages->SentByName->CellCssStyle = ""; $CCEMessages->SentByName->CellCssClass = "";
$CCEMessages->SentByName->CellAttrs = array(); $CCEMessages->SentByName->ViewAttrs = array(); $CCEMessages->SentByName->EditAttrs = array();
// SentTo
$CCEMessages->SentTo->CellCssStyle = ""; $CCEMessages->SentTo->CellCssClass = "";
$CCEMessages->SentTo->CellAttrs = array(); $CCEMessages->SentTo->ViewAttrs = array(); $CCEMessages->SentTo->EditAttrs = array();
// MessageSubject
$CCEMessages->MessageSubject->CellCssStyle = ""; $CCEMessages->MessageSubject->CellCssClass = "";
$CCEMessages->MessageSubject->CellAttrs = array(); $CCEMessages->MessageSubject->ViewAttrs = array(); $CCEMessages->MessageSubject->EditAttrs = array();
// MessageText
$CCEMessages->MessageText->CellCssStyle = ""; $CCEMessages->MessageText->CellCssClass = "";
$CCEMessages->MessageText->CellAttrs = array(); $CCEMessages->MessageText->ViewAttrs = array(); $CCEMessages->MessageText->EditAttrs = array();
// SentByExpertID
$CCEMessages->SentByExpertID->CellCssStyle = ""; $CCEMessages->SentByExpertID->CellCssClass = "";
$CCEMessages->SentByExpertID->CellAttrs = array(); $CCEMessages->SentByExpertID->ViewAttrs = array(); $CCEMessages->SentByExpertID->EditAttrs = array();
// Call Row_Rendered event
$CCEMessages->Row_Rendered();
?>
<p><span class="phpmaker"><?php echo $Language->Phrase("MasterRecord") ?><?php echo $CCEMessages->TableCaption() ?><br>
<a href="<?php echo $gsMasterReturnUrl ?>"><?php echo $Language->Phrase("BackToMasterPage") ?></a></span></p>
<table cellspacing="0" class="ewGrid"><tr><td class="ewGridContent">
<div class="ewGridMiddlePanel">
<table cellspacing="0" class="ewTable ewTableSeparate">
<thead>
<tr>
<td class="ewTableHeader"><?php echo $CCEMessages->SentDateTime->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCEMessages->SentByName->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCEMessages->SentTo->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCEMessages->MessageSubject->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCEMessages->MessageText->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCEMessages->SentByExpertID->FldCaption() ?></td>
</tr>
</thead>
<tbody>
<tr>
<td<?php echo $CCEMessages->SentDateTime->CellAttributes() ?>>
<div<?php echo $CCEMessages->SentDateTime->ViewAttributes() ?>><?php echo $CCEMessages->SentDateTime->ListViewValue() ?></div></td>
<td<?php echo $CCEMessages->SentByName->CellAttributes() ?>>
<div<?php echo $CCEMessages->SentByName->ViewAttributes() ?>><?php echo $CCEMessages->SentByName->ListViewValue() ?></div></td>
<td<?php echo $CCEMessages->SentTo->CellAttributes() ?>>
<div<?php echo $CCEMessages->SentTo->ViewAttributes() ?>><?php echo $CCEMessages->SentTo->ListViewValue() ?></div></td>
<td<?php echo $CCEMessages->MessageSubject->CellAttributes() ?>>
<div<?php echo $CCEMessages->MessageSubject->ViewAttributes() ?>><?php echo $CCEMessages->MessageSubject->ListViewValue() ?></div></td>
<td<?php echo $CCEMessages->MessageText->CellAttributes() ?>>
<div<?php echo $CCEMessages->MessageText->ViewAttributes() ?>><?php echo $CCEMessages->MessageText->ListViewValue() ?></div></td>
<td<?php echo $CCEMessages->SentByExpertID->CellAttributes() ?>>
<div<?php echo $CCEMessages->SentByExpertID->ViewAttributes() ?>><?php echo $CCEMessages->SentByExpertID->ListViewValue() ?></div></td>
</tr>
</tbody>
</table>
</div>
</td></tr></table>
<br>