diff --git a/administrator/components/com_admin/tmpl/help/default.php b/administrator/components/com_admin/tmpl/help/default.php index 04b039ded14a2..3e79adb7b8dc6 100644 --- a/administrator/components/com_admin/tmpl/help/default.php +++ b/administrator/components/com_admin/tmpl/help/default.php @@ -12,34 +12,30 @@ use Joomla\CMS\Help\Help; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; -use Joomla\CMS\Router\Route; /** @var \Joomla\Component\Admin\Administrator\View\Help\HtmlView $this */ ?> -
-
- -
- +
+ - - +
+ +
+
diff --git a/administrator/components/com_postinstall/src/Controller/MessageController.php b/administrator/components/com_postinstall/src/Controller/MessageController.php index ddd9e6db01521..ff99e3f09bc97 100644 --- a/administrator/components/com_postinstall/src/Controller/MessageController.php +++ b/administrator/components/com_postinstall/src/Controller/MessageController.php @@ -32,6 +32,7 @@ class MessageController extends BaseController */ public function reset() { + // Check for request forgeries $this->checkToken(); /** @var MessagesModel $model */ @@ -58,6 +59,9 @@ public function reset() */ public function unpublish() { + // Check for request forgeries + $this->checkToken(); + $model = $this->getModel('Messages', '', array('ignore_request' => true)); $id = $this->input->get('id'); @@ -84,6 +88,7 @@ public function unpublish() */ public function action() { + // Check for request forgeries $this->checkToken(); $model = $this->getModel('Messages', '', array('ignore_request' => true)); @@ -130,6 +135,7 @@ public function action() */ public function hideAll() { + // Check for request forgeries $this->checkToken(); /** @var MessagesModel $model */ diff --git a/components/com_contact/tmpl/category/default_items.php b/components/com_contact/tmpl/category/default_items.php index 45985345c96f1..278758b0dfa45 100644 --- a/components/com_contact/tmpl/category/default_items.php +++ b/components/com_contact/tmpl/category/default_items.php @@ -155,6 +155,7 @@ class="inputbox" onchange="document.adminForm.submit();"
+
diff --git a/components/com_contact/tmpl/featured/default_items.php b/components/com_contact/tmpl/featured/default_items.php index 3dcda1f3ae3b3..9c7c5fb21b2e3 100644 --- a/components/com_contact/tmpl/featured/default_items.php +++ b/components/com_contact/tmpl/featured/default_items.php @@ -170,7 +170,7 @@ - +
diff --git a/components/com_content/tmpl/archive/default.php b/components/com_content/tmpl/archive/default.php index 45c34ab296cff..3bb598a81b005 100644 --- a/components/com_content/tmpl/archive/default.php +++ b/components/com_content/tmpl/archive/default.php @@ -9,6 +9,7 @@ defined('_JEXEC') or die; +use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; @@ -46,6 +47,7 @@ +
diff --git a/components/com_content/tmpl/category/default_articles.php b/components/com_content/tmpl/category/default_articles.php index 53aed65489830..58706813b16d8 100644 --- a/components/com_content/tmpl/category/default_articles.php +++ b/components/com_content/tmpl/category/default_articles.php @@ -101,6 +101,7 @@ +
diff --git a/components/com_newsfeeds/tmpl/category/default_items.php b/components/com_newsfeeds/tmpl/category/default_items.php index 451b55290c49e..bc8b9cc79e7bb 100644 --- a/components/com_newsfeeds/tmpl/category/default_items.php +++ b/components/com_newsfeeds/tmpl/category/default_items.php @@ -9,6 +9,7 @@ defined('_JEXEC') or die; +use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; use Joomla\CMS\String\PunycodeHelper; @@ -98,6 +99,7 @@
+ diff --git a/components/com_tags/tmpl/tag/default_items.php b/components/com_tags/tmpl/tag/default_items.php index bedaabdee9f2c..4dd7ed1ea4629 100644 --- a/components/com_tags/tmpl/tag/default_items.php +++ b/components/com_tags/tmpl/tag/default_items.php @@ -60,7 +60,6 @@ - diff --git a/components/com_tags/tmpl/tag/list_items.php b/components/com_tags/tmpl/tag/list_items.php index 965ef230fcf67..a2beba5b940ce 100644 --- a/components/com_tags/tmpl/tag/list_items.php +++ b/components/com_tags/tmpl/tag/list_items.php @@ -52,7 +52,6 @@ - diff --git a/components/com_tags/tmpl/tags/default_items.php b/components/com_tags/tmpl/tags/default_items.php index 9e57e294b3a6d..b2b94bb13d95e 100644 --- a/components/com_tags/tmpl/tags/default_items.php +++ b/components/com_tags/tmpl/tags/default_items.php @@ -80,6 +80,7 @@ +