Advertisement
Guest User

jform code

a guest
Jun 4th, 2014
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 106.34 KB | None | 0 0
  1. JForm Object
  2. (
  3.     [data:protected] => JRegistry Object
  4.         (
  5.             [data:protected] => stdClass Object
  6.                 (
  7.                 )
  8.  
  9.         )
  10.  
  11.     [errors:protected] => Array
  12.         (
  13.         )
  14.  
  15.     [name:protected] => com_content.article
  16.     [options:protected] => Array
  17.         (
  18.             [control] => jform
  19.         )
  20.  
  21.     [xml:protected] => SimpleXMLElement Object
  22.         (
  23.             [fieldset] => SimpleXMLElement Object
  24.                 (
  25.                     [@attributes] => Array
  26.                         (
  27.                             [addfieldpath] => /administrator/components/com_categories/models/fields
  28.                         )
  29.  
  30.                     [field] => Array
  31.                         (
  32.                             [0] => SimpleXMLElement Object
  33.                                 (
  34.                                     [@attributes] => Array
  35.                                         (
  36.                                             [name] => id
  37.                                             [type] => text
  38.                                             [class] => readonly
  39.                                             [label] => JGLOBAL_FIELD_ID_LABEL
  40.                                             [description] => JGLOBAL_FIELD_ID_DESC
  41.                                             [size] => 10
  42.                                             [default] => 0
  43.                                             [readonly] => true
  44.                                         )
  45.  
  46.                                 )
  47.  
  48.                             [1] => SimpleXMLElement Object
  49.                                 (
  50.                                     [@attributes] => Array
  51.                                         (
  52.                                             [name] => asset_id
  53.                                             [type] => hidden
  54.                                             [filter] => unset
  55.                                         )
  56.  
  57.                                 )
  58.  
  59.                             [2] => SimpleXMLElement Object
  60.                                 (
  61.                                     [@attributes] => Array
  62.                                         (
  63.                                             [name] => title
  64.                                             [type] => text
  65.                                             [label] => JGLOBAL_TITLE
  66.                                             [description] => JFIELD_TITLE_DESC
  67.                                             [class] => inputbox input-xxlarge input-large-text
  68.                                             [size] => 40
  69.                                             [required] => true
  70.                                         )
  71.  
  72.                                 )
  73.  
  74.                             [3] => SimpleXMLElement Object
  75.                                 (
  76.                                     [@attributes] => Array
  77.                                         (
  78.                                             [name] => alias
  79.                                             [type] => text
  80.                                             [label] => JFIELD_ALIAS_LABEL
  81.                                             [description] => JFIELD_ALIAS_DESC
  82.                                             [hint] => JFIELD_ALIAS_PLACEHOLDER
  83.                                             [class] => inputbox
  84.                                             [size] => 40
  85.                                         )
  86.  
  87.                                 )
  88.  
  89.                             [4] => SimpleXMLElement Object
  90.                                 (
  91.                                     [@attributes] => Array
  92.                                         (
  93.                                             [name] => version_note
  94.                                             [type] => text
  95.                                             [label] => JGLOBAL_FIELD_VERSION_NOTE_LABEL
  96.                                             [description] => JGLOBAL_FIELD_VERSION_NOTE_DESC
  97.                                             [class] => inputbox span12
  98.                                             [size] => 45
  99.                                         )
  100.  
  101.                                 )
  102.  
  103.                             [5] => SimpleXMLElement Object
  104.                                 (
  105.                                     [@attributes] => Array
  106.                                         (
  107.                                             [name] => articletext
  108.                                             [type] => editor
  109.                                             [class] => inputbox
  110.                                             [label] => COM_CONTENT_FIELD_ARTICLETEXT_LABEL
  111.                                             [description] => COM_CONTENT_FIELD_ARTICLETEXT_DESC
  112.                                             [filter] => JComponentHelper::filterText
  113.                                             [buttons] => true
  114.                                         )
  115.  
  116.                                 )
  117.  
  118.                             [6] => SimpleXMLElement Object
  119.                                 (
  120.                                     [@attributes] => Array
  121.                                         (
  122.                                             [name] => state
  123.                                             [type] => list
  124.                                             [label] => JSTATUS
  125.                                             [description] => JFIELD_PUBLISHED_DESC
  126.                                             [class] => chzn-color-state
  127.                                             [filter] => intval
  128.                                             [size] => 1
  129.                                             [default] => 1
  130.                                         )
  131.  
  132.                                     [option] => Array
  133.                                         (
  134.                                             [0] =>
  135.                 JPUBLISHED
  136.                                             [1] =>
  137.                 JUNPUBLISHED
  138.                                             [2] =>
  139.                 JARCHIVED
  140.                                             [3] =>
  141.                 JTRASHED
  142.                                         )
  143.  
  144.                                 )
  145.  
  146.                             [7] => SimpleXMLElement Object
  147.                                 (
  148.                                     [@attributes] => Array
  149.                                         (
  150.                                             [name] => catid
  151.                                             [type] => categoryedit
  152.                                             [label] => JCATEGORY
  153.                                             [description] => JFIELD_CATEGORY_DESC
  154.                                             [class] => inputbox
  155.                                             [required] => true
  156.                                         )
  157.  
  158.                                 )
  159.  
  160.                             [8] => SimpleXMLElement Object
  161.                                 (
  162.                                     [@attributes] => Array
  163.                                         (
  164.                                             [name] => tags
  165.                                             [type] => tag
  166.                                             [label] => JTAG
  167.                                             [description] => JTAG_DESC
  168.                                             [class] => inputbox span12
  169.                                             [multiple] => true
  170.                                         )
  171.  
  172.                                 )
  173.  
  174.                             [9] => SimpleXMLElement Object
  175.                                 (
  176.                                     [@attributes] => Array
  177.                                         (
  178.                                             [name] => buttonspacer
  179.                                             [description] => JGLOBAL_ACTION_PERMISSIONS_DESCRIPTION
  180.                                             [type] => spacer
  181.                                         )
  182.  
  183.                                 )
  184.  
  185.                             [10] => SimpleXMLElement Object
  186.                                 (
  187.                                     [@attributes] => Array
  188.                                         (
  189.                                             [name] => created
  190.                                             [type] => calendar
  191.                                             [label] => COM_CONTENT_FIELD_CREATED_LABEL
  192.                                             [description] => COM_CONTENT_FIELD_CREATED_DESC
  193.                                             [class] => inputbox
  194.                                             [size] => 22
  195.                                             [format] => %Y-%m-%d %H:%M:%S
  196.                                             [filter] => user_utc
  197.                                         )
  198.  
  199.                                 )
  200.  
  201.                             [11] => SimpleXMLElement Object
  202.                                 (
  203.                                     [@attributes] => Array
  204.                                         (
  205.                                             [name] => created_by
  206.                                             [type] => user
  207.                                             [label] => COM_CONTENT_FIELD_CREATED_BY_LABEL
  208.                                             [description] => COM_CONTENT_FIELD_CREATED_BY_DESC
  209.                                         )
  210.  
  211.                                 )
  212.  
  213.                             [12] => SimpleXMLElement Object
  214.                                 (
  215.                                     [@attributes] => Array
  216.                                         (
  217.                                             [name] => created_by_alias
  218.                                             [type] => text
  219.                                             [label] => COM_CONTENT_FIELD_CREATED_BY_ALIAS_LABEL
  220.                                             [description] => COM_CONTENT_FIELD_CREATED_BY_ALIAS_DESC
  221.                                             [class] => inputbox
  222.                                             [size] => 20
  223.                                         )
  224.  
  225.                                 )
  226.  
  227.                             [13] => SimpleXMLElement Object
  228.                                 (
  229.                                     [@attributes] => Array
  230.                                         (
  231.                                             [name] => modified
  232.                                             [type] => calendar
  233.                                             [class] => readonly
  234.                                             [label] => JGLOBAL_FIELD_MODIFIED_LABEL
  235.                                             [description] => COM_CONTENT_FIELD_MODIFIED_DESC
  236.                                             [size] => 22
  237.                                             [readonly] => true
  238.                                             [format] => %Y-%m-%d %H:%M:%S
  239.                                             [filter] => user_utc
  240.                                         )
  241.  
  242.                                 )
  243.  
  244.                             [14] => SimpleXMLElement Object
  245.                                 (
  246.                                     [@attributes] => Array
  247.                                         (
  248.                                             [name] => modified_by
  249.                                             [type] => user
  250.                                             [label] => JGLOBAL_FIELD_MODIFIED_BY_LABEL
  251.                                             [class] => readonly
  252.                                             [readonly] => true
  253.                                             [filter] => unset
  254.                                         )
  255.  
  256.                                 )
  257.  
  258.                             [15] => SimpleXMLElement Object
  259.                                 (
  260.                                     [@attributes] => Array
  261.                                         (
  262.                                             [name] => checked_out
  263.                                             [type] => hidden
  264.                                             [filter] => unset
  265.                                         )
  266.  
  267.                                 )
  268.  
  269.                             [16] => SimpleXMLElement Object
  270.                                 (
  271.                                     [@attributes] => Array
  272.                                         (
  273.                                             [name] => checked_out_time
  274.                                             [type] => hidden
  275.                                             [filter] => unset
  276.                                         )
  277.  
  278.                                 )
  279.  
  280.                             [17] => SimpleXMLElement Object
  281.                                 (
  282.                                     [@attributes] => Array
  283.                                         (
  284.                                             [name] => publish_up
  285.                                             [type] => calendar
  286.                                             [label] => COM_CONTENT_FIELD_PUBLISH_UP_LABEL
  287.                                             [description] => COM_CONTENT_FIELD_PUBLISH_UP_DESC
  288.                                             [class] => inputbox
  289.                                             [format] => %Y-%m-%d %H:%M:%S
  290.                                             [size] => 22
  291.                                             [filter] => user_utc
  292.                                         )
  293.  
  294.                                 )
  295.  
  296.                             [18] => SimpleXMLElement Object
  297.                                 (
  298.                                     [@attributes] => Array
  299.                                         (
  300.                                             [name] => publish_down
  301.                                             [type] => calendar
  302.                                             [label] => COM_CONTENT_FIELD_PUBLISH_DOWN_LABEL
  303.                                             [description] => COM_CONTENT_FIELD_PUBLISH_DOWN_DESC
  304.                                             [class] => inputbox
  305.                                             [format] => %Y-%m-%d %H:%M:%S
  306.                                             [size] => 22
  307.                                             [filter] => user_utc
  308.                                         )
  309.  
  310.                                 )
  311.  
  312.                             [19] => SimpleXMLElement Object
  313.                                 (
  314.                                     [@attributes] => Array
  315.                                         (
  316.                                             [name] => version
  317.                                             [type] => text
  318.                                             [class] => readonly
  319.                                             [label] => COM_CONTENT_FIELD_VERSION_LABEL
  320.                                             [size] => 6
  321.                                             [description] => COM_CONTENT_FIELD_VERSION_DESC
  322.                                             [readonly] => true
  323.                                             [filter] => unset
  324.                                         )
  325.  
  326.                                 )
  327.  
  328.                             [20] => SimpleXMLElement Object
  329.                                 (
  330.                                     [@attributes] => Array
  331.                                         (
  332.                                             [name] => ordering
  333.                                             [type] => text
  334.                                             [label] => JFIELD_ORDERING_LABEL
  335.                                             [description] => JFIELD_ORDERING_DESC
  336.                                             [class] => inputbox
  337.                                             [size] => 6
  338.                                             [default] => 0
  339.                                         )
  340.  
  341.                                 )
  342.  
  343.                             [21] => SimpleXMLElement Object
  344.                                 (
  345.                                     [@attributes] => Array
  346.                                         (
  347.                                             [name] => metakey
  348.                                             [type] => textarea
  349.                                             [label] => JFIELD_META_KEYWORDS_LABEL
  350.                                             [description] => JFIELD_META_KEYWORDS_DESC
  351.                                             [class] => inputbox
  352.                                             [rows] => 3
  353.                                             [cols] => 30
  354.                                         )
  355.  
  356.                                 )
  357.  
  358.                             [22] => SimpleXMLElement Object
  359.                                 (
  360.                                     [@attributes] => Array
  361.                                         (
  362.                                             [name] => metadesc
  363.                                             [type] => textarea
  364.                                             [label] => JFIELD_META_DESCRIPTION_LABEL
  365.                                             [description] => JFIELD_META_DESCRIPTION_DESC
  366.                                             [class] => inputbox
  367.                                             [rows] => 3
  368.                                             [cols] => 30
  369.                                         )
  370.  
  371.                                 )
  372.  
  373.                             [23] => SimpleXMLElement Object
  374.                                 (
  375.                                     [@attributes] => Array
  376.                                         (
  377.                                             [name] => access
  378.                                             [type] => accesslevel
  379.                                             [label] => JFIELD_ACCESS_LABEL
  380.                                             [description] => JFIELD_ACCESS_DESC
  381.                                             [size] => 1
  382.                                         )
  383.  
  384.                                 )
  385.  
  386.                             [24] => SimpleXMLElement Object
  387.                                 (
  388.                                     [@attributes] => Array
  389.                                         (
  390.                                             [name] => hits
  391.                                             [type] => text
  392.                                             [label] => JGLOBAL_HITS
  393.                                             [description] => COM_CONTENT_FIELD_HITS_DESC
  394.                                             [class] => readonly
  395.                                             [size] => 6
  396.                                             [readonly] => true
  397.                                             [filter] => unset
  398.                                         )
  399.  
  400.                                 )
  401.  
  402.                             [25] => SimpleXMLElement Object
  403.                                 (
  404.                                     [@attributes] => Array
  405.                                         (
  406.                                             [name] => language
  407.                                             [type] => contentlanguage
  408.                                             [label] => JFIELD_LANGUAGE_LABEL
  409.                                             [description] => COM_CONTENT_FIELD_LANGUAGE_DESC
  410.                                         )
  411.  
  412.                                     [option] => JALL
  413.                                 )
  414.  
  415.                             [26] => SimpleXMLElement Object
  416.                                 (
  417.                                     [@attributes] => Array
  418.                                         (
  419.                                             [name] => featured
  420.                                             [type] => radio
  421.                                             [class] => btn-group btn-group-yesno
  422.                                             [label] => JFEATURED
  423.                                             [description] => COM_CONTENT_FIELD_FEATURED_DESC
  424.                                             [default] => 0
  425.                                         )
  426.  
  427.                                     [option] => Array
  428.                                         (
  429.                                             [0] => JYES
  430.                                             [1] => JNO
  431.                                         )
  432.  
  433.                                 )
  434.  
  435.                             [27] => SimpleXMLElement Object
  436.                                 (
  437.                                     [@attributes] => Array
  438.                                         (
  439.                                             [name] => rules
  440.                                             [type] => rules
  441.                                             [label] => JFIELD_RULES_LABEL
  442.                                             [translate_label] => false
  443.                                             [class] => inputbox
  444.                                             [filter] => rules
  445.                                             [component] => com_content
  446.                                             [section] => article
  447.                                             [validate] => rules
  448.                                         )
  449.  
  450.                                 )
  451.  
  452.                         )
  453.  
  454.                 )
  455.  
  456.             [fields] => Array
  457.                 (
  458.                     [0] => SimpleXMLElement Object
  459.                         (
  460.                             [@attributes] => Array
  461.                                 (
  462.                                     [name] => attribs
  463.                                     [label] => COM_CONTENT_ATTRIBS_FIELDSET_LABEL
  464.                                 )
  465.  
  466.                             [fieldset] => Array
  467.                                 (
  468.                                     [0] => SimpleXMLElement Object
  469.                                         (
  470.                                             [@attributes] => Array
  471.                                                 (
  472.                                                     [name] => basic
  473.                                                     [label] => COM_CONTENT_ATTRIBS_FIELDSET_LABEL
  474.                                                 )
  475.  
  476.                                             [field] => Array
  477.                                                 (
  478.                                                     [0] => SimpleXMLElement Object
  479.                                                         (
  480.                                                             [@attributes] => Array
  481.                                                                 (
  482.                                                                     [name] => show_title
  483.                                                                     [type] => list
  484.                                                                     [class] => chzn-color
  485.                                                                     [label] => JGLOBAL_SHOW_TITLE_LABEL
  486.                                                                     [description] => JGLOBAL_SHOW_TITLE_DESC
  487.                                                                 )
  488.  
  489.                                                             [option] => Array
  490.                                                                 (
  491.                                                                     [0] => JGLOBAL_USE_GLOBAL
  492.                                                                     [1] => JSHOW
  493.                                                                     [2] => JHIDE
  494.                                                                 )
  495.  
  496.                                                         )
  497.  
  498.                                                     [1] => SimpleXMLElement Object
  499.                                                         (
  500.                                                             [@attributes] => Array
  501.                                                                 (
  502.                                                                     [name] => link_titles
  503.                                                                     [type] => list
  504.                                                                     [class] => chzn-color
  505.                                                                     [label] => JGLOBAL_LINKED_TITLES_LABEL
  506.                                                                     [description] => JGLOBAL_LINKED_TITLES_DESC
  507.                                                                 )
  508.  
  509.                                                             [option] => Array
  510.                                                                 (
  511.                                                                     [0] => JGLOBAL_USE_GLOBAL
  512.                                                                     [1] => JNO
  513.                                                                     [2] => JYES
  514.                                                                 )
  515.  
  516.                                                         )
  517.  
  518.                                                     [2] => SimpleXMLElement Object
  519.                                                         (
  520.                                                             [@attributes] => Array
  521.                                                                 (
  522.                                                                     [name] => show_tags
  523.                                                                     [type] => list
  524.                                                                     [class] => chzn-color
  525.                                                                     [label] => COM_CONTENT_FIELD_SHOW_TAGS_LABEL
  526.                                                                     [description] => COM_CONTENT_FIELD_SHOW_TAGS_DESC
  527.                                                                 )
  528.  
  529.                                                             [option] => Array
  530.                                                                 (
  531.                                                                     [0] => JGLOBAL_USE_GLOBAL
  532.                                                                     [1] => JSHOW
  533.                                                                     [2] => JHIDE
  534.                                                                 )
  535.  
  536.                                                         )
  537.  
  538.                                                     [3] => SimpleXMLElement Object
  539.                                                         (
  540.                                                             [@attributes] => Array
  541.                                                                 (
  542.                                                                     [name] => show_intro
  543.                                                                     [type] => list
  544.                                                                     [class] => chzn-color
  545.                                                                     [description] => JGLOBAL_SHOW_INTRO_DESC
  546.                                                                     [label] => JGLOBAL_SHOW_INTRO_LABEL
  547.                                                                 )
  548.  
  549.                                                             [option] => Array
  550.                                                                 (
  551.                                                                     [0] => JGLOBAL_USE_GLOBAL
  552.                                                                     [1] => JSHOW
  553.                                                                     [2] => JHIDE
  554.                                                                 )
  555.  
  556.                                                         )
  557.  
  558.                                                     [4] => SimpleXMLElement Object
  559.                                                         (
  560.                                                             [@attributes] => Array
  561.                                                                 (
  562.                                                                     [name] => info_block_position
  563.                                                                     [type] => list
  564.                                                                     [default] =>
  565.                                                                     [label] => COM_CONTENT_FIELD_INFOBLOCK_POSITION_LABEL
  566.                                                                     [description] => COM_CONTENT_FIELD_INFOBLOCK_POSITION_DESC
  567.                                                                 )
  568.  
  569.                                                             [option] => Array
  570.                                                                 (
  571.                                                                     [0] => JGLOBAL_USE_GLOBAL
  572.                                                                     [1] => COM_CONTENT_FIELD_OPTION_ABOVE
  573.                                                                     [2] => COM_CONTENT_FIELD_OPTION_BELOW
  574.                                                                     [3] => COM_CONTENT_FIELD_OPTION_SPLIT
  575.                                                                 )
  576.  
  577.                                                         )
  578.  
  579.                                                     [5] => SimpleXMLElement Object
  580.                                                         (
  581.                                                             [@attributes] => Array
  582.                                                                 (
  583.                                                                     [name] => show_category
  584.                                                                     [type] => list
  585.                                                                     [class] => chzn-color
  586.                                                                     [label] => JGLOBAL_SHOW_CATEGORY_LABEL
  587.                                                                     [description] => JGLOBAL_SHOW_CATEGORY_DESC
  588.                                                                 )
  589.  
  590.                                                             [option] => Array
  591.                                                                 (
  592.                                                                     [0] => JGLOBAL_USE_GLOBAL
  593.                                                                     [1] => JHIDE
  594.                                                                     [2] => JSHOW
  595.                                                                 )
  596.  
  597.                                                         )
  598.  
  599.                                                     [6] => SimpleXMLElement Object
  600.                                                         (
  601.                                                             [@attributes] => Array
  602.                                                                 (
  603.                                                                     [name] => link_category
  604.                                                                     [type] => list
  605.                                                                     [class] => chzn-color
  606.                                                                     [label] => JGLOBAL_LINK_CATEGORY_LABEL
  607.                                                                     [description] => JGLOBAL_LINK_CATEGORY_DESC
  608.                                                                 )
  609.  
  610.                                                             [option] => Array
  611.                                                                 (
  612.                                                                     [0] => JGLOBAL_USE_GLOBAL
  613.                                                                     [1] => JNO
  614.                                                                     [2] => JYES
  615.                                                                 )
  616.  
  617.                                                         )
  618.  
  619.                                                     [7] => SimpleXMLElement Object
  620.                                                         (
  621.                                                             [@attributes] => Array
  622.                                                                 (
  623.                                                                     [name] => show_parent_category
  624.                                                                     [type] => list
  625.                                                                     [class] => chzn-color
  626.                                                                     [label] => JGLOBAL_SHOW_PARENT_CATEGORY_LABEL
  627.                                                                     [description] => JGLOBAL_SHOW_PARENT_CATEGORY_DESC
  628.                                                                 )
  629.  
  630.                                                             [option] => Array
  631.                                                                 (
  632.                                                                     [0] => JGLOBAL_USE_GLOBAL
  633.                                                                     [1] => JHIDE
  634.                                                                     [2] => JSHOW
  635.                                                                 )
  636.  
  637.                                                         )
  638.  
  639.                                                     [8] => SimpleXMLElement Object
  640.                                                         (
  641.                                                             [@attributes] => Array
  642.                                                                 (
  643.                                                                     [name] => link_parent_category
  644.                                                                     [type] => list
  645.                                                                     [class] => chzn-color
  646.                                                                     [label] => JGLOBAL_LINK_PARENT_CATEGORY_LABEL
  647.                                                                     [description] => JGLOBAL_LINK_PARENT_CATEGORY_DESC
  648.                                                                 )
  649.  
  650.                                                             [option] => Array
  651.                                                                 (
  652.                                                                     [0] => JGLOBAL_USE_GLOBAL
  653.                                                                     [1] => JNO
  654.                                                                     [2] => JYES
  655.                                                                 )
  656.  
  657.                                                         )
  658.  
  659.                                                     [9] => SimpleXMLElement Object
  660.                                                         (
  661.                                                             [@attributes] => Array
  662.                                                                 (
  663.                                                                     [name] => show_author
  664.                                                                     [type] => list
  665.                                                                     [class] => chzn-color
  666.                                                                     [label] => JGLOBAL_SHOW_AUTHOR_LABEL
  667.                                                                     [description] => JGLOBAL_SHOW_AUTHOR_DESC
  668.                                                                 )
  669.  
  670.                                                             [option] => Array
  671.                                                                 (
  672.                                                                     [0] => JGLOBAL_USE_GLOBAL
  673.                                                                     [1] => JHIDE
  674.                                                                     [2] => JSHOW
  675.                                                                 )
  676.  
  677.                                                         )
  678.  
  679.                                                     [10] => SimpleXMLElement Object
  680.                                                         (
  681.                                                             [@attributes] => Array
  682.                                                                 (
  683.                                                                     [name] => link_author
  684.                                                                     [type] => list
  685.                                                                     [class] => chzn-color
  686.                                                                     [label] => JGLOBAL_LINK_AUTHOR_LABEL
  687.                                                                     [description] => JGLOBAL_LINK_AUTHOR_DESC
  688.                                                                 )
  689.  
  690.                                                             [option] => Array
  691.                                                                 (
  692.                                                                     [0] => JGLOBAL_USE_GLOBAL
  693.                                                                     [1] => JNO
  694.                                                                     [2] => JYES
  695.                                                                 )
  696.  
  697.                                                         )
  698.  
  699.                                                     [11] => SimpleXMLElement Object
  700.                                                         (
  701.                                                             [@attributes] => Array
  702.                                                                 (
  703.                                                                     [name] => show_create_date
  704.                                                                     [type] => list
  705.                                                                     [class] => chzn-color
  706.                                                                     [label] => JGLOBAL_SHOW_CREATE_DATE_LABEL
  707.                                                                     [description] => JGLOBAL_SHOW_CREATE_DATE_DESC
  708.                                                                 )
  709.  
  710.                                                             [option] => Array
  711.                                                                 (
  712.                                                                     [0] => JGLOBAL_USE_GLOBAL
  713.                                                                     [1] => JHIDE
  714.                                                                     [2] => JSHOW
  715.                                                                 )
  716.  
  717.                                                         )
  718.  
  719.                                                     [12] => SimpleXMLElement Object
  720.                                                         (
  721.                                                             [@attributes] => Array
  722.                                                                 (
  723.                                                                     [name] => show_modify_date
  724.                                                                     [type] => list
  725.                                                                     [class] => chzn-color
  726.                                                                     [label] => JGLOBAL_SHOW_MODIFY_DATE_LABEL
  727.                                                                     [description] => JGLOBAL_SHOW_MODIFY_DATE_DESC
  728.                                                                 )
  729.  
  730.                                                             [option] => Array
  731.                                                                 (
  732.                                                                     [0] => JGLOBAL_USE_GLOBAL
  733.                                                                     [1] => JHIDE
  734.                                                                     [2] => JSHOW
  735.                                                                 )
  736.  
  737.                                                         )
  738.  
  739.                                                     [13] => SimpleXMLElement Object
  740.                                                         (
  741.                                                             [@attributes] => Array
  742.                                                                 (
  743.                                                                     [name] => show_publish_date
  744.                                                                     [type] => list
  745.                                                                     [class] => chzn-color
  746.                                                                     [label] => JGLOBAL_SHOW_PUBLISH_DATE_LABEL
  747.                                                                     [description] => JGLOBAL_SHOW_PUBLISH_DATE_DESC
  748.                                                                 )
  749.  
  750.                                                             [option] => Array
  751.                                                                 (
  752.                                                                     [0] => JGLOBAL_USE_GLOBAL
  753.                                                                     [1] => JHIDE
  754.                                                                     [2] => JSHOW
  755.                                                                 )
  756.  
  757.                                                         )
  758.  
  759.                                                     [14] => SimpleXMLElement Object
  760.                                                         (
  761.                                                             [@attributes] => Array
  762.                                                                 (
  763.                                                                     [name] => show_item_navigation
  764.                                                                     [type] => list
  765.                                                                     [class] => chzn-color
  766.                                                                     [label] => JGLOBAL_SHOW_NAVIGATION_LABEL
  767.                                                                     [description] => JGLOBAL_SHOW_NAVIGATION_DESC
  768.                                                                 )
  769.  
  770.                                                             [option] => Array
  771.                                                                 (
  772.                                                                     [0] => JGLOBAL_USE_GLOBAL
  773.                                                                     [1] => JHIDE
  774.                                                                     [2] => JSHOW
  775.                                                                 )
  776.  
  777.                                                         )
  778.  
  779.                                                     [15] => SimpleXMLElement Object
  780.                                                         (
  781.                                                             [@attributes] => Array
  782.                                                                 (
  783.                                                                     [name] => show_icons
  784.                                                                     [type] => list
  785.                                                                     [class] => chzn-color
  786.                                                                     [label] => JGLOBAL_SHOW_ICONS_LABEL
  787.                                                                     [description] => JGLOBAL_SHOW_ICONS_DESC
  788.                                                                 )
  789.  
  790.                                                             [option] => Array
  791.                                                                 (
  792.                                                                     [0] => JGLOBAL_USE_GLOBAL
  793.                                                                     [1] => JHIDE
  794.                                                                     [2] => JSHOW
  795.                                                                 )
  796.  
  797.                                                         )
  798.  
  799.                                                     [16] => SimpleXMLElement Object
  800.                                                         (
  801.                                                             [@attributes] => Array
  802.                                                                 (
  803.                                                                     [name] => show_print_icon
  804.                                                                     [type] => list
  805.                                                                     [class] => chzn-color
  806.                                                                     [label] => JGLOBAL_SHOW_PRINT_ICON_LABEL
  807.                                                                     [description] => JGLOBAL_SHOW_PRINT_ICON_DESC
  808.                                                                 )
  809.  
  810.                                                             [option] => Array
  811.                                                                 (
  812.                                                                     [0] => JGLOBAL_USE_GLOBAL
  813.                                                                     [1] => JHIDE
  814.                                                                     [2] => JSHOW
  815.                                                                 )
  816.  
  817.                                                         )
  818.  
  819.                                                     [17] => SimpleXMLElement Object
  820.                                                         (
  821.                                                             [@attributes] => Array
  822.                                                                 (
  823.                                                                     [name] => show_email_icon
  824.                                                                     [type] => list
  825.                                                                     [class] => chzn-color
  826.                                                                     [label] => JGLOBAL_SHOW_EMAIL_ICON_LABEL
  827.                                                                     [description] => JGLOBAL_SHOW_EMAIL_ICON_DESC
  828.                                                                 )
  829.  
  830.                                                             [option] => Array
  831.                                                                 (
  832.                                                                     [0] => JGLOBAL_USE_GLOBAL
  833.                                                                     [1] => JHIDE
  834.                                                                     [2] => JSHOW
  835.                                                                 )
  836.  
  837.                                                         )
  838.  
  839.                                                     [18] => SimpleXMLElement Object
  840.                                                         (
  841.                                                             [@attributes] => Array
  842.                                                                 (
  843.                                                                     [name] => show_vote
  844.                                                                     [type] => list
  845.                                                                     [class] => chzn-color
  846.                                                                     [label] => JGLOBAL_SHOW_VOTE_LABEL
  847.                                                                     [description] => JGLOBAL_SHOW_VOTE_DESC
  848.                                                                 )
  849.  
  850.                                                             [option] => Array
  851.                                                                 (
  852.                                                                     [0] => JGLOBAL_USE_GLOBAL
  853.                                                                     [1] => JHIDE
  854.                                                                     [2] => JSHOW
  855.                                                                 )
  856.  
  857.                                                         )
  858.  
  859.                                                     [19] => SimpleXMLElement Object
  860.                                                         (
  861.                                                             [@attributes] => Array
  862.                                                                 (
  863.                                                                     [name] => show_hits
  864.                                                                     [type] => list
  865.                                                                     [class] => chzn-color
  866.                                                                     [label] => JGLOBAL_SHOW_HITS_LABEL
  867.                                                                     [description] => JGLOBAL_SHOW_HITS_DESC
  868.                                                                 )
  869.  
  870.                                                             [option] => Array
  871.                                                                 (
  872.                                                                     [0] => JGLOBAL_USE_GLOBAL
  873.                                                                     [1] => JHIDE
  874.                                                                     [2] => JSHOW
  875.                                                                 )
  876.  
  877.                                                         )
  878.  
  879.                                                     [20] => SimpleXMLElement Object
  880.                                                         (
  881.                                                             [@attributes] => Array
  882.                                                                 (
  883.                                                                     [name] => show_noauth
  884.                                                                     [type] => list
  885.                                                                     [class] => chzn-color
  886.                                                                     [label] => JGLOBAL_SHOW_UNAUTH_LINKS_LABEL
  887.                                                                     [description] => JGLOBAL_SHOW_UNAUTH_LINKS_DESC
  888.                                                                 )
  889.  
  890.                                                             [option] => Array
  891.                                                                 (
  892.                                                                     [0] => JGLOBAL_USE_GLOBAL
  893.                                                                     [1] => JNO
  894.                                                                     [2] => JYES
  895.                                                                 )
  896.  
  897.                                                         )
  898.  
  899.                                                     [21] => SimpleXMLElement Object
  900.                                                         (
  901.                                                             [@attributes] => Array
  902.                                                                 (
  903.                                                                     [name] => urls_position
  904.                                                                     [type] => list
  905.                                                                     [class] => chzn-color
  906.                                                                     [label] => COM_CONTENT_FIELD_URLSPOSITION_LABEL
  907.                                                                     [description] => COM_CONTENT_FIELD_URLSPOSITION_DESC
  908.                                                                 )
  909.  
  910.                                                             [option] => Array
  911.                                                                 (
  912.                                                                     [0] => JGLOBAL_USE_GLOBAL
  913.                                                                     [1] => COM_CONTENT_FIELD_OPTION_ABOVE
  914.                                                                     [2] => COM_CONTENT_FIELD_OPTION_BELOW
  915.                                                                 )
  916.  
  917.                                                         )
  918.  
  919.                                                     [22] => SimpleXMLElement Object
  920.                                                         (
  921.                                                             [@attributes] => Array
  922.                                                                 (
  923.                                                                     [name] => spacer2
  924.                                                                     [type] => spacer
  925.                                                                     [hr] => true
  926.                                                                 )
  927.  
  928.                                                         )
  929.  
  930.                                                     [23] => SimpleXMLElement Object
  931.                                                         (
  932.                                                             [@attributes] => Array
  933.                                                                 (
  934.                                                                     [name] => alternative_readmore
  935.                                                                     [type] => inputbox
  936.                                                                     [label] => JFIELD_READMORE_LABEL
  937.                                                                     [description] => JFIELD_READMORE_DESC
  938.                                                                     [class] => inputbox
  939.                                                                     [size] => 25
  940.                                                                 )
  941.  
  942.                                                         )
  943.  
  944.                                                     [24] => SimpleXMLElement Object
  945.                                                         (
  946.                                                             [@attributes] => Array
  947.                                                                 (
  948.                                                                     [name] => article_layout
  949.                                                                     [type] => componentlayout
  950.                                                                     [label] => JFIELD_ALT_LAYOUT_LABEL
  951.                                                                     [description] => JFIELD_ALT_COMPONENT_LAYOUT_DESC
  952.                                                                     [useglobal] => true
  953.                                                                     [extension] => com_content
  954.                                                                     [view] => article
  955.                                                                 )
  956.  
  957.                                                         )
  958.  
  959.                                                 )
  960.  
  961.                                         )
  962.  
  963.                                     [1] => SimpleXMLElement Object
  964.                                         (
  965.                                             [@attributes] => Array
  966.                                                 (
  967.                                                     [name] => editorConfig
  968.                                                     [label] => COM_CONTENT_EDITORCONFIG_FIELDSET_LABEL
  969.                                                 )
  970.  
  971.                                             [field] => Array
  972.                                                 (
  973.                                                     [0] => SimpleXMLElement Object
  974.                                                         (
  975.                                                             [@attributes] => Array
  976.                                                                 (
  977.                                                                     [name] => show_publishing_options
  978.                                                                     [type] => list
  979.                                                                     [class] => chzn-color
  980.                                                                     [default] =>
  981.                                                                     [label] => COM_CONTENT_SHOW_PUBLISHING_OPTIONS_LABEL
  982.                                                                     [description] => COM_CONTENT_SHOW_PUBLISHING_OPTIONS_DESC
  983.                                                                 )
  984.  
  985.                                                             [option] => Array
  986.                                                                 (
  987.                                                                     [0] => JGLOBAL_USE_GLOBAL
  988.                                                                     [1] => JNO
  989.                                                                     [2] => JYES
  990.                                                                 )
  991.  
  992.                                                         )
  993.  
  994.                                                     [1] => SimpleXMLElement Object
  995.                                                         (
  996.                                                             [@attributes] => Array
  997.                                                                 (
  998.                                                                     [name] => show_article_options
  999.                                                                     [type] => list
  1000.                                                                     [class] => chzn-color
  1001.                                                                     [default] =>
  1002.                                                                     [label] => COM_CONTENT_SHOW_ARTICLE_OPTIONS_LABEL
  1003.                                                                     [description] => COM_CONTENT_SHOW_ARTICLE_OPTIONS_DESC
  1004.                                                                 )
  1005.  
  1006.                                                             [option] => Array
  1007.                                                                 (
  1008.                                                                     [0] => JGLOBAL_USE_GLOBAL
  1009.                                                                     [1] => JNO
  1010.                                                                     [2] => JYES
  1011.                                                                 )
  1012.  
  1013.                                                         )
  1014.  
  1015.                                                     [2] => SimpleXMLElement Object
  1016.                                                         (
  1017.                                                             [@attributes] => Array
  1018.                                                                 (
  1019.                                                                     [name] => show_urls_images_backend
  1020.                                                                     [type] => list
  1021.                                                                     [class] => chzn-color
  1022.                                                                     [default] =>
  1023.                                                                     [label] => COM_CONTENT_SHOW_IMAGES_URLS_BACK_LABEL
  1024.                                                                     [description] => COM_CONTENT_SHOW_IMAGES_URLS_BACK_DESC
  1025.                                                                 )
  1026.  
  1027.                                                             [option] => Array
  1028.                                                                 (
  1029.                                                                     [0] => JGLOBAL_USE_GLOBAL
  1030.                                                                     [1] => JNO
  1031.                                                                     [2] => JYES
  1032.                                                                 )
  1033.  
  1034.                                                         )
  1035.  
  1036.                                                     [3] => SimpleXMLElement Object
  1037.                                                         (
  1038.                                                             [@attributes] => Array
  1039.                                                                 (
  1040.                                                                     [name] => show_urls_images_frontend
  1041.                                                                     [type] => list
  1042.                                                                     [class] => chzn-color
  1043.                                                                     [default] =>
  1044.                                                                     [label] => COM_CONTENT_SHOW_IMAGES_URLS_FRONT_LABEL
  1045.                                                                     [description] => COM_CONTENT_SHOW_IMAGES_URLS_FRONT_DESC
  1046.                                                                 )
  1047.  
  1048.                                                             [option] => Array
  1049.                                                                 (
  1050.                                                                     [0] => JGLOBAL_USE_GLOBAL
  1051.                                                                     [1] => JNO
  1052.                                                                     [2] => JYES
  1053.                                                                 )
  1054.  
  1055.                                                         )
  1056.  
  1057.                                                 )
  1058.  
  1059.                                         )
  1060.  
  1061.                                     [2] => SimpleXMLElement Object
  1062.                                         (
  1063.                                             [@attributes] => Array
  1064.                                                 (
  1065.                                                     [name] => basic-limited
  1066.                                                     [label] => COM_CONTENT_ATTRIBS_FIELDSET_LABEL
  1067.                                                 )
  1068.  
  1069.                                             [field] => Array
  1070.                                                 (
  1071.                                                     [0] => SimpleXMLElement Object
  1072.                                                         (
  1073.                                                             [@attributes] => Array
  1074.                                                                 (
  1075.                                                                     [name] => show_title
  1076.                                                                     [type] => hidden
  1077.                                                                     [label] => JGLOBAL_SHOW_TITLE_LABEL
  1078.                                                                     [description] => JGLOBAL_SHOW_TITLE_DESC
  1079.                                                                 )
  1080.  
  1081.                                                         )
  1082.  
  1083.                                                     [1] => SimpleXMLElement Object
  1084.                                                         (
  1085.                                                             [@attributes] => Array
  1086.                                                                 (
  1087.                                                                     [name] => link_titles
  1088.                                                                     [type] => hidden
  1089.                                                                     [label] => JGLOBAL_LINKED_TITLES_LABEL
  1090.                                                                     [description] => JGLOBAL_LINKED_TITLES_DESC
  1091.                                                                 )
  1092.  
  1093.                                                         )
  1094.  
  1095.                                                     [2] => SimpleXMLElement Object
  1096.                                                         (
  1097.                                                             [@attributes] => Array
  1098.                                                                 (
  1099.                                                                     [name] => show_intro
  1100.                                                                     [type] => hidden
  1101.                                                                     [description] => JGLOBAL_SHOW_INTRO_DESC
  1102.                                                                     [label] => JGLOBAL_SHOW_INTRO_LABEL
  1103.                                                                 )
  1104.  
  1105.                                                         )
  1106.  
  1107.                                                     [3] => SimpleXMLElement Object
  1108.                                                         (
  1109.                                                             [@attributes] => Array
  1110.                                                                 (
  1111.                                                                     [name] => show_category
  1112.                                                                     [type] => hidden
  1113.                                                                     [label] => JGLOBAL_SHOW_CATEGORY_LABEL
  1114.                                                                     [description] => JGLOBAL_SHOW_CATEGORY_DESC
  1115.                                                                 )
  1116.  
  1117.                                                         )
  1118.  
  1119.                                                     [4] => SimpleXMLElement Object
  1120.                                                         (
  1121.                                                             [@attributes] => Array
  1122.                                                                 (
  1123.                                                                     [name] => link_category
  1124.                                                                     [type] => hidden
  1125.                                                                     [label] => JGLOBAL_LINK_CATEGORY_LABEL
  1126.                                                                     [description] => JGLOBAL_LINK_CATEGORY_DESC
  1127.                                                                 )
  1128.  
  1129.                                                         )
  1130.  
  1131.                                                     [5] => SimpleXMLElement Object
  1132.                                                         (
  1133.                                                             [@attributes] => Array
  1134.                                                                 (
  1135.                                                                     [name] => show_parent_category
  1136.                                                                     [type] => hidden
  1137.                                                                     [label] => JGLOBAL_SHOW_PARENT_CATEGORY_LABEL
  1138.                                                                     [description] => JGLOBAL_SHOW_PARENT_CATEGORY_DESC
  1139.                                                                 )
  1140.  
  1141.                                                         )
  1142.  
  1143.                                                     [6] => SimpleXMLElement Object
  1144.                                                         (
  1145.                                                             [@attributes] => Array
  1146.                                                                 (
  1147.                                                                     [name] => link_parent_category
  1148.                                                                     [type] => hidden
  1149.                                                                     [label] => JGLOBAL_LINK_PARENT_CATEGORY_LABEL
  1150.                                                                     [description] => JGLOBAL_LINK_PARENT_CATEGORY_DESC
  1151.                                                                 )
  1152.  
  1153.                                                         )
  1154.  
  1155.                                                     [7] => SimpleXMLElement Object
  1156.                                                         (
  1157.                                                             [@attributes] => Array
  1158.                                                                 (
  1159.                                                                     [name] => show_author
  1160.                                                                     [type] => hidden
  1161.                                                                     [label] => JGLOBAL_SHOW_AUTHOR_LABEL
  1162.                                                                     [description] => JGLOBAL_SHOW_AUTHOR_DESC
  1163.                                                                 )
  1164.  
  1165.                                                         )
  1166.  
  1167.                                                     [8] => SimpleXMLElement Object
  1168.                                                         (
  1169.                                                             [@attributes] => Array
  1170.                                                                 (
  1171.                                                                     [name] => link_author
  1172.                                                                     [type] => hidden
  1173.                                                                     [label] => JGLOBAL_LINK_AUTHOR_LABEL
  1174.                                                                     [description] => JGLOBAL_LINK_AUTHOR_DESC
  1175.                                                                 )
  1176.  
  1177.                                                         )
  1178.  
  1179.                                                     [9] => SimpleXMLElement Object
  1180.                                                         (
  1181.                                                             [@attributes] => Array
  1182.                                                                 (
  1183.                                                                     [name] => show_create_date
  1184.                                                                     [type] => hidden
  1185.                                                                     [label] => JGLOBAL_SHOW_CREATE_DATE_LABEL
  1186.                                                                     [description] => JGLOBAL_SHOW_CREATE_DATE_DESC
  1187.                                                                 )
  1188.  
  1189.                                                         )
  1190.  
  1191.                                                     [10] => SimpleXMLElement Object
  1192.                                                         (
  1193.                                                             [@attributes] => Array
  1194.                                                                 (
  1195.                                                                     [name] => show_modify_date
  1196.                                                                     [type] => hidden
  1197.                                                                     [label] => JGLOBAL_SHOW_MODIFY_DATE_LABEL
  1198.                                                                     [description] => JGLOBAL_SHOW_MODIFY_DATE_DESC
  1199.                                                                 )
  1200.  
  1201.                                                         )
  1202.  
  1203.                                                     [11] => SimpleXMLElement Object
  1204.                                                         (
  1205.                                                             [@attributes] => Array
  1206.                                                                 (
  1207.                                                                     [name] => show_publish_date
  1208.                                                                     [type] => hidden
  1209.                                                                     [label] => JGLOBAL_SHOW_PUBLISH_DATE_LABEL
  1210.                                                                     [description] => JGLOBAL_SHOW_PUBLISH_DATE_DESC
  1211.                                                                 )
  1212.  
  1213.                                                         )
  1214.  
  1215.                                                     [12] => SimpleXMLElement Object
  1216.                                                         (
  1217.                                                             [@attributes] => Array
  1218.                                                                 (
  1219.                                                                     [name] => show_item_navigation
  1220.                                                                     [type] => hidden
  1221.                                                                     [label] => JGLOBAL_SHOW_NAVIGATION_LABEL
  1222.                                                                     [description] => JGLOBAL_SHOW_NAVIGATION_DESC
  1223.                                                                 )
  1224.  
  1225.                                                         )
  1226.  
  1227.                                                     [13] => SimpleXMLElement Object
  1228.                                                         (
  1229.                                                             [@attributes] => Array
  1230.                                                                 (
  1231.                                                                     [name] => show_icons
  1232.                                                                     [type] => hidden
  1233.                                                                     [label] => JGLOBAL_SHOW_ICONS_LABEL
  1234.                                                                     [description] => JGLOBAL_SHOW_ICONS_DESC
  1235.                                                                 )
  1236.  
  1237.                                                         )
  1238.  
  1239.                                                     [14] => SimpleXMLElement Object
  1240.                                                         (
  1241.                                                             [@attributes] => Array
  1242.                                                                 (
  1243.                                                                     [name] => show_print_icon
  1244.                                                                     [type] => hidden
  1245.                                                                     [label] => JGLOBAL_SHOW_PRINT_ICON_LABEL
  1246.                                                                     [description] => JGLOBAL_SHOW_PRINT_ICON_DESC
  1247.                                                                 )
  1248.  
  1249.                                                         )
  1250.  
  1251.                                                     [15] => SimpleXMLElement Object
  1252.                                                         (
  1253.                                                             [@attributes] => Array
  1254.                                                                 (
  1255.                                                                     [name] => show_email_icon
  1256.                                                                     [type] => hidden
  1257.                                                                     [label] => JGLOBAL_SHOW_EMAIL_ICON_LABEL
  1258.                                                                     [description] => JGLOBAL_SHOW_EMAIL_ICON_DESC
  1259.                                                                 )
  1260.  
  1261.                                                         )
  1262.  
  1263.                                                     [16] => SimpleXMLElement Object
  1264.                                                         (
  1265.                                                             [@attributes] => Array
  1266.                                                                 (
  1267.                                                                     [name] => show_vote
  1268.                                                                     [type] => hidden
  1269.                                                                     [label] => JGLOBAL_SHOW_VOTE_LABEL
  1270.                                                                     [description] => JGLOBAL_SHOW_VOTE_DESC
  1271.                                                                 )
  1272.  
  1273.                                                         )
  1274.  
  1275.                                                     [17] => SimpleXMLElement Object
  1276.                                                         (
  1277.                                                             [@attributes] => Array
  1278.                                                                 (
  1279.                                                                     [name] => show_hits
  1280.                                                                     [type] => hidden
  1281.                                                                     [label] => JGLOBAL_SHOW_HITS_LABEL
  1282.                                                                     [description] => JGLOBAL_SHOW_HITS_DESC
  1283.                                                                 )
  1284.  
  1285.                                                         )
  1286.  
  1287.                                                     [18] => SimpleXMLElement Object
  1288.                                                         (
  1289.                                                             [@attributes] => Array
  1290.                                                                 (
  1291.                                                                     [name] => show_noauth
  1292.                                                                     [type] => hidden
  1293.                                                                     [label] => JGLOBAL_SHOW_UNAUTH_LINKS_LABEL
  1294.                                                                     [description] => JGLOBAL_SHOW_UNAUTH_LINKS_DESC
  1295.                                                                 )
  1296.  
  1297.                                                         )
  1298.  
  1299.                                                     [19] => SimpleXMLElement Object
  1300.                                                         (
  1301.                                                             [@attributes] => Array
  1302.                                                                 (
  1303.                                                                     [name] => alternative_readmore
  1304.                                                                     [type] => hidden
  1305.                                                                     [label] => JFIELD_READMORE_LABEL
  1306.                                                                     [description] => JFIELD_READMORE_DESC
  1307.                                                                     [class] => inputbox
  1308.                                                                     [size] => 25
  1309.                                                                 )
  1310.  
  1311.                                                         )
  1312.  
  1313.                                                     [20] => SimpleXMLElement Object
  1314.                                                         (
  1315.                                                             [@attributes] => Array
  1316.                                                                 (
  1317.                                                                     [name] => article_layout
  1318.                                                                     [type] => hidden
  1319.                                                                     [label] => JFIELD_ALT_LAYOUT_LABEL
  1320.                                                                     [description] => JFIELD_ALT_COMPONENT_LAYOUT_DESC
  1321.                                                                     [useglobal] => true
  1322.                                                                     [extension] => com_content
  1323.                                                                     [view] => article
  1324.                                                                 )
  1325.  
  1326.                                                         )
  1327.  
  1328.                                                 )
  1329.  
  1330.                                         )
  1331.  
  1332.                                 )
  1333.  
  1334.                         )
  1335.  
  1336.                     [1] => SimpleXMLElement Object
  1337.                         (
  1338.                             [@attributes] => Array
  1339.                                 (
  1340.                                     [name] => images
  1341.                                     [label] => COM_CONTENT_FIELD_IMAGE_OPTIONS
  1342.                                 )
  1343.  
  1344.                             [field] => Array
  1345.                                 (
  1346.                                     [0] => SimpleXMLElement Object
  1347.                                         (
  1348.                                             [@attributes] => Array
  1349.                                                 (
  1350.                                                     [name] => image_intro
  1351.                                                     [type] => media
  1352.                                                     [label] => COM_CONTENT_FIELD_INTRO_LABEL
  1353.                                                     [description] => COM_CONTENT_FIELD_INTRO_DESC
  1354.                                                 )
  1355.  
  1356.                                         )
  1357.  
  1358.                                     [1] => SimpleXMLElement Object
  1359.                                         (
  1360.                                             [@attributes] => Array
  1361.                                                 (
  1362.                                                     [name] => float_intro
  1363.                                                     [type] => list
  1364.                                                     [label] => COM_CONTENT_FLOAT_LABEL
  1365.                                                     [description] => COM_CONTENT_FLOAT_DESC
  1366.                                                 )
  1367.  
  1368.                                             [option] => Array
  1369.                                                 (
  1370.                                                     [0] => JGLOBAL_USE_GLOBAL
  1371.                                                     [1] => COM_CONTENT_RIGHT
  1372.                                                     [2] => COM_CONTENT_LEFT
  1373.                                                     [3] => COM_CONTENT_NONE
  1374.                                                 )
  1375.  
  1376.                                         )
  1377.  
  1378.                                     [2] => SimpleXMLElement Object
  1379.                                         (
  1380.                                             [@attributes] => Array
  1381.                                                 (
  1382.                                                     [name] => image_intro_alt
  1383.                                                     [type] => text
  1384.                                                     [label] => COM_CONTENT_FIELD_IMAGE_ALT_LABEL
  1385.                                                     [description] => COM_CONTENT_FIELD_IMAGE_ALT_DESC
  1386.                                                     [class] => inputbox
  1387.                                                     [size] => 20
  1388.                                                 )
  1389.  
  1390.                                         )
  1391.  
  1392.                                     [3] => SimpleXMLElement Object
  1393.                                         (
  1394.                                             [@attributes] => Array
  1395.                                                 (
  1396.                                                     [name] => image_intro_caption
  1397.                                                     [type] => text
  1398.                                                     [label] => COM_CONTENT_FIELD_IMAGE_CAPTION_LABEL
  1399.                                                     [description] => COM_CONTENT_FIELD_IMAGE_CAPTION_DESC
  1400.                                                     [class] => inputbox
  1401.                                                     [size] => 20
  1402.                                                 )
  1403.  
  1404.                                         )
  1405.  
  1406.                                     [4] => SimpleXMLElement Object
  1407.                                         (
  1408.                                             [@attributes] => Array
  1409.                                                 (
  1410.                                                     [name] => spacer1
  1411.                                                     [type] => spacer
  1412.                                                     [hr] => true
  1413.                                                 )
  1414.  
  1415.                                         )
  1416.  
  1417.                                     [5] => SimpleXMLElement Object
  1418.                                         (
  1419.                                             [@attributes] => Array
  1420.                                                 (
  1421.                                                     [name] => image_fulltext
  1422.                                                     [type] => media
  1423.                                                     [label] => COM_CONTENT_FIELD_FULL_LABEL
  1424.                                                     [description] => COM_CONTENT_FIELD_FULL_DESC
  1425.                                                 )
  1426.  
  1427.                                         )
  1428.  
  1429.                                     [6] => SimpleXMLElement Object
  1430.                                         (
  1431.                                             [@attributes] => Array
  1432.                                                 (
  1433.                                                     [name] => float_fulltext
  1434.                                                     [type] => list
  1435.                                                     [label] => COM_CONTENT_FLOAT_LABEL
  1436.                                                     [description] => COM_CONTENT_FLOAT_DESC
  1437.                                                 )
  1438.  
  1439.                                             [option] => Array
  1440.                                                 (
  1441.                                                     [0] => JGLOBAL_USE_GLOBAL
  1442.                                                     [1] => COM_CONTENT_RIGHT
  1443.                                                     [2] => COM_CONTENT_LEFT
  1444.                                                     [3] => COM_CONTENT_NONE
  1445.                                                 )
  1446.  
  1447.                                         )
  1448.  
  1449.                                     [7] => SimpleXMLElement Object
  1450.                                         (
  1451.                                             [@attributes] => Array
  1452.                                                 (
  1453.                                                     [name] => image_fulltext_alt
  1454.                                                     [type] => text
  1455.                                                     [label] => COM_CONTENT_FIELD_IMAGE_ALT_LABEL
  1456.                                                     [description] => COM_CONTENT_FIELD_IMAGE_ALT_DESC
  1457.                                                     [class] => inputbox
  1458.                                                     [size] => 20
  1459.                                                 )
  1460.  
  1461.                                         )
  1462.  
  1463.                                     [8] => SimpleXMLElement Object
  1464.                                         (
  1465.                                             [@attributes] => Array
  1466.                                                 (
  1467.                                                     [name] => image_fulltext_caption
  1468.                                                     [type] => text
  1469.                                                     [label] => COM_CONTENT_FIELD_IMAGE_CAPTION_LABEL
  1470.                                                     [description] => COM_CONTENT_FIELD_IMAGE_CAPTION_DESC
  1471.                                                     [class] => inputbox
  1472.                                                     [size] => 20
  1473.                                                 )
  1474.  
  1475.                                         )
  1476.  
  1477.                                 )
  1478.  
  1479.                         )
  1480.  
  1481.                     [2] => SimpleXMLElement Object
  1482.                         (
  1483.                             [@attributes] => Array
  1484.                                 (
  1485.                                     [name] => urls
  1486.                                     [label] => COM_CONTENT_FIELD_URLS_OPTIONS
  1487.                                 )
  1488.  
  1489.                             [field] => Array
  1490.                                 (
  1491.                                     [0] => SimpleXMLElement Object
  1492.                                         (
  1493.                                             [@attributes] => Array
  1494.                                                 (
  1495.                                                     [name] => urla
  1496.                                                     [type] => url
  1497.                                                     [validate] => url
  1498.                                                     [filter] => url
  1499.                                                     [label] => COM_CONTENT_FIELD_URLA_LABEL
  1500.                                                     [description] => COM_CONTENT_FIELD_URL_DESC
  1501.                                                 )
  1502.  
  1503.                                         )
  1504.  
  1505.                                     [1] => SimpleXMLElement Object
  1506.                                         (
  1507.                                             [@attributes] => Array
  1508.                                                 (
  1509.                                                     [name] => urlatext
  1510.                                                     [type] => text
  1511.                                                     [label] => COM_CONTENT_FIELD_URLA_LINK_TEXT_LABEL
  1512.                                                     [description] => COM_CONTENT_FIELD_URL_LINK_TEXT_DESC
  1513.                                                     [class] => inputbox
  1514.                                                     [size] => 20
  1515.                                                 )
  1516.  
  1517.                                         )
  1518.  
  1519.                                     [2] => SimpleXMLElement Object
  1520.                                         (
  1521.                                             [@attributes] => Array
  1522.                                                 (
  1523.                                                     [name] => targeta
  1524.                                                     [type] => list
  1525.                                                     [label] => COM_CONTENT_URL_FIELD_BROWSERNAV_LABEL
  1526.                                                     [description] => COM_CONTENT_URL_FIELD_BROWSERNAV_DESC
  1527.                                                     [default] =>
  1528.                                                     [filter] => options
  1529.                                                     [class] => inputbox
  1530.                                                 )
  1531.  
  1532.                                             [option] => Array
  1533.                                                 (
  1534.                                                     [0] => JGLOBAL_USE_GLOBAL
  1535.                                                     [1] => JBROWSERTARGET_PARENT
  1536.                                                     [2] => JBROWSERTARGET_NEW
  1537.                                                     [3] => JBROWSERTARGET_POPUP
  1538.                                                     [4] => JBROWSERTARGET_MODAL
  1539.                                                 )
  1540.  
  1541.                                         )
  1542.  
  1543.                                     [3] => SimpleXMLElement Object
  1544.                                         (
  1545.                                             [@attributes] => Array
  1546.                                                 (
  1547.                                                     [name] => spacer3
  1548.                                                     [type] => spacer
  1549.                                                     [hr] => true
  1550.                                                 )
  1551.  
  1552.                                         )
  1553.  
  1554.                                     [4] => SimpleXMLElement Object
  1555.                                         (
  1556.                                             [@attributes] => Array
  1557.                                                 (
  1558.                                                     [name] => urlb
  1559.                                                     [type] => url
  1560.                                                     [validate] => url
  1561.                                                     [filter] => url
  1562.                                                     [label] => COM_CONTENT_FIELD_URLB_LABEL
  1563.                                                     [description] => COM_CONTENT_FIELD_URL_DESC
  1564.                                                 )
  1565.  
  1566.                                         )
  1567.  
  1568.                                     [5] => SimpleXMLElement Object
  1569.                                         (
  1570.                                             [@attributes] => Array
  1571.                                                 (
  1572.                                                     [name] => urlbtext
  1573.                                                     [type] => text
  1574.                                                     [label] => COM_CONTENT_FIELD_URLB_LINK_TEXT_LABEL
  1575.                                                     [description] => COM_CONTENT_FIELD_URL_LINK_TEXT_DESC
  1576.                                                     [class] => inputbox
  1577.                                                     [size] => 20
  1578.                                                 )
  1579.  
  1580.                                         )
  1581.  
  1582.                                     [6] => SimpleXMLElement Object
  1583.                                         (
  1584.                                             [@attributes] => Array
  1585.                                                 (
  1586.                                                     [name] => targetb
  1587.                                                     [type] => list
  1588.                                                     [label] => COM_CONTENT_URL_FIELD_BROWSERNAV_LABEL
  1589.                                                     [description] => COM_CONTENT_URL_FIELD_BROWSERNAV_DESC
  1590.                                                     [default] =>
  1591.                                                     [filter] => options
  1592.                                                     [class] => inputbox
  1593.                                                 )
  1594.  
  1595.                                             [option] => Array
  1596.                                                 (
  1597.                                                     [0] => JGLOBAL_USE_GLOBAL
  1598.                                                     [1] => JBROWSERTARGET_PARENT
  1599.                                                     [2] => JBROWSERTARGET_NEW
  1600.                                                     [3] => JBROWSERTARGET_POPUP
  1601.                                                     [4] => JBROWSERTARGET_MODAL
  1602.                                                 )
  1603.  
  1604.                                         )
  1605.  
  1606.                                     [7] => SimpleXMLElement Object
  1607.                                         (
  1608.                                             [@attributes] => Array
  1609.                                                 (
  1610.                                                     [name] => spacer4
  1611.                                                     [type] => spacer
  1612.                                                     [hr] => true
  1613.                                                 )
  1614.  
  1615.                                         )
  1616.  
  1617.                                     [8] => SimpleXMLElement Object
  1618.                                         (
  1619.                                             [@attributes] => Array
  1620.                                                 (
  1621.                                                     [name] => urlc
  1622.                                                     [type] => url
  1623.                                                     [validate] => url
  1624.                                                     [filter] => url
  1625.                                                     [label] => COM_CONTENT_FIELD_URLC_LABEL
  1626.                                                     [description] => COM_CONTENT_FIELD_URL_DESC
  1627.                                                 )
  1628.  
  1629.                                         )
  1630.  
  1631.                                     [9] => SimpleXMLElement Object
  1632.                                         (
  1633.                                             [@attributes] => Array
  1634.                                                 (
  1635.                                                     [name] => urlctext
  1636.                                                     [type] => text
  1637.                                                     [label] => COM_CONTENT_FIELD_URLC_LINK_TEXT_LABEL
  1638.                                                     [description] => COM_CONTENT_FIELD_URL_LINK_TEXT_DESC
  1639.                                                     [class] => inputbox
  1640.                                                     [size] => 20
  1641.                                                 )
  1642.  
  1643.                                         )
  1644.  
  1645.                                     [10] => SimpleXMLElement Object
  1646.                                         (
  1647.                                             [@attributes] => Array
  1648.                                                 (
  1649.                                                     [name] => targetc
  1650.                                                     [type] => list
  1651.                                                     [label] => COM_CONTENT_URL_FIELD_BROWSERNAV_LABEL
  1652.                                                     [description] => COM_CONTENT_URL_FIELD_BROWSERNAV_DESC
  1653.                                                     [default] =>
  1654.                                                     [filter] => options
  1655.                                                     [class] => inputbox
  1656.                                                 )
  1657.  
  1658.                                             [option] => Array
  1659.                                                 (
  1660.                                                     [0] => JGLOBAL_USE_GLOBAL
  1661.                                                     [1] => JBROWSERTARGET_PARENT
  1662.                                                     [2] => JBROWSERTARGET_NEW
  1663.                                                     [3] => JBROWSERTARGET_POPUP
  1664.                                                     [4] => JBROWSERTARGET_MODAL
  1665.                                                 )
  1666.  
  1667.                                         )
  1668.  
  1669.                                 )
  1670.  
  1671.                         )
  1672.  
  1673.                     [3] => SimpleXMLElement Object
  1674.                         (
  1675.                             [@attributes] => Array
  1676.                                 (
  1677.                                     [name] => metadata
  1678.                                     [label] => JGLOBAL_FIELDSET_METADATA_OPTIONS
  1679.                                 )
  1680.  
  1681.                             [fieldset] => SimpleXMLElement Object
  1682.                                 (
  1683.                                     [@attributes] => Array
  1684.                                         (
  1685.                                             [name] => jmetadata
  1686.                                             [label] => JGLOBAL_FIELDSET_METADATA_OPTIONS
  1687.                                         )
  1688.  
  1689.                                     [field] => Array
  1690.                                         (
  1691.                                             [0] => SimpleXMLElement Object
  1692.                                                 (
  1693.                                                     [@attributes] => Array
  1694.                                                         (
  1695.                                                             [name] => robots
  1696.                                                             [type] => list
  1697.                                                             [label] => JFIELD_METADATA_ROBOTS_LABEL
  1698.                                                             [description] => JFIELD_METADATA_ROBOTS_DESC
  1699.                                                         )
  1700.  
  1701.                                                     [option] => Array
  1702.                                                         (
  1703.                                                             [0] => JGLOBAL_USE_GLOBAL
  1704.                                                             [1] => JGLOBAL_INDEX_FOLLOW
  1705.                                                             [2] => JGLOBAL_NOINDEX_FOLLOW
  1706.                                                             [3] => JGLOBAL_INDEX_NOFOLLOW
  1707.                                                             [4] => JGLOBAL_NOINDEX_NOFOLLOW
  1708.                                                         )
  1709.  
  1710.                                                 )
  1711.  
  1712.                                             [1] => SimpleXMLElement Object
  1713.                                                 (
  1714.                                                     [@attributes] => Array
  1715.                                                         (
  1716.                                                             [name] => author
  1717.                                                             [type] => text
  1718.                                                             [label] => JAUTHOR
  1719.                                                             [description] => JFIELD_METADATA_AUTHOR_DESC
  1720.                                                             [size] => 20
  1721.                                                         )
  1722.  
  1723.                                                 )
  1724.  
  1725.                                             [2] => SimpleXMLElement Object
  1726.                                                 (
  1727.                                                     [@attributes] => Array
  1728.                                                         (
  1729.                                                             [name] => rights
  1730.                                                             [type] => textarea
  1731.                                                             [label] => JFIELD_META_RIGHTS_LABEL
  1732.                                                             [description] => JFIELD_META_RIGHTS_DESC
  1733.                                                             [required] => false
  1734.                                                             [filter] => string
  1735.                                                             [cols] => 30
  1736.                                                             [rows] => 2
  1737.                                                         )
  1738.  
  1739.                                                 )
  1740.  
  1741.                                             [3] => SimpleXMLElement Object
  1742.                                                 (
  1743.                                                     [@attributes] => Array
  1744.                                                         (
  1745.                                                             [name] => xreference
  1746.                                                             [type] => text
  1747.                                                             [label] => COM_CONTENT_FIELD_XREFERENCE_LABEL
  1748.                                                             [description] => COM_CONTENT_FIELD_XREFERENCE_DESC
  1749.                                                             [class] => inputbox
  1750.                                                             [size] => 20
  1751.                                                         )
  1752.  
  1753.                                                 )
  1754.  
  1755.                                         )
  1756.  
  1757.                                 )
  1758.  
  1759.                         )
  1760.  
  1761.                     [4] => SimpleXMLElement Object
  1762.                         (
  1763.                             [field] => Array
  1764.                                 (
  1765.                                     [0] => SimpleXMLElement Object
  1766.                                         (
  1767.                                             [@attributes] => Array
  1768.                                                 (
  1769.                                                     [name] => introtext
  1770.                                                     [label] => COM_CONTENT_FIELD_INTROTEXT
  1771.                                                 )
  1772.  
  1773.                                         )
  1774.  
  1775.                                     [1] => SimpleXMLElement Object
  1776.                                         (
  1777.                                             [@attributes] => Array
  1778.                                                 (
  1779.                                                     [name] => fulltext
  1780.                                                     [label] => COM_CONTENT_FIELD_FULLTEXT
  1781.                                                 )
  1782.  
  1783.                                         )
  1784.  
  1785.                                 )
  1786.  
  1787.                         )
  1788.  
  1789.                 )
  1790.  
  1791.             [field] => SimpleXMLElement Object
  1792.                 (
  1793.                     [@attributes] => Array
  1794.                         (
  1795.                             [name] => xreference
  1796.                             [type] => text
  1797.                             [label] => JFIELD_KEY_REFERENCE_LABEL
  1798.                             [description] => JFIELD_KEY_REFERENCE_DESC
  1799.                             [class] => inputbox
  1800.                             [size] => 20
  1801.                         )
  1802.  
  1803.                 )
  1804.  
  1805.             [comment] => SimpleXMLElement Object
  1806.                 (
  1807.                 )
  1808.  
  1809.             [form] => SimpleXMLElement Object
  1810.                 (
  1811.                     [fields] => SimpleXMLElement Object
  1812.                         (
  1813.                             [fieldset] => SimpleXMLElement Object
  1814.                                 (
  1815.                                     [@attributes] => Array
  1816.                                         (
  1817.                                             [name] => formState
  1818.                                         )
  1819.  
  1820.                                     [field] => SimpleXMLElement Object
  1821.                                         (
  1822.                                             [@attributes] => Array
  1823.                                                 (
  1824.                                                     [name] => formState_list
  1825.                                                     [dafault] => 1
  1826.                                                     [type] => list
  1827.                                                     [label] => Подключить обратную связь
  1828.                                                     [description] => Подключить обратную связь
  1829.                                                 )
  1830.  
  1831.                                             [option] => Array
  1832.                                                 (
  1833.                                                     [0] => Да
  1834.                                                     [1] => Нет
  1835.                                                 )
  1836.  
  1837.                                         )
  1838.  
  1839.                                 )
  1840.  
  1841.                         )
  1842.  
  1843.                 )
  1844.  
  1845.         )
  1846.  
  1847.     [repeat] =>
  1848. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement