added support for custom tokens in dislaychannel

This commit is contained in:
louis
2014-10-11 16:31:39 +02:00
parent 04340d11c9
commit 0e0f05cfcb
16 changed files with 132 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<!ELEMENT displaychannel (background | channelinfo | epginfo | progressbar | progressbarback |
statusinfo | screenresolution | channelgroup |
signalquality | signalqualityback | scrapercontent |
datetime | message)* >
datetime | message | customtokens)* >
<!ATTLIST displaychannel
x CDATA #REQUIRED
y CDATA #REQUIRED
@@ -83,4 +83,9 @@
debug CDATA #IMPLIED
>
<!ELEMENT customtokens (area|areascroll)*>
<!ATTLIST customtokens
debug CDATA #IMPLIED
>
%functions;