diff options
author | louis <louis.braun@gmx.de> | 2016-02-28 11:23:19 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-02-28 11:23:19 +0100 |
commit | 6fe2691f74e27969e5c11791aeec810eebca3625 (patch) | |
tree | 6a25fa641c1187c2136732264ff7c2e6d4be56eb /skinskeleton | |
parent | c47cbcca8bdd5918dacb171c25f99a9c0af376ca (diff) | |
download | vdr-plugin-skindesigner-6fe2691f74e27969e5c11791aeec810eebca3625.tar.gz vdr-plugin-skindesigner-6fe2691f74e27969e5c11791aeec810eebca3625.tar.bz2 |
added tokens for various menucategories in menudefault
Diffstat (limited to 'skinskeleton')
-rw-r--r-- | skinskeleton/xmlfiles/displaymenudefault.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/skinskeleton/xmlfiles/displaymenudefault.xml b/skinskeleton/xmlfiles/displaymenudefault.xml index 64718c2..3c6b9e5 100644 --- a/skinskeleton/xmlfiles/displaymenudefault.xml +++ b/skinskeleton/xmlfiles/displaymenudefault.xml @@ -45,6 +45,14 @@ {setup} is set to true For the commands menu {commands} is set to true + The following tokens are set for the different other menu categiries: + {unknown} true if mcUndefined or mcUnknown is set + {channeledit} true if mcChannelEdit is set + {timeredit} true if mcTimerEdit is set + {recordinginfo} true if mcRecordingInfo is set + {recordingedit} true if mcRecordingEdit is set + {folder} true if mcFolder is set + {cam} true if mcCam is set If a plugin is running, a token called as the name of the plugin is set to true {pluginname} is set to true --> |