<?xml version="1.0" encoding="utf-8"?>
<form>
    <fieldset>
        <field
                name="extension_id"
                label="JGLOBAL_FIELD_ID_LABEL"
                description="JGLOBAL_FIELD_ID_DESC"
                type="text"
                default="0"
                readonly="true"
                class="readonly"/>

        <field
                name="name"
                type="hidden"
                label="COM_PLUGINS_FIELD_NAME_LABEL"
                description="COM_PLUGINS_FIELD_NAME_DESC"/>

        <field
                name="enabled"
                type="list"
                class="inputbox"
                label="JSTATUS"
                description="COM_PLUGINS_FIELD_ENABLED_DESC"
                size="1"
                default="1">
            <option value="1">JENABLED</option>
            <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"
                label="JFIELD_ACCESS_LABEL"
                description="JFIELD_ACCESS_DESC"
                class="inputbox"
                size="1"/>

        <field addfieldpath="administrator/components/com_plugins/models/fields"
               name="ordering"
               type="Pluginordering"
               class="inputbox"
               label="JFIELD_ORDERING_LABEL"
               description="JFIELD_ORDERING_DESC"/>

    </fieldset>
</form>
