From 7bc7d70dbf8faca4f8c9295bf93844a050a4b8a0 Mon Sep 17 00:00:00 2001 From: "Troy T. Hall" Date: Sat, 25 Jan 2020 22:54:00 -0600 Subject: [PATCH 01/34] circle --- .../components/com_actionlogs/Field/PlugininfoField.php | 2 +- .../components/com_actionlogs/tmpl/actionlogs/default.php | 2 +- .../components/com_associations/tmpl/associations/default.php | 4 ++-- .../components/com_associations/tmpl/associations/modal.php | 4 ++-- administrator/components/com_banners/tmpl/banners/default.php | 2 +- administrator/components/com_banners/tmpl/clients/default.php | 2 +- administrator/components/com_banners/tmpl/tracks/default.php | 2 +- administrator/components/com_cache/tmpl/cache/default.php | 4 ++-- .../components/com_categories/tmpl/categories/default.php | 2 +- .../components/com_categories/tmpl/categories/modal.php | 2 +- .../components/com_config/tmpl/component/default.php | 4 ++-- .../components/com_contact/tmpl/contacts/default.php | 2 +- administrator/components/com_contact/tmpl/contacts/modal.php | 2 +- .../components/com_content/tmpl/articles/default.php | 2 +- administrator/components/com_content/tmpl/articles/modal.php | 2 +- .../components/com_content/tmpl/featured/default.php | 2 +- administrator/components/com_cpanel/View/Cpanel/HtmlView.php | 2 +- administrator/components/com_csp/tmpl/reports/default.php | 2 +- administrator/components/com_fields/tmpl/fields/default.php | 2 +- administrator/components/com_fields/tmpl/fields/modal.php | 2 +- administrator/components/com_fields/tmpl/groups/default.php | 2 +- administrator/components/com_finder/tmpl/filters/default.php | 2 +- administrator/components/com_finder/tmpl/index/default.php | 2 +- administrator/components/com_finder/tmpl/maps/default.php | 2 +- administrator/components/com_finder/tmpl/searches/default.php | 2 +- .../components/com_installer/tmpl/database/default.php | 2 +- .../components/com_installer/tmpl/discover/default.php | 4 ++-- .../components/com_installer/tmpl/languages/default.php | 4 ++-- .../components/com_installer/tmpl/manage/default.php | 2 +- .../components/com_installer/tmpl/update/default.php | 2 +- .../components/com_installer/tmpl/updatesites/default.php | 2 +- .../com_joomlaupdate/tmpl/joomlaupdate/default_reinstall.php | 2 +- .../com_joomlaupdate/tmpl/joomlaupdate/default_upload.php | 2 +- .../components/com_languages/tmpl/installed/default.php | 2 +- .../components/com_languages/tmpl/languages/default.php | 2 +- .../components/com_languages/tmpl/multilangstatus/default.php | 4 ++-- administrator/components/com_languages/tmpl/override/edit.php | 2 +- .../components/com_languages/tmpl/overrides/default.php | 2 +- .../components/com_menus/tmpl/item/edit_container.php | 2 +- administrator/components/com_menus/tmpl/items/modal.php | 2 +- administrator/components/com_menus/tmpl/menus/default.php | 2 +- .../components/com_messages/tmpl/messages/default.php | 2 +- .../components/com_newsfeeds/tmpl/newsfeeds/default.php | 2 +- .../components/com_newsfeeds/tmpl/newsfeeds/modal.php | 2 +- administrator/components/com_plugins/tmpl/plugins/default.php | 2 +- .../components/com_privacy/tmpl/capabilities/default.php | 4 ++-- .../components/com_privacy/tmpl/consents/default.php | 2 +- administrator/components/com_privacy/tmpl/request/default.php | 2 +- .../components/com_privacy/tmpl/requests/default.php | 2 +- administrator/components/com_redirect/tmpl/links/default.php | 2 +- administrator/components/com_tags/tmpl/tags/default.php | 2 +- administrator/components/com_users/tmpl/groups/default.php | 2 +- administrator/components/com_users/tmpl/levels/default.php | 2 +- administrator/components/com_users/tmpl/notes/default.php | 2 +- administrator/components/com_users/tmpl/user/edit.php | 2 +- administrator/components/com_users/tmpl/users/default.php | 2 +- administrator/components/com_users/tmpl/users/modal.php | 2 +- administrator/components/com_workflow/tmpl/stages/default.php | 2 +- .../components/com_workflow/tmpl/transitions/default.php | 2 +- .../components/com_workflow/tmpl/workflows/default.php | 2 +- components/com_users/tmpl/profile/edit.php | 2 +- installation/tmpl/remove/default.php | 4 ++-- layouts/joomla/edit/metadata.php | 2 +- layouts/joomla/form/field/subform/repeatable-table.php | 4 ++-- layouts/joomla/searchtools/default/noitems.php | 4 ++-- modules/mod_tags_popular/tmpl/cloud.php | 2 +- modules/mod_tags_popular/tmpl/default.php | 2 +- plugins/twofactorauth/totp/tmpl/form.php | 2 +- templates/cassiopeia/error.php | 2 +- templates/cassiopeia/index.php | 2 +- 70 files changed, 81 insertions(+), 81 deletions(-) diff --git a/administrator/components/com_actionlogs/Field/PlugininfoField.php b/administrator/components/com_actionlogs/Field/PlugininfoField.php index 6f5ad1670bd31..09e1033921d84 100644 --- a/administrator/components/com_actionlogs/Field/PlugininfoField.php +++ b/administrator/components/com_actionlogs/Field/PlugininfoField.php @@ -59,7 +59,7 @@ protected function getInput() ); return '
' - . '' + . '' . Text::_('INFO') . '' . Text::sprintf('PLG_SYSTEM_ACTIONLOGS_JOOMLA_ACTIONLOG_DISABLED_REDIRECT', $link) diff --git a/administrator/components/com_actionlogs/tmpl/actionlogs/default.php b/administrator/components/com_actionlogs/tmpl/actionlogs/default.php index 4cb948d35c169..cc0c52ecb4fd7 100644 --- a/administrator/components/com_actionlogs/tmpl/actionlogs/default.php +++ b/administrator/components/com_actionlogs/tmpl/actionlogs/default.php @@ -30,7 +30,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_associations/tmpl/associations/default.php b/administrator/components/com_associations/tmpl/associations/default.php index 87a20b14e2809..4dcb9ccf6b1e1 100644 --- a/administrator/components/com_associations/tmpl/associations/default.php +++ b/administrator/components/com_associations/tmpl/associations/default.php @@ -39,12 +39,12 @@ $this)); ?> state->get('itemtype') == '' || $this->state->get('language') == '') : ?>
- +
items)) : ?>
- +
diff --git a/administrator/components/com_associations/tmpl/associations/modal.php b/administrator/components/com_associations/tmpl/associations/modal.php index f2c889d11d4a2..b4539b253a741 100644 --- a/administrator/components/com_associations/tmpl/associations/modal.php +++ b/administrator/components/com_associations/tmpl/associations/modal.php @@ -47,7 +47,7 @@ $this)); ?> items)) : ?>
- +
@@ -160,4 +160,4 @@ -
items)) : ?>
- +
diff --git a/administrator/components/com_banners/tmpl/clients/default.php b/administrator/components/com_banners/tmpl/clients/default.php index c0b243dad34d6..056a81c4fb8a6 100644 --- a/administrator/components/com_banners/tmpl/clients/default.php +++ b/administrator/components/com_banners/tmpl/clients/default.php @@ -44,7 +44,7 @@ ?> items)) : ?>
- +
diff --git a/administrator/components/com_banners/tmpl/tracks/default.php b/administrator/components/com_banners/tmpl/tracks/default.php index d7ba1ae24a358..c5061ba3298b9 100644 --- a/administrator/components/com_banners/tmpl/tracks/default.php +++ b/administrator/components/com_banners/tmpl/tracks/default.php @@ -26,7 +26,7 @@ $this]); ?> items)) : ?>
- +
diff --git a/administrator/components/com_cache/tmpl/cache/default.php b/administrator/components/com_cache/tmpl/cache/default.php index 38edc4a47af13..1c4bbbace8096 100644 --- a/administrator/components/com_cache/tmpl/cache/default.php +++ b/administrator/components/com_cache/tmpl/cache/default.php @@ -26,14 +26,14 @@
- +
$this]); ?> data) : ?>
- +
diff --git a/administrator/components/com_categories/tmpl/categories/default.php b/administrator/components/com_categories/tmpl/categories/default.php index d4242d99501d2..71c7535c1f4ce 100644 --- a/administrator/components/com_categories/tmpl/categories/default.php +++ b/administrator/components/com_categories/tmpl/categories/default.php @@ -59,7 +59,7 @@ ?> items)) : ?>
- +
diff --git a/administrator/components/com_categories/tmpl/categories/modal.php b/administrator/components/com_categories/tmpl/categories/modal.php index fabdf80f6caa6..ffafd1fc3f63c 100644 --- a/administrator/components/com_categories/tmpl/categories/modal.php +++ b/administrator/components/com_categories/tmpl/categories/modal.php @@ -40,7 +40,7 @@ items)) : ?>
- +
diff --git a/administrator/components/com_config/tmpl/component/default.php b/administrator/components/com_config/tmpl/component/default.php index 5c0fffbb8f913..5971caee9e4e7 100644 --- a/administrator/components/com_config/tmpl/component/default.php +++ b/administrator/components/com_config/tmpl/component/default.php @@ -105,7 +105,7 @@ description)) : ?>
- + description); ?>
@@ -133,7 +133,7 @@
- +
diff --git a/administrator/components/com_contact/tmpl/contacts/default.php b/administrator/components/com_contact/tmpl/contacts/default.php index 6595bf9dd5397..c038b685f1ad7 100644 --- a/administrator/components/com_contact/tmpl/contacts/default.php +++ b/administrator/components/com_contact/tmpl/contacts/default.php @@ -40,7 +40,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_contact/tmpl/contacts/modal.php b/administrator/components/com_contact/tmpl/contacts/modal.php index fdbaf786625c9..fa82ce0857b4e 100644 --- a/administrator/components/com_contact/tmpl/contacts/modal.php +++ b/administrator/components/com_contact/tmpl/contacts/modal.php @@ -49,7 +49,7 @@ items)) : ?>
- +
diff --git a/administrator/components/com_content/tmpl/articles/default.php b/administrator/components/com_content/tmpl/articles/default.php index 7d6cb5435dcad..012529968e803 100644 --- a/administrator/components/com_content/tmpl/articles/default.php +++ b/administrator/components/com_content/tmpl/articles/default.php @@ -93,7 +93,7 @@ ?> items)) : ?>
- +
diff --git a/administrator/components/com_content/tmpl/articles/modal.php b/administrator/components/com_content/tmpl/articles/modal.php index 60d6589373883..5f21410feabae 100644 --- a/administrator/components/com_content/tmpl/articles/modal.php +++ b/administrator/components/com_content/tmpl/articles/modal.php @@ -50,7 +50,7 @@ items)) : ?>
- +
diff --git a/administrator/components/com_content/tmpl/featured/default.php b/administrator/components/com_content/tmpl/featured/default.php index ff3f0e0857b01..b802af5e91dc1 100644 --- a/administrator/components/com_content/tmpl/featured/default.php +++ b/administrator/components/com_content/tmpl/featured/default.php @@ -80,7 +80,7 @@ ?> items)) : ?>
- +
diff --git a/administrator/components/com_cpanel/View/Cpanel/HtmlView.php b/administrator/components/com_cpanel/View/Cpanel/HtmlView.php index 1dcc78b655d7a..ab0e5424be636 100644 --- a/administrator/components/com_cpanel/View/Cpanel/HtmlView.php +++ b/administrator/components/com_cpanel/View/Cpanel/HtmlView.php @@ -124,7 +124,7 @@ public function display($tpl = null) } elseif ($parts[0] === 'help') { - $icon = 'fa fa-info-circle'; + $icon = 'fas fa-info-circle'; } elseif ($lang->hasKey($keyIcon)) { diff --git a/administrator/components/com_csp/tmpl/reports/default.php b/administrator/components/com_csp/tmpl/reports/default.php index 118b94b235a6c..d244d25602c49 100644 --- a/administrator/components/com_csp/tmpl/reports/default.php +++ b/administrator/components/com_csp/tmpl/reports/default.php @@ -59,7 +59,7 @@ items)) : ?>
- +
diff --git a/administrator/components/com_fields/tmpl/fields/default.php b/administrator/components/com_fields/tmpl/fields/default.php index 46c7ab6b1222c..337a25a3fe45d 100644 --- a/administrator/components/com_fields/tmpl/fields/default.php +++ b/administrator/components/com_fields/tmpl/fields/default.php @@ -54,7 +54,7 @@ $this, 'options' => array('selectorFieldName' => 'context'))); ?> items)) : ?>
- +
diff --git a/administrator/components/com_fields/tmpl/fields/modal.php b/administrator/components/com_fields/tmpl/fields/modal.php index c7a1b06364ac9..9aa924deb2f54 100644 --- a/administrator/components/com_fields/tmpl/fields/modal.php +++ b/administrator/components/com_fields/tmpl/fields/modal.php @@ -34,7 +34,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_fields/tmpl/groups/default.php b/administrator/components/com_fields/tmpl/groups/default.php index 76e4c5a7cfc4f..d1cb29876e10c 100644 --- a/administrator/components/com_fields/tmpl/groups/default.php +++ b/administrator/components/com_fields/tmpl/groups/default.php @@ -52,7 +52,7 @@ $this, 'options' => array('selectorFieldName' => 'context'))); ?> items)) : ?>
- +
diff --git a/administrator/components/com_finder/tmpl/filters/default.php b/administrator/components/com_finder/tmpl/filters/default.php index 0223da8250c28..528e52488c002 100644 --- a/administrator/components/com_finder/tmpl/filters/default.php +++ b/administrator/components/com_finder/tmpl/filters/default.php @@ -30,7 +30,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_finder/tmpl/index/default.php b/administrator/components/com_finder/tmpl/index/default.php index 5ef2f7c5c80cf..329df3b99aa9a 100644 --- a/administrator/components/com_finder/tmpl/index/default.php +++ b/administrator/components/com_finder/tmpl/index/default.php @@ -32,7 +32,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_finder/tmpl/maps/default.php b/administrator/components/com_finder/tmpl/maps/default.php index 65cce9dec5126..462a5c2776a17 100644 --- a/administrator/components/com_finder/tmpl/maps/default.php +++ b/administrator/components/com_finder/tmpl/maps/default.php @@ -31,7 +31,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_finder/tmpl/searches/default.php b/administrator/components/com_finder/tmpl/searches/default.php index 9373c38c3ed05..5593d811b00bc 100644 --- a/administrator/components/com_finder/tmpl/searches/default.php +++ b/administrator/components/com_finder/tmpl/searches/default.php @@ -27,7 +27,7 @@ $this, 'options' => array('filterButton' => false))); ?> items)) : ?>
- +
diff --git a/administrator/components/com_installer/tmpl/database/default.php b/administrator/components/com_installer/tmpl/database/default.php index 4deda5c36aca3..b36d461b0ec67 100644 --- a/administrator/components/com_installer/tmpl/database/default.php +++ b/administrator/components/com_installer/tmpl/database/default.php @@ -29,7 +29,7 @@ $this)); ?> changeSet)) : ?>
- +
diff --git a/administrator/components/com_installer/tmpl/discover/default.php b/administrator/components/com_installer/tmpl/discover/default.php index b188b72e4abf2..4830bf61d6b60 100644 --- a/administrator/components/com_installer/tmpl/discover/default.php +++ b/administrator/components/com_installer/tmpl/discover/default.php @@ -33,11 +33,11 @@ $this)); ?> items)) : ?>
- +
- +
diff --git a/administrator/components/com_installer/tmpl/languages/default.php b/administrator/components/com_installer/tmpl/languages/default.php index 2d84fe87e670c..2e59d2c4b337e 100644 --- a/administrator/components/com_installer/tmpl/languages/default.php +++ b/administrator/components/com_installer/tmpl/languages/default.php @@ -28,7 +28,7 @@ $this, 'options' => array('filterButton' => false))); ?> items)) : ?>
- +
@@ -79,7 +79,7 @@ version, $minorVersion) !== 0 || strpos($language->version, $currentShortVersion) !== 0) : ?> version; ?> - + diff --git a/administrator/components/com_installer/tmpl/manage/default.php b/administrator/components/com_installer/tmpl/manage/default.php index e1580b3f0aa8c..4190c9dc00c1d 100644 --- a/administrator/components/com_installer/tmpl/manage/default.php +++ b/administrator/components/com_installer/tmpl/manage/default.php @@ -34,7 +34,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_installer/tmpl/update/default.php b/administrator/components/com_installer/tmpl/update/default.php index 8f5a466c0449e..6753f8af4ba62 100644 --- a/administrator/components/com_installer/tmpl/update/default.php +++ b/administrator/components/com_installer/tmpl/update/default.php @@ -34,7 +34,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_installer/tmpl/updatesites/default.php b/administrator/components/com_installer/tmpl/updatesites/default.php index 1eda4523984c0..136f87ef25b6e 100644 --- a/administrator/components/com_installer/tmpl/updatesites/default.php +++ b/administrator/components/com_installer/tmpl/updatesites/default.php @@ -32,7 +32,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_joomlaupdate/tmpl/joomlaupdate/default_reinstall.php b/administrator/components/com_joomlaupdate/tmpl/joomlaupdate/default_reinstall.php index b8fdf4dd66c15..24f4bc4963cae 100644 --- a/administrator/components/com_joomlaupdate/tmpl/joomlaupdate/default_reinstall.php +++ b/administrator/components/com_joomlaupdate/tmpl/joomlaupdate/default_reinstall.php @@ -19,7 +19,7 @@

