[Bug #1024] Fixed showing progress in print view
FEA: ItEr74S04BugFixing
This commit is contained in:
parent
b61f1ac1a2
commit
5c137e6c3e
2 changed files with 1 additions and 10 deletions
|
|
@ -329,15 +329,8 @@ public class CutyPrint {
|
|||
}
|
||||
String includeCSSLines = " body { width: " + width + "px; } \n";
|
||||
if ((labels != null) && (labels.equals("all"))) {
|
||||
includeCSSLines += " .task-labels { display: inline !important;} \n";
|
||||
includeCSSLines += " .task-labels { display: inline !important;} \n ";
|
||||
}
|
||||
if ((advances != null) && (advances.equals("all"))) {
|
||||
includeCSSLines += " .completion2 { display: inline !important;} \n";
|
||||
}
|
||||
if ((reportedHours != null) && (reportedHours.equals("all"))) {
|
||||
includeCSSLines += " .completion { display: inline !important;} \n";
|
||||
}
|
||||
|
||||
|
||||
if ((resources != null) && (resources.equals("all"))) {
|
||||
includeCSSLines += " .task-resources { display: inline !important;} \n";
|
||||
|
|
|
|||
|
|
@ -67,12 +67,10 @@ a.ruta,
|
|||
|
||||
.border-container .taskgroup_start,
|
||||
.border-container .taskgroup_end {
|
||||
margin-top: 6px;
|
||||
repeat-y: none;
|
||||
}
|
||||
|
||||
#listtasks .milestone_end {
|
||||
margin-top: 8px;
|
||||
repeat-y: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue