diff --git a/library/Director/Web/Controller/ObjectsController.php b/library/Director/Web/Controller/ObjectsController.php index cb964bb9..dafb714f 100644 --- a/library/Director/Web/Controller/ObjectsController.php +++ b/library/Director/Web/Controller/ObjectsController.php @@ -101,14 +101,6 @@ abstract class ObjectsController extends ActionController $addParams ); - if (! $dummy->isGroup()) { - $this->view->addLink .= ' ' . $this->view->icon('paste') . ' ' - . $this->view->qlink( - $this->translate('Create template'), - 'director/' . $ltype .'/add', - array('type' => 'template') - ); - } $this->view->title = $this->translate('Icinga ' . ucfirst($ltype)); $table = $this->loadTable($table)->setConnection($this->db()); $this->view->filterEditor = $table->getFilterEditor($this->getRequest());