diff --git a/core/modules/help_topics/help_topics/config-basic.html.twig b/core/modules/help_topics/help_topics/core.config_basic.html.twig similarity index 95% rename from core/modules/help_topics/help_topics/config-basic.html.twig rename to core/modules/help_topics/help_topics/core.config_basic.html.twig index 82a0884487..09fcb5b9d0 100644 --- a/core/modules/help_topics/help_topics/config-basic.html.twig +++ b/core/modules/help_topics/help_topics/core.config_basic.html.twig @@ -1,6 +1,6 @@ - + {% set regional_url = render_var(url('system.regional_settings')) %} {% set information_url = render_var(url('system.site_information_settings')) %} {% set datetime_url = render_var(url('entity.date_format.collection')) %} diff --git a/core/modules/help_topics/help_topics/config-error.html.twig b/core/modules/help_topics/help_topics/core.config_error.html.twig similarity index 96% rename from core/modules/help_topics/help_topics/config-error.html.twig rename to core/modules/help_topics/help_topics/core.config_error.html.twig index bf303babb6..f91fc2a64e 100644 --- a/core/modules/help_topics/help_topics/config-error.html.twig +++ b/core/modules/help_topics/help_topics/core.config_error.html.twig @@ -1,5 +1,5 @@ - + {% set log_settings_url = render_var(url('system.logging_settings')) %} {% set site_settings_url = render_var(url('system.site_information_settings')) %}

{% trans %}Configuring 403/404 pages{% endtrans %}

diff --git a/core/modules/help_topics/help_topics/maintenance.html.twig b/core/modules/help_topics/help_topics/core.maintenance.html.twig similarity index 100% rename from core/modules/help_topics/help_topics/maintenance.html.twig rename to core/modules/help_topics/help_topics/core.maintenance.html.twig diff --git a/core/modules/help_topics/help_topics/menu-overview.html.twig b/core/modules/help_topics/help_topics/core.menu_overview.html.twig similarity index 100% rename from core/modules/help_topics/help_topics/menu-overview.html.twig rename to core/modules/help_topics/help_topics/core.menu_overview.html.twig diff --git a/core/modules/help_topics/help_topics/security.html.twig b/core/modules/help_topics/help_topics/core.security.html.twig similarity index 75% rename from core/modules/help_topics/help_topics/security.html.twig rename to core/modules/help_topics/help_topics/core.security.html.twig index 4c9b8a7b83..63b12c4937 100644 --- a/core/modules/help_topics/help_topics/security.html.twig +++ b/core/modules/help_topics/help_topics/core.security.html.twig @@ -1,4 +1,4 @@ - +

{% trans %}The topics listed here will help you make and keep your site secure.{% endtrans %}

diff --git a/core/modules/help_topics/help_topics/ui-accessibility.html.twig b/core/modules/help_topics/help_topics/core.ui_accessibility.html.twig similarity index 92% rename from core/modules/help_topics/help_topics/ui-accessibility.html.twig rename to core/modules/help_topics/help_topics/core.ui_accessibility.html.twig index 80c5f3d994..f93aa4d580 100644 --- a/core/modules/help_topics/help_topics/ui-accessibility.html.twig +++ b/core/modules/help_topics/help_topics/core.ui_accessibility.html.twig @@ -1,5 +1,5 @@ - +

{% trans %}The following features of the administrative user interface may help administrative users with disabilities access your site:{% endtrans %}

{% trans %}Disabling drag-and-drop functionality{% endtrans %}
diff --git a/core/modules/help_topics/help_topics/ui-components.html.twig b/core/modules/help_topics/help_topics/core.ui_components.html.twig similarity index 100% rename from core/modules/help_topics/help_topics/ui-components.html.twig rename to core/modules/help_topics/help_topics/core.ui_components.html.twig diff --git a/core/modules/help_topics/help_topics/ui-contextual.html.twig b/core/modules/help_topics/help_topics/core.ui_contextual.html.twig similarity index 97% rename from core/modules/help_topics/help_topics/ui-contextual.html.twig rename to core/modules/help_topics/help_topics/core.ui_contextual.html.twig index 8835c298c6..202a285404 100644 --- a/core/modules/help_topics/help_topics/ui-contextual.html.twig +++ b/core/modules/help_topics/help_topics/core.ui_contextual.html.twig @@ -1,5 +1,5 @@ - +

