From 5a2d9859f8de43a6e04351bd38507bf50dc8b88a Mon Sep 17 00:00:00 2001 From: chmst Date: Thu, 22 Jul 2021 23:18:49 +0200 Subject: [PATCH] Hide language in batch --- .../com_weblinks/tmpl/weblinks/default_batch_body.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/administrator/components/com_weblinks/tmpl/weblinks/default_batch_body.php b/src/administrator/components/com_weblinks/tmpl/weblinks/default_batch_body.php index 7ea45ae..72c40f7 100644 --- a/src/administrator/components/com_weblinks/tmpl/weblinks/default_batch_body.php +++ b/src/administrator/components/com_weblinks/tmpl/weblinks/default_batch_body.php @@ -8,6 +8,7 @@ */ defined('_JEXEC') or die; +use Joomla\CMS\Language\Multilanguage; use Joomla\CMS\Layout\LayoutHelper; $published = $this->state->get('filter.published'); @@ -15,11 +16,13 @@ $published = $this->state->get('filter.published');
-
-
- + +
+
+ +
-
+