aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence/720p/DialogButtonMenu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.confluence/720p/DialogButtonMenu.xml')
-rw-r--r--addons/skin.confluence/720p/DialogButtonMenu.xml40
1 files changed, 36 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/DialogButtonMenu.xml b/addons/skin.confluence/720p/DialogButtonMenu.xml
index 08848834fc..0ae22e8b58 100644
--- a/addons/skin.confluence/720p/DialogButtonMenu.xml
+++ b/addons/skin.confluence/720p/DialogButtonMenu.xml
@@ -63,9 +63,9 @@
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
- <onleft>13</onleft>
+ <onleft>2</onleft>
<onright>13</onright>
- <onup>9</onup>
+ <onup>13</onup>
<ondown>2</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
@@ -222,7 +222,7 @@
<font>font13</font>
<visible>System.HasLocks</visible>
</control>
- <control type="group" id="11">
+ <control type="group" id="10">
<width>340</width>
<height>70</height>
<visible>System.HasAlarm(shutdowntimer)</visible>
@@ -246,7 +246,39 @@
<label>$LOCALIZE[31329] [B]$INFO[System.Alarmpos][/B]</label>
</control>
</control>
- <control type="image" id="12">
+ <control type="button" id="11">
+ <description>Inhibit idle shutdown</description>
+ <width>340</width>
+ <height>40</height>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <textwidth>290</textwidth>
+ <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
+ <texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
+ <onclick>XBMC.InhibitIdleShutdown(true)</onclick>
+ <pulseonselect>no</pulseonselect>
+ <font>font13</font>
+ <label>13017</label>
+ <visible>System.HasShutdown +!System.IsInhibit</visible>
+ </control>
+ <control type="button" id="12">
+ <description>Allow idle shutdown</description>
+ <width>340</width>
+ <height>40</height>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <textwidth>290</textwidth>
+ <texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
+ <texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
+ <onclick>XBMC.InhibitIdleShutdown(false)</onclick>
+ <pulseonselect>no</pulseonselect>
+ <font>font13</font>
+ <label>13018</label>
+ <visible>System.HasShutdown + System.IsInhibit</visible>
+ </control>
+ <control type="image" id="13">
<description>background bottom image</description>
<posx>0</posx>
<width>340</width>