- Enhanced the display and modification/creation of objects in order to be able to get rid of templates... (Trac#138)

SVN:trunk[463]
This commit is contained in:
Denis Flaven
2010-06-14 15:49:35 +00:00
parent c439ff2f46
commit 21bea2e7c3
5 changed files with 179 additions and 48 deletions

View File

@@ -543,7 +543,7 @@ class DisplayBlock
{
while($oObj = $this->m_oSet->Fetch())
{
$sHtml .= $oObj->GetBareDetails($oPage);
$sHtml .= $oObj->GetBareProperties($oPage);
}
}
break;