diff options
| author | louis <louis.braun@gmx.de> | 2014-12-19 15:39:21 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2014-12-19 15:39:21 +0100 |
| commit | b0fd4604032be9a902b5bdd07037a5fc0ff16337 (patch) | |
| tree | 146aa97dde6e7543708986ad0f30bc70d1fea952 /dtd | |
| parent | a443d53e85de7e2f7e2ac56c5297d792ca103268 (diff) | |
| download | vdr-plugin-skindesigner-b0fd4604032be9a902b5bdd07037a5fc0ff16337.tar.gz vdr-plugin-skindesigner-b0fd4604032be9a902b5bdd07037a5fc0ff16337.tar.bz2 | |
added customtokens view element in displaymenumain, added automatic determination of custom int tokens
Diffstat (limited to 'dtd')
| -rw-r--r-- | dtd/displaymenu.dtd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dtd/displaymenu.dtd b/dtd/displaymenu.dtd index 2a3da3f..d939a36 100644 --- a/dtd/displaymenu.dtd +++ b/dtd/displaymenu.dtd @@ -65,6 +65,11 @@ debug CDATA #IMPLIED
>
+<!ELEMENT customtokens (area|areascroll)*>
+<!ATTLIST customtokens
+ debug CDATA #IMPLIED
+>
+
<!ELEMENT scrollbar (area|areascroll)*>
<!ATTLIST scrollbar
debug CDATA #IMPLIED
@@ -94,7 +99,7 @@ >
<!ELEMENT menumain (background | header | datetime | colorbuttons | scrollbar | timers |
- discusage | devices | systemload | currentschedule | menuitems)*>
+ discusage | devices | systemload | currentschedule | customtokens | menuitems)*>
<!ATTLIST menumain
x CDATA #REQUIRED
y CDATA #REQUIRED
|
