Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/echasl23/
Upload File :
Current File : /var/www/cesa.co.za/echasl23/Applicationsmaster.php

<?php

// Call Row_Rendering event
$Applications->Row_Rendering();

// FirmName
$Applications->FirmName->CellCssStyle = ""; $Applications->FirmName->CellCssClass = "";
$Applications->FirmName->CellAttrs = array(); $Applications->FirmName->ViewAttrs = array(); $Applications->FirmName->EditAttrs = array();

// DateCreated
$Applications->DateCreated->CellCssStyle = ""; $Applications->DateCreated->CellCssClass = "";
$Applications->DateCreated->CellAttrs = array(); $Applications->DateCreated->ViewAttrs = array(); $Applications->DateCreated->EditAttrs = array();

// Status
$Applications->Status->CellCssStyle = ""; $Applications->Status->CellCssClass = "";
$Applications->Status->CellAttrs = array(); $Applications->Status->ViewAttrs = array(); $Applications->Status->EditAttrs = array();

// Call Row_Rendered event
$Applications->Row_Rendered();
?>
<p><span class="phpmaker"><?php echo $Language->Phrase("MasterRecord") ?><?php echo $Applications->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 $Applications->FirmName->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $Applications->DateCreated->FldCaption() ?></td>
			<td class="ewTableHeader"><?php echo $Applications->Status->FldCaption() ?></td>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td<?php echo $Applications->FirmName->CellAttributes() ?>>
<div<?php echo $Applications->FirmName->ViewAttributes() ?>><?php echo $Applications->FirmName->ListViewValue() ?></div></td>
			<td<?php echo $Applications->DateCreated->CellAttributes() ?>>
<div<?php echo $Applications->DateCreated->ViewAttributes() ?>><?php echo $Applications->DateCreated->ListViewValue() ?></div></td>
			<td<?php echo $Applications->Status->CellAttributes() ?>>
<div<?php echo $Applications->Status->ViewAttributes() ?>><?php echo $Applications->Status->ListViewValue() ?></div></td>
		</tr>
	</tbody>
</table>
</div>
</td></tr></table>
<br>