- +

diff --git a/administrator/components/com_joomlaupdate/tmpl/joomlaupdate/default_upload.php b/administrator/components/com_joomlaupdate/tmpl/joomlaupdate/default_upload.php index fc7cdecece88a..cc1ceccce09b1 100644 --- a/administrator/components/com_joomlaupdate/tmpl/joomlaupdate/default_upload.php +++ b/administrator/components/com_joomlaupdate/tmpl/joomlaupdate/default_upload.php @@ -20,7 +20,7 @@ ?>
- +
diff --git a/administrator/components/com_languages/tmpl/installed/default.php b/administrator/components/com_languages/tmpl/installed/default.php index 59850d462ba55..327fb68dc58b7 100644 --- a/administrator/components/com_languages/tmpl/installed/default.php +++ b/administrator/components/com_languages/tmpl/installed/default.php @@ -28,7 +28,7 @@ $this)); ?> rows)) : ?>
- +
diff --git a/administrator/components/com_languages/tmpl/languages/default.php b/administrator/components/com_languages/tmpl/languages/default.php index 811cdb5410045..1d73785855c0d 100644 --- a/administrator/components/com_languages/tmpl/languages/default.php +++ b/administrator/components/com_languages/tmpl/languages/default.php @@ -37,7 +37,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_languages/tmpl/multilangstatus/default.php b/administrator/components/com_languages/tmpl/multilangstatus/default.php index 103805ca38877..0cee60c4b97b4 100644 --- a/administrator/components/com_languages/tmpl/multilangstatus/default.php +++ b/administrator/components/com_languages/tmpl/multilangstatus/default.php @@ -23,13 +23,13 @@ language_filter && $this->switchers == 0) : ?> homes == 1) : ?>
- +
- +
diff --git a/administrator/components/com_languages/tmpl/override/edit.php b/administrator/components/com_languages/tmpl/override/edit.php index 617dd3b2f9626..397de25942e9a 100644 --- a/administrator/components/com_languages/tmpl/override/edit.php +++ b/administrator/components/com_languages/tmpl/override/edit.php @@ -51,7 +51,7 @@
- +
form->renderField('searchtype'); ?> diff --git a/administrator/components/com_languages/tmpl/overrides/default.php b/administrator/components/com_languages/tmpl/overrides/default.php index 3500a836b50b9..223dcfd36ac9f 100644 --- a/administrator/components/com_languages/tmpl/overrides/default.php +++ b/administrator/components/com_languages/tmpl/overrides/default.php @@ -35,7 +35,7 @@
items)) : ?>
- +
diff --git a/administrator/components/com_menus/tmpl/item/edit_container.php b/administrator/components/com_menus/tmpl/item/edit_container.php index 78ae53e1a087d..326fc5a899545 100644 --- a/administrator/components/com_menus/tmpl/item/edit_container.php +++ b/administrator/components/com_menus/tmpl/item/edit_container.php @@ -43,7 +43,7 @@
- +
diff --git a/administrator/components/com_menus/tmpl/items/modal.php b/administrator/components/com_menus/tmpl/items/modal.php index d48d7b7da672b..4afaf5e53113a 100644 --- a/administrator/components/com_menus/tmpl/items/modal.php +++ b/administrator/components/com_menus/tmpl/items/modal.php @@ -49,7 +49,7 @@ items)) : ?>
- +
diff --git a/administrator/components/com_menus/tmpl/menus/default.php b/administrator/components/com_menus/tmpl/menus/default.php index 6093e2ec25b18..cbf9b7eaabf98 100644 --- a/administrator/components/com_menus/tmpl/menus/default.php +++ b/administrator/components/com_menus/tmpl/menus/default.php @@ -44,7 +44,7 @@ $this, 'options' => array('filterButton' => false))); ?> items)) : ?>
- +
diff --git a/administrator/components/com_messages/tmpl/messages/default.php b/administrator/components/com_messages/tmpl/messages/default.php index df058c191478a..fe084b862a856 100644 --- a/administrator/components/com_messages/tmpl/messages/default.php +++ b/administrator/components/com_messages/tmpl/messages/default.php @@ -26,7 +26,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_newsfeeds/tmpl/newsfeeds/default.php b/administrator/components/com_newsfeeds/tmpl/newsfeeds/default.php index d72451ca2afda..ac51db961ebef 100644 --- a/administrator/components/com_newsfeeds/tmpl/newsfeeds/default.php +++ b/administrator/components/com_newsfeeds/tmpl/newsfeeds/default.php @@ -39,7 +39,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_newsfeeds/tmpl/newsfeeds/modal.php b/administrator/components/com_newsfeeds/tmpl/newsfeeds/modal.php index 8b4aa93f2da0e..2cdbfd05fc5e7 100644 --- a/administrator/components/com_newsfeeds/tmpl/newsfeeds/modal.php +++ b/administrator/components/com_newsfeeds/tmpl/newsfeeds/modal.php @@ -33,7 +33,7 @@ items)) : ?>
- +
diff --git a/administrator/components/com_plugins/tmpl/plugins/default.php b/administrator/components/com_plugins/tmpl/plugins/default.php index 81988c463721d..23a0a230d388d 100644 --- a/administrator/components/com_plugins/tmpl/plugins/default.php +++ b/administrator/components/com_plugins/tmpl/plugins/default.php @@ -34,7 +34,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_privacy/tmpl/capabilities/default.php b/administrator/components/com_privacy/tmpl/capabilities/default.php index 4edac1a972349..a6e7562f6dbe0 100644 --- a/administrator/components/com_privacy/tmpl/capabilities/default.php +++ b/administrator/components/com_privacy/tmpl/capabilities/default.php @@ -21,7 +21,7 @@
capabilities)) : ?>
- +
@@ -30,7 +30,7 @@
- +
diff --git a/administrator/components/com_privacy/tmpl/consents/default.php b/administrator/components/com_privacy/tmpl/consents/default.php index 1836108e7c4fc..89cb74f486a07 100644 --- a/administrator/components/com_privacy/tmpl/consents/default.php +++ b/administrator/components/com_privacy/tmpl/consents/default.php @@ -37,7 +37,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_privacy/tmpl/request/default.php b/administrator/components/com_privacy/tmpl/request/default.php index 91ad2efe690f3..f23adb533b4fa 100644 --- a/administrator/components/com_privacy/tmpl/request/default.php +++ b/administrator/components/com_privacy/tmpl/request/default.php @@ -48,7 +48,7 @@
actionlogs)) : ?>
- +
diff --git a/administrator/components/com_privacy/tmpl/requests/default.php b/administrator/components/com_privacy/tmpl/requests/default.php index 6e2d8507e88cd..ab4c5336e82ad 100644 --- a/administrator/components/com_privacy/tmpl/requests/default.php +++ b/administrator/components/com_privacy/tmpl/requests/default.php @@ -35,7 +35,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_redirect/tmpl/links/default.php b/administrator/components/com_redirect/tmpl/links/default.php index a5c098876f830..f0b94d8b07d97 100644 --- a/administrator/components/com_redirect/tmpl/links/default.php +++ b/administrator/components/com_redirect/tmpl/links/default.php @@ -53,7 +53,7 @@ items)) : ?>
- +
diff --git a/administrator/components/com_tags/tmpl/tags/default.php b/administrator/components/com_tags/tmpl/tags/default.php index f88c0c6cccbf1..c672d76af8039 100644 --- a/administrator/components/com_tags/tmpl/tags/default.php +++ b/administrator/components/com_tags/tmpl/tags/default.php @@ -65,7 +65,7 @@ ?> items)) : ?>
- +
diff --git a/administrator/components/com_users/tmpl/groups/default.php b/administrator/components/com_users/tmpl/groups/default.php index fd139edb10972..fbcdc66a14c3a 100644 --- a/administrator/components/com_users/tmpl/groups/default.php +++ b/administrator/components/com_users/tmpl/groups/default.php @@ -33,7 +33,7 @@ $this, 'options' => array('filterButton' => false))); ?> items)) : ?>
- +
diff --git a/administrator/components/com_users/tmpl/levels/default.php b/administrator/components/com_users/tmpl/levels/default.php index 559f9ef153f4a..667184e086e71 100644 --- a/administrator/components/com_users/tmpl/levels/default.php +++ b/administrator/components/com_users/tmpl/levels/default.php @@ -39,7 +39,7 @@ items)) : ?>
- +
diff --git a/administrator/components/com_users/tmpl/notes/default.php b/administrator/components/com_users/tmpl/notes/default.php index 84c5bcd1a889d..27b14b5105dcf 100644 --- a/administrator/components/com_users/tmpl/notes/default.php +++ b/administrator/components/com_users/tmpl/notes/default.php @@ -30,7 +30,7 @@ items)) : ?>
- +
diff --git a/administrator/components/com_users/tmpl/user/edit.php b/administrator/components/com_users/tmpl/user/edit.php index f1cdd483c44f8..5a118f4bdfd60 100644 --- a/administrator/components/com_users/tmpl/user/edit.php +++ b/administrator/components/com_users/tmpl/user/edit.php @@ -87,7 +87,7 @@
- +
otpConfig->otep)) : ?> diff --git a/administrator/components/com_users/tmpl/users/default.php b/administrator/components/com_users/tmpl/users/default.php index 872600c8bfcec..96ef6ebfcee83 100644 --- a/administrator/components/com_users/tmpl/users/default.php +++ b/administrator/components/com_users/tmpl/users/default.php @@ -36,7 +36,7 @@ ?> items)) : ?>
- +
diff --git a/administrator/components/com_users/tmpl/users/modal.php b/administrator/components/com_users/tmpl/users/modal.php index ca4344f2c18de..ebbf60d6c2822 100644 --- a/administrator/components/com_users/tmpl/users/modal.php +++ b/administrator/components/com_users/tmpl/users/modal.php @@ -38,7 +38,7 @@ $this)); ?> items)) : ?>
- +
diff --git a/administrator/components/com_workflow/tmpl/stages/default.php b/administrator/components/com_workflow/tmpl/stages/default.php index d6ef1130051c4..a0f0329d02712 100644 --- a/administrator/components/com_workflow/tmpl/stages/default.php +++ b/administrator/components/com_workflow/tmpl/stages/default.php @@ -50,7 +50,7 @@ ?> stages)) : ?>
- +
diff --git a/administrator/components/com_workflow/tmpl/transitions/default.php b/administrator/components/com_workflow/tmpl/transitions/default.php index 03d39cd020b24..7f201f1b8db6d 100644 --- a/administrator/components/com_workflow/tmpl/transitions/default.php +++ b/administrator/components/com_workflow/tmpl/transitions/default.php @@ -50,7 +50,7 @@ ?> transitions)) : ?>
- +
diff --git a/administrator/components/com_workflow/tmpl/workflows/default.php b/administrator/components/com_workflow/tmpl/workflows/default.php index 9600829caf869..173738870ab32 100644 --- a/administrator/components/com_workflow/tmpl/workflows/default.php +++ b/administrator/components/com_workflow/tmpl/workflows/default.php @@ -57,7 +57,7 @@ ?> workflows)) : ?>
- +
diff --git a/components/com_users/tmpl/profile/edit.php b/components/com_users/tmpl/profile/edit.php index 01261bcc93dea..9e3d557b5c3dd 100644 --- a/components/com_users/tmpl/profile/edit.php +++ b/components/com_users/tmpl/profile/edit.php @@ -105,7 +105,7 @@
- +
otpConfig->otep)) : ?> diff --git a/installation/tmpl/remove/default.php b/installation/tmpl/remove/default.php index eda7ca7cf9c5b..c058adca1f135 100644 --- a/installation/tmpl/remove/default.php +++ b/installation/tmpl/remove/default.php @@ -18,7 +18,7 @@
- +

