File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<span>
22<?php if ($ task ['assigned_groupname ' ]): ?>
33 <strong><?= t ('Assigned Group: ' ) ?> </strong>
4- <span class="assigned-group" style="background-color: #<?= $ this ->task ->groupColorExtension ->getGroupColor ($ task ['assigned_groupname ' ]) ?> " color:" <?= $ this ->task ->groupColorExtension ->getFontColor ($ this ->task ->groupColorExtension ->getGroupColor ($ task ['assigned_groupname ' ])) ?> "><?= $ this ->text ->e ($ task ['assigned_groupname ' ] ?: $ task ['owner_gp ' ]) ?> </span>
4+ <span class="assigned-group" style="background-color: #<?= $ this ->task ->groupColorExtension ->getGroupColor ($ task ['assigned_groupname ' ]) ?> ; color:<?= $ this ->task ->groupColorExtension ->getFontColor ($ this ->task ->groupColorExtension ->getGroupColor ($ task ['assigned_groupname ' ])) ?> ; "><?= $ this ->text ->e ($ task ['assigned_groupname ' ] ?: $ task ['owner_gp ' ]) ?> </span>
55 <br>
66<?php endif ?>
77</span>
Original file line number Diff line number Diff line change 22 <strong><?= t ('Assigned Group: ' ) ?> </strong>
33 <span>
44 <?php if ($ task ['assigned_groupname ' ]): ?>
5- <span class="assigned-group" style="background-color: #<?= $ this ->task ->groupColorExtension ->getGroupColor ($ task ['assigned_groupname ' ]) ?> " color:" <?= $ this ->task ->groupColorExtension ->getFontColor ($ this ->task ->groupColorExtension ->getGroupColor ($ task ['assigned_groupname ' ])) ?> "><?= $ this ->text ->e ($ task ['assigned_groupname ' ] ?: $ task ['owner_gp ' ]) ?> </span>
5+ <span class="assigned-group" style="background-color: #<?= $ this ->task ->groupColorExtension ->getGroupColor ($ task ['assigned_groupname ' ]) ?> ; color:<?= $ this ->task ->groupColorExtension ->getFontColor ($ this ->task ->groupColorExtension ->getGroupColor ($ task ['assigned_groupname ' ])) ?> ; "><?= $ this ->text ->e ($ task ['assigned_groupname ' ] ?: $ task ['owner_gp ' ]) ?> </span>
66 <?php else : ?>
77 <?= t ('not assigned ' ) ?>
88 <?php endif ?>
You can’t perform that action at this time.
0 commit comments