/administrator/components/com_plugins/models/forms/plugin.xml

https://bitbucket.org/eternaware/joomus · XML · 69 lines · 62 code · 7 blank · 0 comment · 0 complexity · ab3ac2c55cdc7f7854ba82e0c059e7c8 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <form>
  3. <fieldset>
  4. <field
  5. name="extension_id"
  6. label="JGLOBAL_FIELD_ID_LABEL"
  7. description ="JGLOBAL_FIELD_ID_DESC"
  8. type="text"
  9. default="0"
  10. readonly="true"
  11. class="readonly" />
  12. <field
  13. name="name"
  14. type="hidden"
  15. label="COM_PLUGINS_FIELD_NAME_LABEL"
  16. description="COM_PLUGINS_FIELD_NAME_DESC" />
  17. <field
  18. name="enabled"
  19. type="list"
  20. label="JSTATUS"
  21. description="COM_PLUGINS_FIELD_ENABLED_DESC"
  22. class="inputbox"
  23. size="1"
  24. default="1">
  25. <option
  26. value="1">
  27. JENABLED</option>
  28. <option
  29. value="0">
  30. JDISABLED</option>
  31. </field>
  32. <field
  33. name="folder"
  34. type="text"
  35. class="readonly"
  36. size="20"
  37. label="COM_PLUGINS_FIELD_FOLDER_LABEL"
  38. description="COM_PLUGINS_FIELD_FOLDER_DESC"
  39. readonly="true" />
  40. <field
  41. name="element"
  42. type="text"
  43. class="readonly"
  44. size="20"
  45. label="COM_PLUGINS_FIELD_ELEMENT_LABEL"
  46. description="COM_PLUGINS_FIELD_ELEMENT_DESC"
  47. readonly="true" />
  48. <field
  49. name="access"
  50. type="accesslevel"
  51. label="JFIELD_ACCESS_LABEL"
  52. description="JFIELD_ACCESS_DESC"
  53. class="inputbox"
  54. size="1" />
  55. <field
  56. name="ordering"
  57. type="ordering"
  58. class="inputbox"
  59. label="JFIELD_ORDERING_LABEL"
  60. description="JFIELD_ORDERING_DESC" />
  61. </fieldset>
  62. </form>