[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

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

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <config>
   3      <fieldset
   4          name="permissions"
   5          label="JConfig_Permissions_Label"
   6          description="JConfig_Permissions_Desc"
   7          >
   8  
   9          <field
  10              name="rules"
  11              type="rules"
  12              label="JConfig_Permissions_Label"
  13              filter="rules"
  14              validate="rules"
  15              component="com_languages"
  16              section="component">
  17              <action
  18                  name="core.admin"
  19                  title="JACTION_ADMIN"
  20                  description="JACTION_ADMIN_COMPONENT_DESC" />
  21              <action
  22                  name="core.manage"
  23                  title="JACTION_MANAGE"
  24                  description="JACTION_MANAGE_COMPONENT_DESC" />
  25              <action
  26                  name="core.create"
  27                  title="JACTION_CREATE"
  28                  description="JACTION_CREATE_COMPONENT_DESC" />
  29              <action
  30                  name="core.delete"
  31                  title="JACTION_DELETE"
  32                  description="JACTION_DELETE_COMPONENT_DESC" />
  33              <action
  34                  name="core.edit"
  35                  title="JACTION_EDIT"
  36                  description="JACTION_EDIT_COMPONENT_DESC" />
  37              <action
  38                  name="core.edit.state"
  39                  title="JACTION_EDITSTATE"
  40                  description="JACTION_EDITSTATE_COMPONENT_DESC" />
  41          </field>
  42  
  43          <field
  44              type="hidden"
  45              name="site"
  46          />
  47          <field
  48              type="hidden"
  49              name="administrator"
  50          />
  51      </fieldset>
  52  </config>


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