<vlayout>\r
<hlayout>\r
<label value="@load(each.media.houseId)" hflex="1"/>\r
- <label value="@load(each.media.title)" hflex="2"/>\r
- <label value="@load(each.media.mediaFileRealName)" hflex="5"/>\r
+ <label value="@load(each.media.title)" hflex="3"/>\r
+ <label value="@load(each.media.mediaFileRealName)" hflex="6"/>\r
<label style="font-size: 10px;" value="@load(each.media.archived) @converter('user.jobengine.zk.model.ShortDateConverter')" hflex="1"/>\r
<label value="@load(each.media.length)" hflex="2"/>\r
+ <label style="font-size:14px"\r
+ value="@load(each.media.length) @converter('user.jobengine.zk.model.TCConverter')" />\r
+ <image\r
+ src="/img/ic_visibility_black_18dp.png"\r
+ style="margin-left:4px;margin-top:2px;vertical-align:top;">\r
+ <attribute name="visible"\r
+ if="${each.media.mediaFilesCount lt 2}">\r
+ false\r
+ </attribute>\r
+ </image>\r
+ <image\r
+ src="/img/ic_visibility_off_black_18dp.png"\r
+ style="margin-left:4px;margin-top:2px;vertical-align:top;">\r
+ <attribute name="visible"\r
+ if="${each.media.mediaFilesCount gt 1}">\r
+ false\r
+ </attribute>\r
+ </image>\r
+ <image\r
+ src="/img/baseline_arrow_back_black_18dp.png"\r
+ style="margin-left:4px;margin-top:2px;vertical-align:top;"\r
+ visible="@load(!each.media.created.equals(each.media.modified))">\r
+ </image>\r
</hlayout>\r
<hlayout> \r
<image tooltiptext="Kattints a lejátszáshoz!" width="140px" height="90px" sclass="myimg"\r