| Current Path : /var/www/cesa.co.za/ccmadmin/ |
| Current File : /var/www/cesa.co.za/ccmadmin/CCMEmployersmaster.php |
<?php
// Call Row_Rendering event
$CCMEmployers->Row_Rendering();
// Organisation
$CCMEmployers->Organisation->CellCssStyle = ""; $CCMEmployers->Organisation->CellCssClass = "";
$CCMEmployers->Organisation->CellAttrs = array(); $CCMEmployers->Organisation->ViewAttrs = array(); $CCMEmployers->Organisation->EditAttrs = array();
// Title
$CCMEmployers->Title->CellCssStyle = ""; $CCMEmployers->Title->CellCssClass = "";
$CCMEmployers->Title->CellAttrs = array(); $CCMEmployers->Title->ViewAttrs = array(); $CCMEmployers->Title->EditAttrs = array();
// FirstName
$CCMEmployers->FirstName->CellCssStyle = ""; $CCMEmployers->FirstName->CellCssClass = "";
$CCMEmployers->FirstName->CellAttrs = array(); $CCMEmployers->FirstName->ViewAttrs = array(); $CCMEmployers->FirstName->EditAttrs = array();
// Surname
$CCMEmployers->Surname->CellCssStyle = ""; $CCMEmployers->Surname->CellCssClass = "";
$CCMEmployers->Surname->CellAttrs = array(); $CCMEmployers->Surname->ViewAttrs = array(); $CCMEmployers->Surname->EditAttrs = array();
// Telephone
$CCMEmployers->Telephone->CellCssStyle = ""; $CCMEmployers->Telephone->CellCssClass = "";
$CCMEmployers->Telephone->CellAttrs = array(); $CCMEmployers->Telephone->ViewAttrs = array(); $CCMEmployers->Telephone->EditAttrs = array();
// Cellphone
$CCMEmployers->Cellphone->CellCssStyle = ""; $CCMEmployers->Cellphone->CellCssClass = "";
$CCMEmployers->Cellphone->CellAttrs = array(); $CCMEmployers->Cellphone->ViewAttrs = array(); $CCMEmployers->Cellphone->EditAttrs = array();
// EmailAddress
$CCMEmployers->EmailAddress->CellCssStyle = ""; $CCMEmployers->EmailAddress->CellCssClass = "";
$CCMEmployers->EmailAddress->CellAttrs = array(); $CCMEmployers->EmailAddress->ViewAttrs = array(); $CCMEmployers->EmailAddress->EditAttrs = array();
// AccountName
$CCMEmployers->AccountName->CellCssStyle = ""; $CCMEmployers->AccountName->CellCssClass = "";
$CCMEmployers->AccountName->CellAttrs = array(); $CCMEmployers->AccountName->ViewAttrs = array(); $CCMEmployers->AccountName->EditAttrs = array();
// BankName
$CCMEmployers->BankName->CellCssStyle = ""; $CCMEmployers->BankName->CellCssClass = "";
$CCMEmployers->BankName->CellAttrs = array(); $CCMEmployers->BankName->ViewAttrs = array(); $CCMEmployers->BankName->EditAttrs = array();
// BranchName
$CCMEmployers->BranchName->CellCssStyle = ""; $CCMEmployers->BranchName->CellCssClass = "";
$CCMEmployers->BranchName->CellAttrs = array(); $CCMEmployers->BranchName->ViewAttrs = array(); $CCMEmployers->BranchName->EditAttrs = array();
// AccountNum
$CCMEmployers->AccountNum->CellCssStyle = ""; $CCMEmployers->AccountNum->CellCssClass = "";
$CCMEmployers->AccountNum->CellAttrs = array(); $CCMEmployers->AccountNum->ViewAttrs = array(); $CCMEmployers->AccountNum->EditAttrs = array();
// Call Row_Rendered event
$CCMEmployers->Row_Rendered();
?>
<p><span class="phpmaker"><?php echo $Language->Phrase("MasterRecord") ?><?php echo $CCMEmployers->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 $CCMEmployers->Organisation->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMEmployers->Title->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMEmployers->FirstName->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMEmployers->Surname->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMEmployers->Telephone->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMEmployers->Cellphone->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMEmployers->EmailAddress->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMEmployers->AccountName->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMEmployers->BankName->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMEmployers->BranchName->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCMEmployers->AccountNum->FldCaption() ?></td>
</tr>
</thead>
<tbody>
<tr>
<td<?php echo $CCMEmployers->Organisation->CellAttributes() ?>>
<div<?php echo $CCMEmployers->Organisation->ViewAttributes() ?>><?php echo $CCMEmployers->Organisation->ListViewValue() ?></div></td>
<td<?php echo $CCMEmployers->Title->CellAttributes() ?>>
<div<?php echo $CCMEmployers->Title->ViewAttributes() ?>><?php echo $CCMEmployers->Title->ListViewValue() ?></div></td>
<td<?php echo $CCMEmployers->FirstName->CellAttributes() ?>>
<div<?php echo $CCMEmployers->FirstName->ViewAttributes() ?>><?php echo $CCMEmployers->FirstName->ListViewValue() ?></div></td>
<td<?php echo $CCMEmployers->Surname->CellAttributes() ?>>
<div<?php echo $CCMEmployers->Surname->ViewAttributes() ?>><?php echo $CCMEmployers->Surname->ListViewValue() ?></div></td>
<td<?php echo $CCMEmployers->Telephone->CellAttributes() ?>>
<div<?php echo $CCMEmployers->Telephone->ViewAttributes() ?>><?php echo $CCMEmployers->Telephone->ListViewValue() ?></div></td>
<td<?php echo $CCMEmployers->Cellphone->CellAttributes() ?>>
<div<?php echo $CCMEmployers->Cellphone->ViewAttributes() ?>><?php echo $CCMEmployers->Cellphone->ListViewValue() ?></div></td>
<td<?php echo $CCMEmployers->EmailAddress->CellAttributes() ?>>
<div<?php echo $CCMEmployers->EmailAddress->ViewAttributes() ?>><?php echo $CCMEmployers->EmailAddress->ListViewValue() ?></div></td>
<td<?php echo $CCMEmployers->AccountName->CellAttributes() ?>>
<div<?php echo $CCMEmployers->AccountName->ViewAttributes() ?>><?php echo $CCMEmployers->AccountName->ListViewValue() ?></div></td>
<td<?php echo $CCMEmployers->BankName->CellAttributes() ?>>
<div<?php echo $CCMEmployers->BankName->ViewAttributes() ?>><?php echo $CCMEmployers->BankName->ListViewValue() ?></div></td>
<td<?php echo $CCMEmployers->BranchName->CellAttributes() ?>>
<div<?php echo $CCMEmployers->BranchName->ViewAttributes() ?>><?php echo $CCMEmployers->BranchName->ListViewValue() ?></div></td>
<td<?php echo $CCMEmployers->AccountNum->CellAttributes() ?>>
<div<?php echo $CCMEmployers->AccountNum->ViewAttributes() ?>><?php echo $CCMEmployers->AccountNum->ListViewValue() ?></div></td>
</tr>
</tbody>
</table>
</div>
</td></tr></table>
<br>