Skip to content

Commit

Permalink
Merge branch '4.2-dev' into i37313
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Singer committed Apr 12, 2022
2 parents 38b4481 + af9aa33 commit 8cb246c
Show file tree
Hide file tree
Showing 48 changed files with 29 additions and 57 deletions.
1 change: 1 addition & 0 deletions administrator/components/com_actionlogs/config.xml
Expand Up @@ -28,6 +28,7 @@
type="logtype"
label="COM_ACTIONLOGS_LOG_EXTENSIONS_LABEL"
multiple="true"
layout="joomla.form.field.list-fancy-select"
default="com_banners,com_cache,com_categories,com_checkin,com_config,com_contact,com_content,com_installer,com_media,com_menus,com_messages,com_modules,com_newsfeeds,com_plugins,com_redirect,com_scheduler,com_tags,com_templates,com_users"
/>
<field
Expand Down
Expand Up @@ -13,7 +13,7 @@

use Joomla\CMS\Application\ApplicationHelper;
use Joomla\CMS\Factory;
use Joomla\CMS\Form\Field\CheckboxesField;
use Joomla\CMS\Form\Field\ListField;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\Component\Actionlogs\Administrator\Helper\ActionlogsHelper;
Expand All @@ -23,7 +23,7 @@
*
* @since 3.9.0
*/
class LogtypeField extends CheckboxesField
class LogtypeField extends ListField
{
/**
* The form field type.
Expand All @@ -49,14 +49,13 @@ public function getOptions()

$extensions = $db->setQuery($query)->loadColumn();

$options = array();
$tmp = array('checked' => true);
$options = [];

foreach ($extensions as $extension)
{
ActionlogsHelper::loadTranslationFiles($extension);
$option = HTMLHelper::_('select.option', $extension, Text::_($extension));
$options[ApplicationHelper::stringURLSafe(Text::_($extension)) . '_' . $extension] = (object) array_merge($tmp, (array) $option);
$extensionName = Text::_($extension);
$options[ApplicationHelper::stringURLSafe($extensionName) . '_' . $extension] = HTMLHelper::_('select.option', $extension, $extensionName);
}

ksort($options);
Expand Down
Expand Up @@ -134,7 +134,7 @@ protected function postSaveHook(BaseDatabaseModel $model, $validData = [])

$editState['id'] = $id;
$editState['link'] = $link;
$editState['title'] = $model->getItem($id)->title;
$editState['title'] = $model->getItem($id)->name;
$editState['type'] = $type;
$editState['request']['id'] = $id;

Expand Down
Expand Up @@ -32,7 +32,7 @@ class DiscoverController extends BaseController
*/
public function refresh()
{
$this->checkToken();
$this->checkToken('request');

/** @var \Joomla\Component\Installer\Administrator\Model\DiscoverModel $model */
$model = $this->getModel('discover');
Expand Down Expand Up @@ -72,7 +72,7 @@ public function install()
*/
public function purge()
{
$this->checkToken();
$this->checkToken('request');

/** @var \Joomla\Component\Installer\Administrator\Model\DiscoverModel $model */
$model = $this->getModel('discover');
Expand Down
Expand Up @@ -243,7 +243,7 @@ public function cleanup()
public function purge()
{
// Check for request forgeries
$this->checkToken();
$this->checkToken('request');

// Purge updates
/** @var \Joomla\Component\Joomlaupdate\Administrator\Model\UpdateModel $model */
Expand Down
Expand Up @@ -32,8 +32,8 @@
validate="options"
>
<option value="">JGLOBAL_SORT_BY</option>
<option value="name ASC">COM_LANGUAGES_HEADING_LANGUAGE_ASC</option>
<option value="name DESC">COM_LANGUAGES_HEADING_LANGUAGE_DESC</option>
<option value="name ASC">COM_LANGUAGES_HEADING_TITLE_ASC</option>
<option value="name DESC">COM_LANGUAGES_HEADING_TITLE_DESC</option>
<option value="nativeName ASC">COM_LANGUAGES_HEADING_TITLE_NATIVE_ASC</option>
<option value="nativeName DESC">COM_LANGUAGES_HEADING_TITLE_NATIVE_DESC</option>
<option value="language ASC">COM_LANGUAGES_HEADING_LANG_TAG_ASC</option>
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/com_admin.ini
Expand Up @@ -31,7 +31,7 @@ COM_ADMIN_GLOSSARY="Glossary"
COM_ADMIN_HELP="Joomla! Help"
COM_ADMIN_HELP_ARTICLES:_CATEGORIES="Articles: Categories"
COM_ADMIN_HELP_ARTICLES:_EDIT="Articles: New/Edit"
COM_ADMIN_HELP_ARTICLES:_FEATURED="Articles: Featured "
COM_ADMIN_HELP_ARTICLES:_FEATURED="Articles: Featured"
COM_ADMIN_HELP_ARTICLES:_NEW_OR_EDIT_CATEGORY="Articles: Categories - New/Edit"
COM_ADMIN_HELP_ARTICLES="Articles"
COM_ADMIN_HELP_BANNERS:_CATEGORIES="Banners: Categories"
Expand Down
1 change: 0 additions & 1 deletion administrator/language/en-GB/com_admin.sys.ini
Expand Up @@ -3,7 +3,6 @@
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8


COM_ADMIN="System Information"
COM_ADMIN_HELP_VIEW_DEFAULT_DESC="Get help on various pages in your Joomla administrator interface."
COM_ADMIN_HELP_VIEW_DEFAULT_TITLE="Joomla! Help"
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/com_contact.ini
Expand Up @@ -27,7 +27,7 @@ COM_CONTACT_FIELD_CAPTCHA_LABEL="Allow Captcha on Contact"
COM_CONTACT_FIELD_CATEGORY_LABEL="Select a Category"
COM_CONTACT_FIELD_CONFIG_BANNED_EMAIL_DESC="Separate multiple email addresses with a semicolon."
COM_CONTACT_FIELD_CONFIG_BANNED_EMAIL_LABEL="Banned Email Address"
COM_CONTACT_FIELD_CONFIG_BANNED_SUBJECT_DESC=" Separate multiple subjects with a semicolon."
COM_CONTACT_FIELD_CONFIG_BANNED_SUBJECT_DESC="Separate multiple subjects with a semicolon."
COM_CONTACT_FIELD_CONFIG_BANNED_SUBJECT_LABEL="Banned Subject"
COM_CONTACT_FIELD_CONFIG_BANNED_TEXT_DESC="Separate multiple words with a semicolon."
COM_CONTACT_FIELD_CONFIG_BANNED_TEXT_LABEL="Banned Text"
Expand Down
5 changes: 2 additions & 3 deletions administrator/language/en-GB/com_languages.ini
Expand Up @@ -43,9 +43,8 @@ COM_LANGUAGES_HEADING_LANG_IMAGE_DESC="Image descending"
COM_LANGUAGES_HEADING_LANG_TAG="Language Tag"
COM_LANGUAGES_HEADING_LANG_TAG_ASC="Language Tag ascending"
COM_LANGUAGES_HEADING_LANG_TAG_DESC="Language Tag descending"
COM_LANGUAGES_HEADING_LANGUAGE="Language"
COM_LANGUAGES_HEADING_LANGUAGE_ASC="Language ascending"
COM_LANGUAGES_HEADING_LANGUAGE_DESC="Language descending"
COM_LANGUAGES_HEADING_TITLE_ASC="Title ascending"
COM_LANGUAGES_HEADING_TITLE_DESC="Title descending"
COM_LANGUAGES_HEADING_TITLE_NATIVE="Native Title"
COM_LANGUAGES_HEADING_TITLE_NATIVE_ASC="Native Title ascending"
COM_LANGUAGES_HEADING_TITLE_NATIVE_DESC="Native Title descending"
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/com_scheduler.ini
@@ -1,6 +1,6 @@
; Joomla! Project
; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
; GNU General Public License version 2 or later; see LICENSE.txt
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

COM_SCHEDULER="Scheduled Tasks"
Expand Down
4 changes: 2 additions & 2 deletions administrator/language/en-GB/com_scheduler.sys.ini
@@ -1,6 +1,6 @@
; Joomla! Project
; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
; GNU General Public License version 2 or later; see LICENSE.txt
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

COM_SCHEDULER="Scheduled Tasks"
Expand All @@ -11,6 +11,6 @@ COM_SCHEDULER_MANAGER_TASK_EDIT="Edit Task"
COM_SCHEDULER_MANAGER_TASK_NEW="New Task"
COM_SCHEDULER_MANAGER_TASKS="Tasks Manager"
COM_SCHEDULER_MSG_MANAGE_NO_TASK_PLUGINS="There are no task types matching your query."
COM_SCHEDULER_TASKS_VIEW_DEFAULT_DESC="Schedule and Manage Task Routines."
COM_SCHEDULER_TASKS_VIEW_DEFAULT_DESC="Schedule and Manage Task Routines."
COM_SCHEDULER_TASKS_VIEW_DEFAULT_TITLE="Scheduled Tasks"
COM_SCHEDULER_XML_DESCRIPTION="Component for managing scheduled tasks and cronjobs (if supported by the server)."
1 change: 0 additions & 1 deletion administrator/language/en-GB/mod_custom.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_CUSTOM="Custom"
MOD_CUSTOM_LAYOUT_DEFAULT="Default"
MOD_CUSTOM_XML_DESCRIPTION="This module allows you to create your own Module using a WYSIWYG editor."

1 change: 0 additions & 1 deletion administrator/language/en-GB/mod_latest.sys.ini
Expand Up @@ -3,7 +3,6 @@
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8


MOD_LATEST="Articles - Latest"
MOD_LATEST_LAYOUT_DEFAULT="Default"
MOD_LATEST_XML_DESCRIPTION="This module shows a list of the most recently created Articles."
2 changes: 0 additions & 2 deletions administrator/language/en-GB/mod_latestactions.sys.ini
Expand Up @@ -3,7 +3,5 @@
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8


MOD_LATESTACTIONS="Action Logs - Latest"
MOD_LATESTACTIONS_XML_DESCRIPTION="This module shows a list of the most recent actions."

1 change: 0 additions & 1 deletion administrator/language/en-GB/mod_logged.ini
Expand Up @@ -3,7 +3,6 @@
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8


MOD_LOGGED="Logged-in Users"
MOD_LOGGED_FIELD_COUNT_LABEL="Users to Display"
MOD_LOGGED_LOGOUT="Logout"
Expand Down
1 change: 0 additions & 1 deletion administrator/language/en-GB/mod_logged.sys.ini
Expand Up @@ -3,7 +3,6 @@
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8


MOD_LOGGED="Logged-in Users"
MOD_LOGGED_LAYOUT_DEFAULT="Default"
MOD_LOGGED_XML_DESCRIPTION="This module shows a list of the Logged-in Users."
1 change: 0 additions & 1 deletion administrator/language/en-GB/plg_system_httpheaders.ini
Expand Up @@ -42,4 +42,3 @@ PLG_SYSTEM_HTTPHEADERS_POSTINSTALL_INTRODUCTION_TITLE="HTTP Security Headers"
PLG_SYSTEM_HTTPHEADERS_REFERRERPOLICY="<a href='https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy' target='_blank' rel='noopener noreferrer'>Referrer-Policy</a>" ; Do not translate
PLG_SYSTEM_HTTPHEADERS_XFRAMEOPTIONS="<a href='https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options' target='_blank' rel='noopener noreferrer'>X-Frame-Options</a>" ; Do not translate
PLG_SYSTEM_HTTPHEADERS_XML_DESCRIPTION="This Plugin helps you to set the HTTP Security Headers" ; Please do not translate 'HTTP Security Headers'

2 changes: 1 addition & 1 deletion administrator/language/en-GB/plg_task_checkfiles.ini
@@ -1,6 +1,6 @@
; Joomla! Project
; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
; GNU General Public License version 2 or later; see LICENSE.txt
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

PLG_TASK_CHECK_FILES="Task - Check Files"
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/plg_task_checkfiles.sys.ini
@@ -1,6 +1,6 @@
; Joomla! Project
; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
; GNU General Public License version 2 or later; see LICENSE.txt
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

PLG_TASK_CHECK_FILES="Task - Check Files"
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/plg_task_demotasks.ini
@@ -1,6 +1,6 @@
; Joomla! Project
; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
; GNU General Public License version 2 or later; see LICENSE.txt
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

PLG_TASK_DEMO_TASKS="Task - Demo Tasks!"
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/plg_task_demotasks.sys.ini
@@ -1,6 +1,6 @@
; Joomla! Project
; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
; GNU General Public License version 2 or later; see LICENSE.txt
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

PLG_TASK_DEMO_TASKS="Task - Demo Tasks!"
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/plg_task_requests.ini
@@ -1,6 +1,6 @@
; Joomla! Project
; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
; GNU General Public License version 2 or later; see LICENSE.txt
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

PLG_TASK_REQUESTS="Task - Requests"
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/plg_task_requests.sys.ini
@@ -1,6 +1,6 @@
; Joomla! Project
; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
; GNU General Public License version 2 or later; see LICENSE.txt
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

PLG_TASK_REQUESTS="Task - Requests"
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/plg_task_sitestatus.ini
@@ -1,6 +1,6 @@
; Joomla! Project
; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
; GNU General Public License version 2 or later; see LICENSE.txt
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

PLG_TASK_SITE_STATUS="Task - Site Status"
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/plg_task_sitestatus.sys.ini
@@ -1,6 +1,6 @@
; Joomla! Project
; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
; GNU General Public License version 2 or later; see LICENSE.txt
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

PLG_TASK_SITE_STATUS="Task - Site Status"
Expand Down
1 change: 0 additions & 1 deletion language/en-GB/com_ajax.ini
Expand Up @@ -3,7 +3,6 @@
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8


COM_AJAX="Ajax Interface"
COM_AJAX_FILE_NOT_EXISTS="The file at %s does not exist."
COM_AJAX_METHOD_NOT_EXISTS="Method %s does not exist."
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/joomla.ini
Expand Up @@ -11,8 +11,8 @@ JERROR_PARSING_LANGUAGE_FILE="&#160;: error(s) in line(s) %s"

ERROR="Error"
INFO="Info"
NOTICE="Notice"
MESSAGE="Message"
NOTICE="Notice"
WARNING="Warning"

J1="1"
Expand Down
1 change: 0 additions & 1 deletion language/en-GB/lib_joomla.sys.ini
Expand Up @@ -5,4 +5,3 @@

LIB_JOOMLA="Joomla! Platform"
LIB_JOOMLA_XML_DESCRIPTION="The Joomla! Platform is the Core of the Joomla! Content Management System."

1 change: 0 additions & 1 deletion language/en-GB/lib_simplepie.sys.ini
Expand Up @@ -4,4 +4,3 @@
; Note : All ini files need to be saved as UTF-8

LIB_SIMPLEPIE_XML_DESCRIPTION="PHP based RSS and Atom Feed Framework."

1 change: 0 additions & 1 deletion language/en-GB/mod_articles_category.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_ARTICLES_CATEGORY="Articles - Category"
MOD_ARTICLES_CATEGORY_LAYOUT_DEFAULT="Default"
MOD_ARTICLES_CATEGORY_XML_DESCRIPTION="This module displays a list of articles from one or more categories."

1 change: 0 additions & 1 deletion language/en-GB/mod_articles_latest.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_ARTICLES_LATEST="Articles - Latest"
MOD_ARTICLES_LATEST_LAYOUT_DEFAULT="Default"
MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles."

1 change: 0 additions & 1 deletion language/en-GB/mod_articles_news.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_ARTICLES_NEWS="Articles - Newsflash"
MOD_ARTICLES_NEWS_LAYOUT_DEFAULT="Default"
MOD_ARTICLES_NEWS_XML_DESCRIPTION="The Newsflash Module will display a fixed number of articles from a specific category."

1 change: 0 additions & 1 deletion language/en-GB/mod_articles_popular.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_ARTICLES_POPULAR="Articles - Most Read"
MOD_ARTICLES_POPULAR_LAYOUT_DEFAULT="Default"
MOD_POPULAR_XML_DESCRIPTION="This module shows a list of the published Articles which have the highest number of page views."

1 change: 0 additions & 1 deletion language/en-GB/mod_banners.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_BANNERS="Banners"
MOD_BANNERS_LAYOUT_DEFAULT="Default"
MOD_BANNERS_XML_DESCRIPTION="The Banner Module displays the active Banners from the Component."

1 change: 0 additions & 1 deletion language/en-GB/mod_breadcrumbs.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_BREADCRUMBS="Breadcrumbs"
MOD_BREADCRUMBS_LAYOUT_DEFAULT="Default"
MOD_BREADCRUMBS_XML_DESCRIPTION="This module displays the Breadcrumbs."

1 change: 0 additions & 1 deletion language/en-GB/mod_custom.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_CUSTOM="Custom"
MOD_CUSTOM_LAYOUT_DEFAULT="Default"
MOD_CUSTOM_XML_DESCRIPTION="This module allows you to create your own Module using a WYSIWYG editor."

1 change: 0 additions & 1 deletion language/en-GB/mod_feed.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_FEED="Feed Display"
MOD_FEED_LAYOUT_DEFAULT="Default"
MOD_FEED_XML_DESCRIPTION="This module allows the displaying of a syndicated feed."

1 change: 0 additions & 1 deletion language/en-GB/mod_footer.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_FOOTER="Footer"
MOD_FOOTER_LAYOUT_DEFAULT="Default"
MOD_FOOTER_XML_DESCRIPTION="This module shows the Joomla! copyright information."

1 change: 0 additions & 1 deletion language/en-GB/mod_login.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_LOGIN="Login"
MOD_LOGIN_LAYOUT_DEFAULT="Default"
MOD_LOGIN_XML_DESCRIPTION="This module displays a username and password login form. It also displays a link to retrieve a forgotten password. If user registration is enabled (in Users &rarr; Manage &rarr; Options), another link will be shown to enable self-registration for users."

1 change: 0 additions & 1 deletion language/en-GB/mod_menu.sys.ini
Expand Up @@ -7,4 +7,3 @@ MOD_MENU="Menu"
MOD_MENU_LAYOUT_COLLAPSE-DEFAULT="Collapsible Default Menu"
MOD_MENU_LAYOUT_DEFAULT="Default"
MOD_MENU_XML_DESCRIPTION="This module displays a menu on the Frontend."

1 change: 0 additions & 1 deletion language/en-GB/mod_random_image.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_RANDOM_IMAGE="Random Image"
MOD_RANDOM_IMAGE_LAYOUT_DEFAULT="Default"
MOD_RANDOM_IMAGE_XML_DESCRIPTION="This module displays a random image from your chosen folder."

1 change: 0 additions & 1 deletion language/en-GB/mod_stats.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_STATS="Statistics"
MOD_STATS_LAYOUT_DEFAULT="Default"
MOD_STATS_XML_DESCRIPTION="The Statistics Module shows information about your server installation together with statistics on the website users and the number of Articles in your database."

1 change: 0 additions & 1 deletion language/en-GB/mod_syndicate.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_SYNDICATE="Syndication Feeds"
MOD_SYNDICATE_LAYOUT_DEFAULT="Default"
MOD_SYNDICATE_XML_DESCRIPTION="Smart Syndication Module that creates a Syndicated Feed for the page where the Module is displayed."

1 change: 0 additions & 1 deletion language/en-GB/mod_tags_similar.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_TAGS_SIMILAR="Tags - Similar"
MOD_TAGS_SIMILAR_LAYOUT_DEFAULT="Default"
MOD_TAGS_SIMILAR_XML_DESCRIPTION="The Similar Tags Module displays links to other items with similar tags. The closeness of the match can be specified."

1 change: 0 additions & 1 deletion language/en-GB/mod_users_latest.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_USERS_LATEST="Latest Users"
MOD_USERS_LATEST_LAYOUT_DEFAULT="Default"
MOD_USERS_LATEST_XML_DESCRIPTION="This module displays the latest registered users."

1 change: 0 additions & 1 deletion language/en-GB/mod_whosonline.sys.ini
Expand Up @@ -6,4 +6,3 @@
MOD_WHOSONLINE="Who's Online"
MOD_WHOSONLINE_LAYOUT_DEFAULT="Default"
MOD_WHOSONLINE_XML_DESCRIPTION="The Who's Online Module displays the number of Anonymous Users (Guests) and Registered Users (users logged-in) that are currently accessing the website."

1 change: 1 addition & 0 deletions plugins/system/actionlogs/forms/actionlogs.xml
Expand Up @@ -20,6 +20,7 @@
label="PLG_SYSTEM_ACTIONLOGS_EXTENSIONS_NOTIFICATIONS"
multiple="true"
validate="options"
layout="joomla.form.field.list-fancy-select"
showon="actionlogsNotify:1"
/>
</fields>
Expand Down

0 comments on commit 8cb246c

Please sign in to comment.