From e24e7536effab320d6ca2ffb2261a3b0c43f1027 Mon Sep 17 00:00:00 2001 From: fBrignoli Date: Mon, 4 Jun 2012 08:41:31 +0000 Subject: [PATCH] // toolbar one more time --- classes/controller/AdminController.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/classes/controller/AdminController.php b/classes/controller/AdminController.php index 34fe903be..b3ce8362d 100644 --- a/classes/controller/AdminController.php +++ b/classes/controller/AdminController.php @@ -1366,6 +1366,7 @@ class AdminControllerCore extends Controller } elseif (!$this->ajax) { + $this->content .= $this->renderList(); $this->content .= $this->renderOptions(); @@ -1493,9 +1494,9 @@ class AdminControllerCore extends Controller { if ($this->fields_options && is_array($this->fields_options)) { - if (isset($this->display) && $this->display != 'options') + if (isset($this->display) && $this->display != 'options' && $this->display != 'list') $this->show_toolbar = false; - else if (!isset($this->display)) + else $this->display = 'options'; unset($this->toolbar_btn);