js/datetime/timesheet_item/themes/default/timesheet_item.html in rsence-pre-2.1.8.1 vs js/datetime/timesheet_item/themes/default/timesheet_item.html in rsence-pre-2.2.0.0

- old
+ new

@@ -1,8 +1,10 @@ -<div class="timesheet_item"> +<div class="timesheet_item" id="bg#{_ID}"> + <div class="timesheet_item_time" id="state#{_ID}"></div> <div class="timesheet_item_middle"> <div class="timesheet_item_label" id="label#{_ID}">#{this.label}</div> </div> + <div class="timesheet_item_icons" id="icons#{_ID}"></div> <div class="timesheet_item_resize_top"></div> <div class="timesheet_item_resize_bottom"></div> <div class="timesheet_item_move" id="subview#{_ID}"></div> -</div> \ No newline at end of file +</div>