Fixed bug with watermkars on secondlevel timetracker

* When changed zoom to week level, the first watermark column hadn't the proper width because it hadn't explictly set its width

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2011-01-14 13:14:59 +01:00
parent 9b06b82738
commit bc674149eb

View file

@ -34,7 +34,7 @@
${(each.currentPeriod?'timetracker_column_today':' ')}
${(each.deadlinePeriod?'timetracker_column_deadline':'')}"
forEach="${top.detailsSecondLevel}"
style="background-position: ${each.backgroundOffset}">
style="background-position: ${each.backgroundOffset}; width:${each.size}px;">
<n:div if="${each.currentPeriod and each.deadlinePeriod}" class="today_deadline" style="background-position: ${each.currentDayOffset}px" />
<n:table class="week_element" width="100%" height="100%" if="${top.zoomLevel == 'DETAIL_FOUR'}">
<n:tr>