[Bug #759] Fixed problem with first watermark column width in week view

FEA: ItEr67S04BugFixing
This commit is contained in:
Lorenzo Tilve 2011-01-04 11:59:53 +01:00
parent edfc986b0d
commit 70aa231264

View file

@ -23,27 +23,15 @@
<n:table style="width: ${top.horizontalSize-2}px;" class="second_level_">
<n:tr class="z-columns">
<n:th class="z-column" forEach="${top.detailsSecondLevel}"
style="width: ${each.size}px">
<n:th class="z-column" forEach="${top.detailsSecondLevel}" style="width: ${each.size}px">
${each.name}
</n:th>
</n:tr>
<n:tr id="watermark">
<n:td class="timetracker_column${(each.even and (top.zoomLevel != 'DETAIL_FOUR'))?'_even':''}
${(each.bankHoliday?'bankHoliday':'')}
${(each.currentPeriod?'timetracker_column_today':' ')}
${(each.deadlinePeriod?'timetracker_column_deadline':'')}"
<n:td class="timetracker_column${(each.even and (top.zoomLevel != 'DETAIL_FOUR'))?'_even':''}${(each.bankHoliday?' bankHoliday':'')}${(each.currentPeriod?' timetracker_column_today':' ')}${(each.deadlinePeriod?' timetracker_column_deadline':'')}"
forEach="${top.detailsSecondLevel}"
style="background-position: ${each.backgroundOffset}">
<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>
<n:td/><n:td/><n:td/><n:td/><n:td/>
<n:td class="weekend" />
<n:td class="weekend" />
</n:tr>
</n:table>
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:td>
</n:tr>
</n:table>