summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml')
-rw-r--r--abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml b/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml
new file mode 100644
index 0000000..86e5742
--- /dev/null
+++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml
@@ -0,0 +1,50 @@
+<mythmenu name="KnoppMyth">
+
+ <button>
+ <type>BACKUP</type>
+ <text>Backup KnoppMyth</text>
+ <action>MENU mythbackup.xml</action>
+ </button>
+
+ <button>
+ <type>RESTORE</type>
+ <text>Restore KnoppMyth</text>
+ <action>MENU mythrestore.xml</action>
+ </button>
+
+<!--
+ <button>
+ <type>POWER</type>
+ <text>Power Off </text>
+ <action>EXEC /usr/bin/sudo halt</action>
+ </button>
+
+ <button>
+ <type>POWER</type>
+ <text>Reboot</text>
+ <action>EXEC /usr/bin/sudo reboot</action>
+ </button>
+
+ <button>
+ <type>VERSION</type>
+ <text>Version</text>
+ <action>EXEC /usr/local/bin/ver.sh</action>
+ </button>
+-->
+
+ <button>
+ <type>MV_SETUP_MENU</type>
+ <text>MythVantage Settings</text>
+ <action>MENU HOST_SETTINGS.xml</action>
+
+ </button>
+<!--
+ <button>
+ <type>MV_TEMPLATE</type>
+ <text>Settings profile manager</text>
+ <action>EXEC mythinstall -t </action>
+
+ </button>
+-->
+</mythmenu>
+