summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/old/stable-0.23/mythtv/menu-xml/mythrestore.xml
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-06 03:49:08 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-06 03:49:08 (GMT)
commitcd93c8ee5f2f5c40d6dd56c2c45d54560b052852 (patch)
tree69b191a821152b9e6164e50d80291af9fcf31052 /abs/core/mythtv/old/stable-0.23/mythtv/menu-xml/mythrestore.xml
parentd46b411345a20e0ea7cbf62d55539789524b5dd5 (diff)
downloadlinhes_pkgbuild-cd93c8ee5f2f5c40d6dd56c2c45d54560b052852.zip
linhes_pkgbuild-cd93c8ee5f2f5c40d6dd56c2c45d54560b052852.tar.gz
linhes_pkgbuild-cd93c8ee5f2f5c40d6dd56c2c45d54560b052852.tar.bz2
mythtv: upgrade to 0.24 - untested
Diffstat (limited to 'abs/core/mythtv/old/stable-0.23/mythtv/menu-xml/mythrestore.xml')
-rw-r--r--abs/core/mythtv/old/stable-0.23/mythtv/menu-xml/mythrestore.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/abs/core/mythtv/old/stable-0.23/mythtv/menu-xml/mythrestore.xml b/abs/core/mythtv/old/stable-0.23/mythtv/menu-xml/mythrestore.xml
new file mode 100644
index 0000000..8f5c285
--- /dev/null
+++ b/abs/core/mythtv/old/stable-0.23/mythtv/menu-xml/mythrestore.xml
@@ -0,0 +1,20 @@
+<mythmenu name="LinHES">
+
+ <button>
+ <type>RESTORE</type>
+ <text>Do you wish to restore?</text>
+ <action>NONE</action>
+ </button>
+
+ <button>
+ <type>RESTORE</type>
+ <text>Yes</text>
+ <action>EXEC sudo /usr/LH/bin/mythrestore</action>
+ </button>
+
+ <button>
+ <type>BACKUP</type>
+ <text>No</text>
+ <action>UPMENU</action>
+ </button>
+</mythmenu>