[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/administrator/components/com_installer/ -> config.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <config>
   3      <fieldset
   4          name="preferences"
   5          label="COM_INSTALLER_PREFERENCES_LABEL"
   6          description="COM_INSTALLER_PREFERENCES_DESCRIPTION"
   7          >
   8          <field
   9              name="cachetimeout"
  10              type="integer"
  11              label="COM_INSTALLER_CACHETIMEOUT_LABEL"
  12              description="COM_INSTALLER_CACHETIMEOUT_DESC"
  13              first="0"
  14              last="24"
  15              step="1"
  16              default="6"
  17              />
  18      </fieldset>
  19      <fieldset
  20          name="permissions"
  21          label="JCONFIG_PERMISSIONS_LABEL"
  22          description="JCONFIG_PERMISSIONS_DESC"
  23          >
  24  
  25          <field
  26              name="rules"
  27              type="rules"
  28              label="JCONFIG_PERMISSIONS_LABEL"
  29              filter="rules"
  30              validate="rules"
  31              component="com_installer"
  32              section="component">
  33              <!-- Using simplified actions definition -->
  34              <action
  35                  name="core.admin"
  36                  title="JACTION_ADMIN"
  37                  description="JACTION_ADMIN_COMPONENT_DESC" />
  38              <action
  39                  name="core.manage"
  40                  title="JACTION_MANAGE"
  41                  description="JACTION_MANAGE_COMPONENT_DESC" />
  42              <action
  43                  name="core.delete"
  44                  title="JACTION_DELETE"
  45                  description="JACTION_DELETE_COMPONENT_DESC" />
  46              <action
  47                  name="core.edit.state"
  48                  title="JACTION_EDITSTATE"
  49                  description="JACTION_EDITSTATE_COMPONENT_DESC" />
  50          </field>
  51      </fieldset>
  52  </config>


Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1