Integrate tooltips and code cleanup/fix bugs, see #166
This commit is contained in:
7
app/Template/subtask/icons.php
Normal file
7
app/Template/subtask/icons.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php if ($subtask['status'] == 0): ?>
|
||||
<i class="fa fa-square-o fa-fw"></i>
|
||||
<?php elseif ($subtask['status'] == 1): ?>
|
||||
<i class="fa fa-gears fa-fw"></i>
|
||||
<?php else: ?>
|
||||
<i class="fa fa-check-square-o fa-fw"></i>
|
||||
<?php endif ?>
|
||||
Reference in New Issue
Block a user