diff --git a/administrator/components/com_actionlogs/views/actionlogs/view.html.php b/administrator/components/com_actionlogs/views/actionlogs/view.html.php index 2e16232e876f8..4d0a24ae8d315 100644 --- a/administrator/components/com_actionlogs/views/actionlogs/view.html.php +++ b/administrator/components/com_actionlogs/views/actionlogs/view.html.php @@ -112,6 +112,7 @@ protected function addToolbar() { JToolbarHelper::preferences('com_actionlogs'); } + JToolbarHelper::help('JHELP_COMPONENTS_ACTIONLOGS'); JToolBarHelper::custom('actionlogs.exportSelectedLogs', 'download', '', 'COM_ACTIONLOGS_EXPORT_CSV', true); JToolBarHelper::custom('actionlogs.exportLogs', 'download', '', 'COM_ACTIONLOGS_EXPORT_ALL_CSV', false); diff --git a/administrator/components/com_privacy/views/capabilities/view.html.php b/administrator/components/com_privacy/views/capabilities/view.html.php index 91532075f39c4..f6220e50d7084 100644 --- a/administrator/components/com_privacy/views/capabilities/view.html.php +++ b/administrator/components/com_privacy/views/capabilities/view.html.php @@ -82,5 +82,7 @@ protected function addToolbar() JToolbarHelper::title(JText::_('COM_PRIVACY_VIEW_CAPABILITIES'), 'dashboard'); JToolbarHelper::preferences('com_privacy'); + + JToolbarHelper::help('JHELP_COMPONENTS_PRIVACY_CAPABILITIES'); } } diff --git a/administrator/components/com_privacy/views/consents/view.html.php b/administrator/components/com_privacy/views/consents/view.html.php index 7881c52f8f2cb..394db38921b4d 100644 --- a/administrator/components/com_privacy/views/consents/view.html.php +++ b/administrator/components/com_privacy/views/consents/view.html.php @@ -111,5 +111,7 @@ protected function addToolbar() JToolbarHelper::title(JText::_('COM_PRIVACY_VIEW_CONSENTS'), 'dashboard'); JToolbarHelper::preferences('com_privacy'); + + JToolbarHelper::help('JHELP_COMPONENTS_PRIVACY_CONSENTS'); } } diff --git a/administrator/components/com_privacy/views/dashboard/view.html.php b/administrator/components/com_privacy/views/dashboard/view.html.php index 4650d7b30a3b3..7f29270f1c9d3 100644 --- a/administrator/components/com_privacy/views/dashboard/view.html.php +++ b/administrator/components/com_privacy/views/dashboard/view.html.php @@ -106,5 +106,7 @@ protected function addToolbar() JToolbarHelper::title(JText::_('COM_PRIVACY_VIEW_DASHBOARD'), 'dashboard'); JToolbarHelper::preferences('com_privacy'); + + JToolbarHelper::help('JHELP_COMPONENTS_PRIVACY_DASHBOARD'); } } diff --git a/administrator/components/com_privacy/views/request/view.html.php b/administrator/components/com_privacy/views/request/view.html.php index 55428ce0135f4..beb34a1615259 100644 --- a/administrator/components/com_privacy/views/request/view.html.php +++ b/administrator/components/com_privacy/views/request/view.html.php @@ -114,6 +114,7 @@ protected function addToolbar() JToolbarHelper::apply('request.save'); JToolbarHelper::cancel('request.cancel'); + JToolbarHelper::help('JHELP_COMPONENTS_PRIVACY_REQUEST_EDIT'); } else { @@ -163,6 +164,7 @@ protected function addToolbar() } JToolbarHelper::cancel('request.cancel', 'JTOOLBAR_CLOSE'); + JToolbarHelper::help('JHELP_COMPONENTS_PRIVACY_REQUEST'); } } } diff --git a/administrator/components/com_privacy/views/requests/view.html.php b/administrator/components/com_privacy/views/requests/view.html.php index 2dfa26191ec6c..e085710bad416 100644 --- a/administrator/components/com_privacy/views/requests/view.html.php +++ b/administrator/components/com_privacy/views/requests/view.html.php @@ -111,6 +111,9 @@ protected function addToolbar() JToolbarHelper::title(JText::_('COM_PRIVACY_VIEW_REQUESTS'), 'dashboard'); JToolbarHelper::addNew('request.add'); + JToolbarHelper::preferences('com_privacy'); + JToolbarHelper::help('JHELP_COMPONENTS_PRIVACY_REQUESTS'); + } } diff --git a/administrator/language/en-GB/en-GB.ini b/administrator/language/en-GB/en-GB.ini index d2915189fe884..b8ccb778114f6 100644 --- a/administrator/language/en-GB/en-GB.ini +++ b/administrator/language/en-GB/en-GB.ini @@ -646,6 +646,7 @@ JGRID_HEADING_ORDERING="Ordering" JGRID_HEADING_ORDERING_ASC="Ordering ascending" JGRID_HEADING_ORDERING_DESC="Ordering descending" +JHELP_COMPONENTS_ACTIONLOGS="Components_Actionlogs" JHELP_COMPONENTS_ASSOCIATIONS="Components_Associations" JHELP_COMPONENTS_ASSOCIATIONS_EDIT="Components_Associations_Edit" JHELP_COMPONENTS_BANNERS_BANNERS_EDIT="Components_Banners_Banners_Edit" @@ -711,6 +712,12 @@ JHELP_COMPONENTS_NEWSFEEDS_CATEGORY_EDIT="Components_Newsfeeds_Categories_Edit" JHELP_COMPONENTS_NEWSFEEDS_FEEDS_EDIT="Components_Newsfeeds_Feeds_Edit" JHELP_COMPONENTS_NEWSFEEDS_FEEDS="Components_Newsfeeds_Feeds" JHELP_COMPONENTS_POST_INSTALLATION_MESSAGES="Components_Post_installation_Messages" +JHELP_COMPONENTS_PRIVACY_CAPABILITIES="Components_Privacy_Capabilities" +JHELP_COMPONENTS_PRIVACY_CONSENTS="Components_Privacy_Consents" +JHELP_COMPONENTS_PRIVACY_DASHBOARD="Components_Privacy_Dashboard" +JHELP_COMPONENTS_PRIVACY_REQUEST="Components_Privacy_Request" +JHELP_COMPONENTS_PRIVACY_REQUEST_EDIT="Components_Privacy_Request_Edit" +JHELP_COMPONENTS_PRIVACY_REQUESTS="Components_Privacy_Requests" JHELP_COMPONENTS_REDIRECT_MANAGER_EDIT="Components_Redirect_Manager_Edit" JHELP_COMPONENTS_REDIRECT_MANAGER="Components_Redirect_Manager" JHELP_COMPONENTS_SEARCH="Components_Search"