Skip to content

Commit

Permalink
Moved field to the right position
Browse files Browse the repository at this point in the history
Language String changed
  • Loading branch information
coolcat-creations committed Oct 29, 2017
1 parent 741c13d commit a942f52
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions administrator/components/com_fields/models/forms/field.xml
Expand Up @@ -249,16 +249,13 @@
/>

<field
name="showlabel"
type="radio"
label="COM_FIELDS_FIELD_SHOWLABEL_LABEL"
description="COM_FIELDS_FIELD_SHOWLABEL_DESC"
class="btn-group btn-group-yesno"
default="1"
>
<option value="1">JSHOW</option>
<option value="0">JHIDE</option>
</field>
name="label_class"
type="textarea"
label="COM_FIELDS_FIELD_LABEL_FORM_CLASS_LABEL"
description="COM_FIELDS_FIELD_LABEL_FORM_CLASS_DESC"
class="input-xxlarge"
size="40"
/>

<field
name="show_on"
Expand Down Expand Up @@ -289,13 +286,16 @@
/>

<field
name="label_render_class"
type="textarea"
label="COM_FIELDS_FIELD_LABEL_RENDER_CLASS_LABEL"
description="COM_FIELDS_FIELD_LABEL_RENDER_CLASS_DESC"
class="input-xxlarge"
size="40"
/>
name="showlabel"
type="radio"
label="COM_FIELDS_FIELD_SHOWLABEL_LABEL"
description="COM_FIELDS_FIELD_SHOWLABEL_DESC"
class="btn-group btn-group-yesno"
default="1"
>
<option value="1">JSHOW</option>
<option value="0">JHIDE</option>
</field>

<field
name="display"
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/en-GB.com_fields.ini
Expand Up @@ -8,7 +8,7 @@ COM_FIELDS_BATCH_GROUP_LABEL="To Move or Copy your selection please select a gro
COM_FIELDS_BATCH_GROUP_OPTION_NONE="- No Group -"
COM_FIELDS_ERROR_UNIQUE_NAME="Another Field has the same name (remember it may be a trashed item)."
COM_FIELDS_FIELD_CLASS_DESC="The class attributes of the field in the edit form. If multiple classes are needed, list them with spaces."
COM_FIELDS_FIELD_CLASS_LABEL="Edit Class"
COM_FIELDS_FIELD_CLASS_LABEL="Field Class"
COM_FIELDS_FIELD_FORMOPTIONS_HEADING="<strong>Form Options</strong>"
COM_FIELDS_FIELD_RENDEROPTIONS_HEADING="<strong>Render Options</strong>"
COM_FIELDS_FIELD_SHOWLABEL_DESC="Show or Hide the label when the field renders."
Expand Down

0 comments on commit a942f52

Please sign in to comment.