summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable-0.23/mythtv/menu-xml/mythrestore.xml
blob: 8f5c285ce757caf4ff5d79de1469457166117d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>