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