blob: 05cb0a71828614363e62284043179034fdfaa0d7 (
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>MENU linhes.xml</action>
</button>
</mythmenu>
|