Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[inlinehelp] Add inlinehelp toggle button for each component config [PART 2] #38014

Merged
merged 4 commits into from
Jun 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions administrator/components/com_actionlogs/config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<config addfieldprefix="Joomla\Component\Actionlogs\Administrator\Field">
<help key="User_Actions_Log:_Options"/>
<inlinehelp button="show"/>
<fieldset name="actionlogs" label="COM_ACTIONLOGS_OPTIONS">
<field
name="ip_logging"
Expand Down
4 changes: 2 additions & 2 deletions administrator/components/com_menus/config.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Menus:_Options"/>
<inlinehelp button="show"/>
<fieldset
name="page-options"
label="COM_MENUS_PAGE_OPTIONS_LABEL"
>

<help key="Menus:_Options"/>

<field
name="page_title"
type="text"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_tags/config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Tags:_Options"/>
<inlinehelp button="show"/>
<fieldset
name="taglist"
label="COM_TAGS_CONFIG_TAG_SETTINGS_LABEL"
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_templates/config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<help key="Template:_Options"/>
<inlinehelp button="show"/>
<fieldset
name="templates"
label="COM_TEMPLATES_SUBMENU_TEMPLATES"
Expand Down