Skip to content

Commit

Permalink
[5.2] Custom Reply description (#43870)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman authored Aug 15, 2024
1 parent 199e7da commit 8f4dcfc
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion administrator/components/com_contact/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -980,8 +980,9 @@
<field
name="custom_reply"
type="radio"
layout="joomla.form.field.radio.switcher"
label="COM_CONTACT_FIELD_CONFIG_CUSTOM_REPLY_LABEL"
description="COM_CONTACT_FIELD_CONFIG_CUSTOM_REPLY_DESC"
layout="joomla.form.field.radio.switcher"
default="0"
showon="show_email_form:1"
>
Expand Down
1 change: 1 addition & 0 deletions administrator/components/com_contact/forms/contact.xml
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@
name="custom_reply"
type="list"
label="COM_CONTACT_FIELD_CONFIG_CUSTOM_REPLY_LABEL"
description="COM_CONTACT_FIELD_CONFIG_CUSTOM_REPLY_DESC"
useglobal="true"
validate="options"
>
Expand Down
1 change: 1 addition & 0 deletions administrator/language/en-GB/com_contact.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ COM_CONTACT_FIELD_CONFIG_CATEGORIES_DESC="These settings apply for Contact Categ
COM_CONTACT_FIELD_CONFIG_CATEGORY_DESC="These settings apply for Contact Category Options unless they are changed for a specific menu item."
COM_CONTACT_FIELD_CONFIG_CONTACT_FORM="Form"
COM_CONTACT_FIELD_CONFIG_COUNTRY_LABEL="Country"
COM_CONTACT_FIELD_CONFIG_CUSTOM_REPLY_DESC="Stops Joomla from sending the email, allowing for Plugins to handle integration with other systems."
COM_CONTACT_FIELD_CONFIG_CUSTOM_REPLY_LABEL="Custom Reply"
COM_CONTACT_FIELD_CONFIG_FAX_LABEL="Fax"
COM_CONTACT_FIELD_CONFIG_INDIVIDUAL_CONTACT_DESC="These settings apply for a single Contact unless they are changed for a specific menu item or Contact."
Expand Down
1 change: 1 addition & 0 deletions components/com_contact/tmpl/categories/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@
name="custom_reply"
type="list"
label="COM_CONTACT_FIELD_CONFIG_CUSTOM_REPLY_LABEL"
description="COM_CONTACT_FIELD_CONFIG_CUSTOM_REPLY_DESC"
useglobal="true"
class="form-select-color-state"
validate="options"
Expand Down
1 change: 1 addition & 0 deletions components/com_contact/tmpl/category/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@
name="custom_reply"
type="list"
label="COM_CONTACT_FIELD_CONFIG_CUSTOM_REPLY_LABEL"
description="COM_CONTACT_FIELD_CONFIG_CUSTOM_REPLY_DESC"
useglobal="true"
class="form-select-color-state"
validate="options"
Expand Down
1 change: 1 addition & 0 deletions components/com_contact/tmpl/contact/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@
name="custom_reply"
type="list"
label="COM_CONTACT_FIELD_CONFIG_CUSTOM_REPLY_LABEL"
description="COM_CONTACT_FIELD_CONFIG_CUSTOM_REPLY_DESC"
useglobal="true"
class="form-select-color-state"
validate="options"
Expand Down
1 change: 1 addition & 0 deletions components/com_contact/tmpl/featured/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@
name="custom_reply"
type="list"
label="COM_CONTACT_FIELD_CONFIG_CUSTOM_REPLY_LABEL"
description="COM_CONTACT_FIELD_CONFIG_CUSTOM_REPLY_DESC"
useglobal="true"
class="form-select-color-state"
validate="options"
Expand Down

0 comments on commit 8f4dcfc

Please sign in to comment.