{% trans %}What are contextual links?{% endtrans %}

{% trans %}Contextual links give users with the Use contextual links permission quick access to administrative tasks related to areas of non-administrative pages. For example, if a page on your site displays a block, the block would have a contextual link that would allow users with permission to configure the block. If the block contains a menu or a view, it would also have a contextual link for editing the menu links or the view. Clicking a contextual link takes you to the related administrative page directly, without needing to navigate through the administrative menu system.{% endtrans %}

{% trans %}Displaying and using contextual links{% endtrans %}

diff --git a/core/modules/help_topics/help_topics/ui-tours.html.twig b/core/modules/help_topics/help_topics/core.ui_tours.html.twig similarity index 93% rename from core/modules/help_topics/help_topics/ui-tours.html.twig rename to core/modules/help_topics/help_topics/core.ui_tours.html.twig index 16530c50dc..7edf84283b 100644 --- a/core/modules/help_topics/help_topics/ui-tours.html.twig +++ b/core/modules/help_topics/help_topics/core.ui_tours.html.twig @@ -1,5 +1,5 @@ - +

{% trans %}What are tours?{% endtrans %}

{% trans %}The core Tour module provides users with tours, which are guided tours of the administrative interface. Each tour starts on a particular administrative page, and consists of one or more tips that highlight elements of the page, guide you through a workflow, or explain key concepts. Users need Access tour permission to view tours, and JavaScript must be enabled in their browsers.{% endtrans %}

{% trans %}Viewing tours{% endtrans %}

diff --git a/core/modules/help_topics/help_topics/help-topic-writing.html.twig b/core/modules/help_topics/help_topics/help_topics.help_topic_writing.html.twig similarity index 100% rename from core/modules/help_topics/help_topics/help-topic-writing.html.twig rename to core/modules/help_topics/help_topics/help_topics.help_topic_writing.html.twig diff --git a/core/modules/help_topics/help_topics/ui-shortcuts.html.twig b/core/modules/help_topics/help_topics/shortcut.ui_shortcuts.html.twig similarity index 96% rename from core/modules/help_topics/help_topics/ui-shortcuts.html.twig rename to core/modules/help_topics/help_topics/shortcut.ui_shortcuts.html.twig index 21d8a40ee8..0228a37acf 100644 --- a/core/modules/help_topics/help_topics/ui-shortcuts.html.twig +++ b/core/modules/help_topics/help_topics/shortcut.ui_shortcuts.html.twig @@ -1,5 +1,5 @@ - +

{% trans %}What are shortcuts?{% endtrans %}

{% trans %}Shortcuts are quick links to administrative pages; they are managed by the core Shortcut module. A site can have one or more shortcut sets, which can be shared by one or more users; each set contains one or more shortcuts. Users need Use shortcuts permission to view shortcuts; Edit current shortcut set permission to add, delete, or edit the shortcuts in the set assigned to them; and Select any shortcut set permission to select a different shortcut set when editing their user profile. There is also an Administer shortcuts permission, which allows an administrator to do any of these actions, and also permits assigning shortcut sets to other users.{% endtrans %}

{% trans %}Creating and deleting shortcuts{% endtrans %}

diff --git a/core/modules/help_topics/help_topics/security-account-settings.html.twig b/core/modules/help_topics/help_topics/user.security_account_settings.html.twig similarity index 95% rename from core/modules/help_topics/help_topics/security-account-settings.html.twig rename to core/modules/help_topics/help_topics/user.security_account_settings.html.twig index d8f1c3b6f0..ef2d25a757 100644 --- a/core/modules/help_topics/help_topics/security-account-settings.html.twig +++ b/core/modules/help_topics/help_topics/user.security_account_settings.html.twig @@ -1,5 +1,5 @@ - + {% set account_settings_url = render_var(url('entity.user.admin_form')) %}

{% trans %}On the Account settings page, which you can reach from the Manage administrative menu, by navigating to Configuration > People > Account settings (requires the Administer account settings permission), you can configure several settings related to how user accounts are created:{% endtrans %}