diff --git a/administrator/components/com_templates/View/Styles/HtmlView.php b/administrator/components/com_templates/View/Styles/HtmlView.php index 3e4aa8cef8ac1..b1ce2c1025305 100644 --- a/administrator/components/com_templates/View/Styles/HtmlView.php +++ b/administrator/components/com_templates/View/Styles/HtmlView.php @@ -96,7 +96,6 @@ public function display($tpl = null) } $this->addToolbar(); - $this->sidebar = \JHtmlSidebar::render(); return parent::display($tpl); } @@ -147,7 +146,5 @@ protected function addToolbar() } ToolbarHelper::help('JHELP_EXTENSIONS_TEMPLATE_MANAGER_STYLES'); - - \JHtmlSidebar::setAction('index.php?option=com_templates&view=styles'); } } diff --git a/administrator/components/com_templates/View/Templates/HtmlView.php b/administrator/components/com_templates/View/Templates/HtmlView.php index 8f862be139ce2..25b9ee8fe28ae 100644 --- a/administrator/components/com_templates/View/Templates/HtmlView.php +++ b/administrator/components/com_templates/View/Templates/HtmlView.php @@ -151,9 +151,5 @@ protected function addToolbar() } ToolbarHelper::help('JHELP_EXTENSIONS_TEMPLATE_MANAGER_TEMPLATES'); - - \JHtmlSidebar::setAction('index.php?option=com_templates&view=templates'); - - $this->sidebar = \JHtmlSidebar::render(); } } diff --git a/administrator/components/com_templates/tmpl/styles/default.php b/administrator/components/com_templates/tmpl/styles/default.php index 5cf0824f4935e..1c2416bd358aa 100644 --- a/administrator/components/com_templates/tmpl/styles/default.php +++ b/administrator/components/com_templates/tmpl/styles/default.php @@ -26,10 +26,7 @@ ?>
-
- sidebar; ?> -
-
+
$this, 'options' => array('selectorFieldName' => 'client_id'))); ?> total > 0) : ?> diff --git a/administrator/components/com_templates/tmpl/templates/default.php b/administrator/components/com_templates/tmpl/templates/default.php index e452aaffdf37f..3d213d831f6a0 100644 --- a/administrator/components/com_templates/tmpl/templates/default.php +++ b/administrator/components/com_templates/tmpl/templates/default.php @@ -25,10 +25,7 @@
-
- sidebar; ?> -
-
+
$this, 'options' => array('selectorFieldName' => 'client_id'))); ?> total > 0) : ?>