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

[5.1] com_redirect - inline help for Activate Advanced Mode button #519

Closed
joomlapl-bot opened this issue May 21, 2024 · 0 comments · Fixed by #522
Closed

[5.1] com_redirect - inline help for Activate Advanced Mode button #519

joomlapl-bot opened this issue May 21, 2024 · 0 comments · Fixed by #522

Comments

@joomlapl-bot
Copy link
Collaborator

PR w związku ze zmianą oryginału joomla/joomla-cms#43435 Poniżej zmiany w oryginale:

Click to expand the diff!
diff --git a/administrator/components/com_redirect/config.xml b/administrator/components/com_redirect/config.xml
index c8f3d2f63880..ef52d451120e 100644
--- a/administrator/components/com_redirect/config.xml
+++ b/administrator/components/com_redirect/config.xml
@@ -10,6 +10,7 @@
 			name="mode"
 			type="radio"
 			label="COM_REDIRECT_MODE_LABEL"
+			description="COM_REDIRECT_MODE_DESC"
 			layout="joomla.form.field.radio.switcher"
 			default="0"
 			>
diff --git a/administrator/language/en-GB/com_redirect.ini b/administrator/language/en-GB/com_redirect.ini
index 7fb4e39ed45e..76501a2367e2 100644
--- a/administrator/language/en-GB/com_redirect.ini
+++ b/administrator/language/en-GB/com_redirect.ini
@@ -66,6 +66,7 @@ COM_REDIRECT_HEADING_STATUS_CODE_DESC="Status Code descending"
 COM_REDIRECT_MANAGER_LINK_EDIT="Redirects: Edit"
 COM_REDIRECT_MANAGER_LINK_NEW="Redirects: New"
 COM_REDIRECT_MANAGER_LINKS="Redirects: Links"
+COM_REDIRECT_MODE_DESC="The Advanced Mode allows the use of HTTP 1.1 status codes other than the default '301 Permanently Moved'."
 COM_REDIRECT_MODE_LABEL="Activate Advanced Mode"
 COM_REDIRECT_N_ITEMS_ARCHIVED="%d links archived."
 COM_REDIRECT_N_ITEMS_ARCHIVED_1="Link archived."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants