Skip to content

Commit

Permalink
Merge pull request #8 from beat/jux-layout-items
Browse files Browse the repository at this point in the history
Fixed Apply an Save buttons in Plugin Edit
  • Loading branch information
beat committed Oct 8, 2013
2 parents ab009e0 + d6774c7 commit 21bf84a
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions administrator/components/com_plugins/models/forms/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,6 @@
<option value="0">JDISABLED</option>
</field>

<field
name="folder"
type="text"
class="readonly"
size="20"
label="COM_PLUGINS_FIELD_FOLDER_LABEL"
description="COM_PLUGINS_FIELD_FOLDER_DESC"
readonly="true" />

<field
name="element"
type="text"
class="readonly"
size="20"
label="COM_PLUGINS_FIELD_ELEMENT_LABEL"
description="COM_PLUGINS_FIELD_ELEMENT_DESC"
readonly="true" />

<field
name="access"
type="accesslevel"
Expand All @@ -64,4 +46,24 @@
description="JFIELD_ORDERING_DESC" />

</fieldset>

<fieldset name="basic">
<field
name="folder"
type="text"
class="readonly"
size="20"
label="COM_PLUGINS_FIELD_FOLDER_LABEL"
description="COM_PLUGINS_FIELD_FOLDER_DESC"
readonly="true" />

<field
name="element"
type="text"
class="readonly"
size="20"
label="COM_PLUGINS_FIELD_ELEMENT_LABEL"
description="COM_PLUGINS_FIELD_ELEMENT_DESC"
readonly="true" />
</fieldset>
</form>

0 comments on commit 21bf84a

Please sign in to comment.