@@ -100,7 +100,7 @@
- +
items) : ?> diff --git a/layouts/joomla/edit/metadata.php b/layouts/joomla/edit/metadata.php index 7ff0db119aed9..d190eab4d590c 100644 --- a/layouts/joomla/edit/metadata.php +++ b/layouts/joomla/edit/metadata.php @@ -20,7 +20,7 @@ $fieldSet) : ?> description) && trim($fieldSet->description)) : ?>
- + escape(Text::_($fieldSet->description)); ?>
diff --git a/layouts/joomla/form/field/subform/repeatable-table.php b/layouts/joomla/form/field/subform/repeatable-table.php index e900690de9c0a..26beee443c512 100644 --- a/layouts/joomla/form/field/subform/repeatable-table.php +++ b/layouts/joomla/form/field/subform/repeatable-table.php @@ -47,7 +47,7 @@ if ($fieldset->description) { - $table_head .= ''; + $table_head .= ''; } $table_head .= ''; @@ -62,7 +62,7 @@ if ($field->description) { - $table_head .= ''; + $table_head .= ''; } $table_head .= ''; diff --git a/layouts/joomla/searchtools/default/noitems.php b/layouts/joomla/searchtools/default/noitems.php index 36dfa44cae8ee..d48f1e6a402bb 100644 --- a/layouts/joomla/searchtools/default/noitems.php +++ b/layouts/joomla/searchtools/default/noitems.php @@ -14,6 +14,6 @@ $data = $displayData; ?>
- + -
\ No newline at end of file +
diff --git a/modules/mod_tags_popular/tmpl/cloud.php b/modules/mod_tags_popular/tmpl/cloud.php index a05f7134247a9..e5e84ff259f08 100644 --- a/modules/mod_tags_popular/tmpl/cloud.php +++ b/modules/mod_tags_popular/tmpl/cloud.php @@ -21,7 +21,7 @@
- +
- +
diff --git a/plugins/twofactorauth/totp/tmpl/form.php b/plugins/twofactorauth/totp/tmpl/form.php index 4cb3fbe136d85..6b2027f58536b 100644 --- a/plugins/twofactorauth/totp/tmpl/form.php +++ b/plugins/twofactorauth/totp/tmpl/form.php @@ -101,7 +101,7 @@
- +
diff --git a/templates/cassiopeia/error.php b/templates/cassiopeia/error.php index 886455987961d..fb2d3ad5f3f38 100644 --- a/templates/cassiopeia/error.php +++ b/templates/cassiopeia/error.php @@ -90,7 +90,7 @@ countModules('menu') || $this->countModules('search')) : ?>