XML noobie help
#1
Exclamation 
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

Moved to "Translations and Languages" delete please

Thanks in advance
Avia.
Reply
#2
Pretty sure it's impossible to swap the 2 labels over as label2 is rendered on the rightside.
Reply

Logout Mark Read Team Forum Stats Members Help
XML noobie help0