| Current Path : /var/www/cesa.co.za/cceadmin/ |
| Current File : /var/www/cesa.co.za/cceadmin/CCESessionsmaster.php |
<?php
// Call Row_Rendering event
$CCESessions->Row_Rendering();
// CCESessionName
$CCESessions->CCESessionName->CellCssStyle = ""; $CCESessions->CCESessionName->CellCssClass = "";
$CCESessions->CCESessionName->CellAttrs = array(); $CCESessions->CCESessionName->ViewAttrs = array(); $CCESessions->CCESessionName->EditAttrs = array();
// CCESessionOrder
$CCESessions->CCESessionOrder->CellCssStyle = ""; $CCESessions->CCESessionOrder->CellCssClass = "";
$CCESessions->CCESessionOrder->CellAttrs = array(); $CCESessions->CCESessionOrder->ViewAttrs = array(); $CCESessions->CCESessionOrder->EditAttrs = array();
// IncludesModules
$CCESessions->IncludesModules->CellCssStyle = ""; $CCESessions->IncludesModules->CellCssClass = "";
$CCESessions->IncludesModules->CellAttrs = array(); $CCESessions->IncludesModules->ViewAttrs = array(); $CCESessions->IncludesModules->EditAttrs = array();
// Call Row_Rendered event
$CCESessions->Row_Rendered();
?>
<p><span class="phpmaker"><?php echo $Language->Phrase("MasterRecord") ?><?php echo $CCESessions->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 $CCESessions->CCESessionName->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCESessions->CCESessionOrder->FldCaption() ?></td>
<td class="ewTableHeader"><?php echo $CCESessions->IncludesModules->FldCaption() ?></td>
</tr>
</thead>
<tbody>
<tr>
<td<?php echo $CCESessions->CCESessionName->CellAttributes() ?>>
<div<?php echo $CCESessions->CCESessionName->ViewAttributes() ?>><?php echo $CCESessions->CCESessionName->ListViewValue() ?></div></td>
<td<?php echo $CCESessions->CCESessionOrder->CellAttributes() ?>>
<div<?php echo $CCESessions->CCESessionOrder->ViewAttributes() ?>><?php echo $CCESessions->CCESessionOrder->ListViewValue() ?></div></td>
<td<?php echo $CCESessions->IncludesModules->CellAttributes() ?>>
<div<?php echo $CCESessions->IncludesModules->ViewAttributes() ?>><?php echo $CCESessions->IncludesModules->ListViewValue() ?></div></td>
</tr>
</tbody>
</table>
</div>
</td></tr></table>
<br>