diff options
| author | louis <louis.braun@gmx.de> | 2015-03-15 15:50:12 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-03-15 15:50:12 +0100 |
| commit | b6e6065b0f6951042e78e6babe757393596a8a42 (patch) | |
| tree | dbd09ffca5d46f13a091c849868b2b410236e646 /dtd | |
| parent | a7d01384fcae390e3e3534b92a288ba4f6f0bd44 (diff) | |
| download | vdr-plugin-skindesigner-b6e6065b0f6951042e78e6babe757393596a8a42.tar.gz vdr-plugin-skindesigner-b6e6065b0f6951042e78e6babe757393596a8a42.tar.bz2 | |
added <systemmemory> viewelement in main menu
Diffstat (limited to 'dtd')
| -rw-r--r-- | dtd/displaymenu.dtd | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dtd/displaymenu.dtd b/dtd/displaymenu.dtd index 1e2b6f5..63baaae 100644 --- a/dtd/displaymenu.dtd +++ b/dtd/displaymenu.dtd @@ -75,6 +75,12 @@ condition CDATA #IMPLIED
>
+<!ELEMENT systemmemory (area|areascroll)*>
+<!ATTLIST systemmemory
+ debug CDATA #IMPLIED
+ condition CDATA #IMPLIED
+>
+
<!ELEMENT temperatures (area|areascroll)*>
<!ATTLIST temperatures
debug CDATA #IMPLIED
@@ -131,7 +137,8 @@ >
<!ELEMENT menumain (background | header | datetime | time | colorbuttons | scrollbar | timers |
- discusage | devices | systemload | temperatures | currentschedule | currentweather | customtokens | menuitems)*>
+ discusage | devices | systemload | systemmemory | temperatures | currentschedule |
+ currentweather | customtokens | menuitems)*>
<!ATTLIST menumain
x CDATA #REQUIRED
y CDATA #REQUIRED
|
