diff --git a/Theme/Backend/rnd-create.tpl.php b/Theme/Backend/rnd-create.tpl.php index e0ec725..dc87917 100644 --- a/Theme/Backend/rnd-create.tpl.php +++ b/Theme/Backend/rnd-create.tpl.php @@ -40,8 +40,8 @@ echo $this->getData('nav')->render(); ?> = $this->getHtml('Manager') ?> = $this->getHtml('Other') ?> - = $this->getHtml('Add', 0, 0); ?> - + = $this->getHtml('Add', '0', '0'); ?> + diff --git a/Theme/Backend/rnd-list.tpl.php b/Theme/Backend/rnd-list.tpl.php index 9f14907..3e2dff4 100644 --- a/Theme/Backend/rnd-list.tpl.php +++ b/Theme/Backend/rnd-list.tpl.php @@ -30,7 +30,7 @@ echo $this->getData('nav')->render(); ?> = $this->getHtml('Projects') ?> - = $this->getHtml('ID', 0, 0); ?> + = $this->getHtml('ID', '0', '0'); ?> = $this->getHtml('Status') ?> = $this->getHtml('Name') ?> = $this->getHtml('Creator') ?> @@ -48,7 +48,7 @@ echo $this->getData('nav')->render(); ?> - = $this->getHtml('Empty', 0, 0); ?> + = $this->getHtml('Empty', '0', '0'); ?>