Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/ccmadmin/
Upload File :
Current File : /var/www/cesa.co.za/ccmadmin/cstMentorMilestonesmaster.php

<?php

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

// FirstName
$cstMentorMilestones->FirstName->CellCssStyle = ""; $cstMentorMilestones->FirstName->CellCssClass = "";
$cstMentorMilestones->FirstName->CellAttrs = array(); $cstMentorMilestones->FirstName->ViewAttrs = array(); $cstMentorMilestones->FirstName->EditAttrs = array();

// Surname
$cstMentorMilestones->Surname->CellCssStyle = ""; $cstMentorMilestones->Surname->CellCssClass = "";
$cstMentorMilestones->Surname->CellAttrs = array(); $cstMentorMilestones->Surname->ViewAttrs = array(); $cstMentorMilestones->Surname->EditAttrs = array();

// Organisation
$cstMentorMilestones->Organisation->CellCssStyle = ""; $cstMentorMilestones->Organisation->CellCssClass = "";
$cstMentorMilestones->Organisation->CellAttrs = array(); $cstMentorMilestones->Organisation->ViewAttrs = array(); $cstMentorMilestones->Organisation->EditAttrs = array();

// MilestoneNum
$cstMentorMilestones->MilestoneNum->CellCssStyle = ""; $cstMentorMilestones->MilestoneNum->CellCssClass = "";
$cstMentorMilestones->MilestoneNum->CellAttrs = array(); $cstMentorMilestones->MilestoneNum->ViewAttrs = array(); $cstMentorMilestones->MilestoneNum->EditAttrs = array();

// Max(CCMMilestones.DateUpdated)
$cstMentorMilestones->Max28CCMMilestones2EDateUpdated29->CellCssStyle = ""; $cstMentorMilestones->Max28CCMMilestones2EDateUpdated29->CellCssClass = "";
$cstMentorMilestones->Max28CCMMilestones2EDateUpdated29->CellAttrs = array(); $cstMentorMilestones->Max28CCMMilestones2EDateUpdated29->ViewAttrs = array(); $cstMentorMilestones->Max28CCMMilestones2EDateUpdated29->EditAttrs = array();

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