Kodi Community Forum
[Kodi 16 Jarvis] XML noobie help - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Translations and Languages (https://forum.kodi.tv/forumdisplay.php?fid=90)
+--- Thread: [Kodi 16 Jarvis] XML noobie help (/showthread.php?tid=255645)



[Kodi 16 Jarvis] XML noobie help - xAyx - 2016-01-08

Hello friends

I'm translating Eminence 2 skin to hebrew and I need little help with XML code.
I managed to align the "label" to the right but no luck align second label to the left (label 2).
Someone has a solution?

The code:

Code:
<!-- Startup Video -->
<control type="button" id="9611">
<width>100%</width>
<align>right</align>
<label>31184</label>
<visible>ControlGroup(8000).HasFocus(8009)</visible>
<include>Defs_OptionButton</include>
<label2>$VAR[Label_SkinSetting_StartupVideo]</label2>
<onclick condition="IsEmpty(Skin.String(StartupPlaylist))">Skin.SetFile(StartupPlaylist,.mp4|.avi|.mkv|.xvid|.wmv|.mov|.xsp|.mp3|.wma|.flac|.m3u)</onclick>
<onclick condition="!IsEmpty(Skin.String(StartupPlaylist))">Skin.Reset(StartupPlaylist)</onclick>
</control>

An image of the problem:
Image

Thanks in advance
Avia.