blob: 656860d97f38d9e6e4f9b1573690cf95ecbdbc9a (
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>BACKUP</type>
<text>Do you wish to backup?</text>
<action>NONE</action>
</button>
<button>
<type>BACKUP</type>
<text>Yes</text>
<action>EXEC sudo /usr/LH/bin/mythbackup</action>
</button>
<button>
<type>BACKUP</type>
<text>No</text>
<action>MENU linhes.xml</action>
</button>
</mythmenu>
|