Skip to content

Commit

Permalink
[4.0]com_contact xml codestyle
Browse files Browse the repository at this point in the history
Just codestyle changes - tabs and new lines

code review
  • Loading branch information
brianteeman committed May 20, 2021
1 parent 15c0317 commit 9b9b25c
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 178 deletions.
24 changes: 19 additions & 5 deletions components/com_contact/tmpl/category/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@

<!-- Add fields to the parameters object for the layout. -->
<fields name="params">
<fieldset name="basic" label="JGLOBAL_CATEGORY_OPTIONS" description="JGLOBAL_SUBSLIDER_DRILL_CATEGORIES_LABEL">
<fieldset
name="basic"
label="JGLOBAL_CATEGORY_OPTIONS"
description="JGLOBAL_SUBSLIDER_DRILL_CATEGORIES_LABEL"
>

<field
name="show_category_heading_title_text"
Expand Down Expand Up @@ -146,7 +150,11 @@
</field>
</fieldset>

<fieldset name="advanced" label="JGLOBAL_LIST_LAYOUT_OPTIONS" description="JGLOBAL_SUBSLIDER_DRILL_CATEGORIES_LABEL">
<fieldset
name="advanced"
label="JGLOBAL_LIST_LAYOUT_OPTIONS"
description="JGLOBAL_SUBSLIDER_DRILL_CATEGORIES_LABEL"
>

<field
name="filter_field"
Expand Down Expand Up @@ -349,8 +357,11 @@
</field>
</fieldset>

<fieldset name="contact" label="COM_CONTACT_BASIC_OPTIONS_FIELDSET_LABEL"
addfieldprefix="Joomla\Component\Fields\Administrator\Field">
<fieldset
name="contact"
label="COM_CONTACT_BASIC_OPTIONS_FIELDSET_LABEL"
addfieldprefix="Joomla\Component\Fields\Administrator\Field"
>

<field
name="contact_layout"
Expand Down Expand Up @@ -706,7 +717,10 @@
/>
</fieldset>
<!-- Form options. -->
<fieldset name="Contact_Form" label="COM_CONTACT_MAIL_FIELDSET_LABEL">
<fieldset
name="Contact_Form"
label="COM_CONTACT_MAIL_FIELDSET_LABEL"
>

<field
name="show_email_form"
Expand Down
7 changes: 4 additions & 3 deletions components/com_contact/tmpl/contact/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<!-- Basic options. -->
<fieldset name="params"
label="COM_CONTACT_BASIC_OPTIONS_FIELDSET_LABEL"
>
>

<field
name="show_contact_category"
Expand Down Expand Up @@ -404,9 +404,10 @@
</fieldset>

<!-- Form options. -->
<fieldset name="Contact_Form"
<fieldset
name="Contact_Form"
label="COM_CONTACT_MAIL_FIELDSET_LABEL"
>
>

<field
name="show_email_form"
Expand Down

0 comments on commit 9b9b25c

Please sign in to comment.