BUG 8879 "Need help with reference to the colors of the tasks on..." SOLVED
- The colors in the trackerLogin processMap are different to the processMap of a normal user - The colors in the trackerLogin processMap are equal to the processMap of a normal user
This commit is contained in:
@@ -220,7 +220,9 @@ class processMap {
|
||||
} else {
|
||||
$oTask->color = '#006633';
|
||||
}
|
||||
} else { //$oTask->color = '#939598';
|
||||
}
|
||||
else {
|
||||
$oTask->color = "#939598";
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<table width="90%" align="center" cellpadding="0" cellspacing="3" border="0">
|
||||
<tr><td width="20%" style="background-color:#FF0000;"></td><td width="5%"></td><td>{$sLabel1}</td></tr>
|
||||
<tr><td width="20%" style="background-color:#006633;"></td><td width="5%"></td><td>{$sLabel2}</td></tr>
|
||||
<tr><td width="20%" style="background-color:{if !isset($tracker)}#939598;{else}#006699;{/if}"></td><td width="5%"></td><td>{$sLabel3}</td></tr>
|
||||
<tr><td width="20%" style="background-color:#939598;"></td><td width="5%"></td><td>{$sLabel3}</td></tr>
|
||||
{if !isset($tracker)}<tr><td width="20%" style="background-color:#FF9900;"></td><td width="5%"></td><td>{$sLabel4}</td></tr>{/if}
|
||||
</table>
|
||||
</form>
|
||||
Reference in New Issue
Block a user