Enable control of creating children in templates

This commit is contained in:
Deon George
2009-09-20 10:21:44 +10:00
parent d062308f32
commit f0a6d312ab
5 changed files with 19 additions and 7 deletions

View File

@@ -902,7 +902,7 @@ class TemplateRender extends PageRender {
return '';
case 'childcreate':
if ($_SESSION[APPCONFIG]->isCommandAvailable('script','create') && ! $this->template->isReadOnly())
if ($_SESSION[APPCONFIG]->isCommandAvailable('script','create') && ! $this->template->isReadOnly() && ! $this->template->isNoLeaf())
return $this->getMenuItemCreate();
else
return '';