Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/cceconvenors/
Upload File :
Current File : /var/www/cesa.co.za/cceconvenors/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();

// MessageFile
$CCEMessages->MessageFile->CellCssStyle = ""; $CCEMessages->MessageFile->CellCssClass = "";
$CCEMessages->MessageFile->CellAttrs = array(); $CCEMessages->MessageFile->ViewAttrs = array(); $CCEMessages->MessageFile->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->MessageFile->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->MessageFile->CellAttributes() ?>>
<?php if ($CCEMessages->MessageFile->HrefValue <> "" || $CCEMessages->MessageFile->TooltipValue <> "") { ?>
<?php if (!empty($CCEMessages->MessageFile->Upload->DbValue)) { ?>
<a href="<?php echo $CCEMessages->MessageFile->HrefValue ?>"><?php echo $CCEMessages->MessageFile->ListViewValue() ?></a>
<?php } elseif (!in_array($CCEMessages->CurrentAction, array("I", "edit", "gridedit"))) { ?>	
&nbsp;
<?php } ?>
<?php } else { ?>
<?php if (!empty($CCEMessages->MessageFile->Upload->DbValue)) { ?>
<?php echo $CCEMessages->MessageFile->ListViewValue() ?>
<?php } elseif (!in_array($CCEMessages->CurrentAction, array("I", "edit", "gridedit"))) { ?>	
&nbsp;
<?php } ?>
<?php } ?>
</td>
		</tr>
	</tbody>
</table>
</div>
</td></tr></table>
<br>