diff --git a/ganttzk/src/main/resources/web/js/ganttz/mold/gantt-panel.js b/ganttzk/src/main/resources/web/js/ganttz/mold/gantt-panel.js index 2f21c7607..e82de90d0 100644 --- a/ganttzk/src/main/resources/web/js/ganttz/mold/gantt-panel.js +++ b/ganttzk/src/main/resources/web/js/ganttz/mold/gantt-panel.js @@ -4,13 +4,15 @@ function(out){ this.domAttrs_(), '>'); - out.push('
'); for (var w = this.firstChild; w; w = w.nextSibling) w.redraw(out); out.push('
'); out.push(''); + out.push('
'); + out.push('
', '
', '
'); diff --git a/ganttzk/src/main/resources/web/js/ganttz/mold/task-component.js b/ganttzk/src/main/resources/web/js/ganttz/mold/task-component.js index 8dc5fb10c..8d6f53c89 100644 --- a/ganttzk/src/main/resources/web/js/ganttz/mold/task-component.js +++ b/ganttzk/src/main/resources/web/js/ganttz/mold/task-component.js @@ -4,12 +4,12 @@ function(out){ * onMouseOut="zkTasklist.hideTooltip('tasktooltip${self.uuid}');"> * */ out.push('
'); out.push('
', this.getLabelsText(),'
'); out.push('
'); - out.push('
', this.getResourcesText(),'
'); + out.push('
', this.getResourcesText(),'
'); out.push('
'); out.push('
'); diff --git a/ganttzk/src/main/resources/web/js/ganttz/mold/task-list.js b/ganttzk/src/main/resources/web/js/ganttz/mold/task-list.js index a87e4f7d2..767ae1600 100644 --- a/ganttzk/src/main/resources/web/js/ganttz/mold/task-list.js +++ b/ganttzk/src/main/resources/web/js/ganttz/mold/task-list.js @@ -5,7 +5,7 @@ function(out){ out.push('
'); out.push('
'); - out.push('
'); for(var w = this.firstChild; w; w = w.nextSibling) w.redraw(out); out.push(''); - for(var w = this.firstChild; w; w = w.nextSibling) - w.redraw(out); - out.push('
'); - out.push('
'); + for(var w = this.firstChild; w; w = w.nextSibling) + w.redraw(out); + out.push('
'); + out.push('
'); + out.push('
'); } \ No newline at end of file