Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
astridx committed Feb 17, 2020
1 parent 1cb34cf commit 5670046
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions administrator/components/com_contact/forms/contact.xml
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<form>

<fieldset addfieldprefix="Joomla\Component\Contact\Administrator\Field">

<field
name="id"
type="number"
Expand Down Expand Up @@ -267,7 +265,6 @@
</fieldset>

<fieldset name="details" label="COM_CONTACT_CONTACT_DETAILS">

<field
name="@text_details"
type="note"
Expand Down Expand Up @@ -386,11 +383,8 @@
</fieldset>

<fields name="params">

<fieldset name="display" label="JGLOBAL_FIELDSET_DISPLAY_OPTIONS">

<fieldset name="basic" label="JGLOBAL_FIELDSET_DISPLAY_OPTIONS">

<field
name="show_contact_category"
type="list"
Expand Down Expand Up @@ -673,11 +667,9 @@
view="contact"
useglobal="true"
/>

</fieldset>

<fieldset name="link" label="JGLOBAL_FIELDSET_DISPLAY_LINK_OPTIONS">

<field
name="show_links"
type="list"
Expand All @@ -704,12 +696,12 @@
validate="url"
/>

<field
name="linkd_name"
type="text"
label="COM_CONTACT_FIELD_LINKD_NAME_LABEL"
size="30"
/>
<field
name="linkd_name"
type="text"
label="COM_CONTACT_FIELD_LINKD_NAME_LABEL"
size="30"
/>

<field
name="linkb"
Expand Down Expand Up @@ -772,7 +764,6 @@

<fieldset name="email" label="COM_CONTACT_FIELDSET_CONTACT_LABEL">
<fieldset name="form" label="COM_CONTACT_FIELDSET_FORM_LABEL">

<field
name="show_email_form"
type="list"
Expand Down Expand Up @@ -824,9 +815,7 @@
</fields>

<fields name="metadata" label="JGLOBAL_FIELDSET_METADATA_OPTIONS">

<fieldset name="jmetadata" label="JGLOBAL_FIELDSET_METADATA_OPTIONS">

<field
name="robots"
type="list"
Expand Down

0 comments on commit 5670046

Please sign in to comment.