mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 00:58:41 +00:00
icon fixes, loading optimizations
This commit is contained in:
parent
0a3869a6fe
commit
7a18f7c750
|
|
@ -3,7 +3,7 @@ html, body {
|
|||
margin: 0;
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-family: 'Arial', Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"name": "Support",
|
||||
"uri": null,
|
||||
"target": "self",
|
||||
"icon": "live_help-circle",
|
||||
"icon": "live_help",
|
||||
"order": 80,
|
||||
"from": "Support",
|
||||
"permission": { "permission": 2, "category": null, "element": null },
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<?php endif; ?>
|
||||
|
||||
<?php $tags = $task->getTags(); foreach ($tags as $tag) : ?>
|
||||
<span class="tag" style="background: <?= $this->printHtml($tag->color); ?>"><?= empty($tag->icon) ? '' : '<i class="' . $this->printHtml($tag->icon) . '"></i>'; ?><?= $this->printHtml($tag->getL11n()); ?></span>
|
||||
<span class="tag" style="background: <?= $this->printHtml($tag->color); ?>"><?= empty($tag->icon) ? '' : '<i class="g-icon">' . $this->printHtml($tag->icon) . '</i>'; ?><?= $this->printHtml($tag->getL11n()); ?></span>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user