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