diff options
Diffstat (limited to 'addons/skin.confluence/720p/DialogPVRGuideSearch.xml')
-rw-r--r-- | addons/skin.confluence/720p/DialogPVRGuideSearch.xml | 55 |
1 files changed, 9 insertions, 46 deletions
diff --git a/addons/skin.confluence/720p/DialogPVRGuideSearch.xml b/addons/skin.confluence/720p/DialogPVRGuideSearch.xml index 02bb14f4a9..4f7c647aa9 100644 --- a/addons/skin.confluence/720p/DialogPVRGuideSearch.xml +++ b/addons/skin.confluence/720p/DialogPVRGuideSearch.xml @@ -8,52 +8,15 @@ </coordinates> <include>dialogeffect</include> <controls> - <control type="image"> - <description>background image</description> - <left>0</left> - <top>0</top> - <width>865</width> - <height>605</height> - <texture border="40">DialogBack.png</texture> - </control> - <control type="image"> - <description>Dialog Header image</description> - <left>40</left> - <top>16</top> - <width>785</width> - <height>40</height> - <texture>dialogheader.png</texture> - </control> - <control type="label"> - <description>header label</description> - <left>40</left> - <top>20</top> - <width>785</width> - <height>30</height> - <font>font13_title</font> - <label>$LOCALIZE[19142]</label> - <align>center</align> - <aligny>center</aligny> - <textcolor>selected</textcolor> - <shadowcolor>black</shadowcolor> - </control> - <control type="button"> - <description>Close Window button</description> - <left>775</left> - <top>15</top> - <width>64</width> - <height>32</height> - <label>-</label> - <font>-</font> - <onclick>PreviousMenu</onclick> - <texturefocus>DialogCloseButton-focus.png</texturefocus> - <texturenofocus>DialogCloseButton.png</texturenofocus> - <onleft>3</onleft> - <onright>3</onright> - <onup>3</onup> - <ondown>3</ondown> - <visible>system.getbool(input.enablemouse)</visible> - </control> + <include name="DialogBackgroundCommons"> + <param name="DialogBackgroundWidth" value="865" /> + <param name="DialogBackgroundHeight" value="605" /> + <param name="DialogHeaderWidth" value="785" /> + <param name="DialogHeaderLabel" value="$LOCALIZE[19142]" /> + <param name="DialogHeaderId" value="2" /> + <param name="CloseButtonLeft" value="775" /> + <param name="CloseButtonNav" value="3" /> + </include> <control type="label"> <description>Search string</description> <left>30</left> |