You've already forked joomla_test
first commit
This commit is contained in:
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
65
administrator/components/com_plugins/models/forms/plugin.xml
Normal file
65
administrator/components/com_plugins/models/forms/plugin.xml
Normal file
@ -0,0 +1,65 @@
|
||||
<?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="radio"
|
||||
class="btn-group"
|
||||
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
|
||||
name="ordering"
|
||||
type="ordering"
|
||||
class="inputbox"
|
||||
label="JFIELD_ORDERING_LABEL"
|
||||
description="JFIELD_ORDERING_DESC" />
|
||||
|
||||
</fieldset>
|
||||
</form>
|
Reference in New Issue
Block a user