Browse Source

Allow controls directly in the Layout tag (the intermediate Group tag is not mandatory anymore).

pull/2/head
Olivier Teulière 19 years ago
parent
commit
1650c7648c
  1. 3
      share/skins2/skin.dtd

3
share/skins2/skin.dtd

@ -77,7 +77,8 @@
dragdrop CDATA "true"
playondrop CDATA "true"
>
<!ELEMENT Layout (Group)+>
<!ELEMENT Layout (Group|Image|Button|Playlist|Slider|RadialSlider|Text|Checkbox|
Anchor|Video|Playtree|Panel)+>
<!ATTLIST Layout
id CDATA "none"
width CDATA #REQUIRED

Loading…
Cancel
Save