Rewrite tooltips code without jQuery
This commit is contained in:
@@ -68,11 +68,8 @@
|
||||
<?php endif ?>
|
||||
|
||||
<?php if (! $not_editable && ! empty($column['description'])): ?>
|
||||
<span class="tooltip" title="<?= $this->text->markdownAttribute($column['description']) ?>">
|
||||
<i class="fa fa-info-circle"></i>
|
||||
</span>
|
||||
<?= $this->app->tooltipMarkdown($column['description']) ?>
|
||||
<?php endif ?>
|
||||
|
||||
</span>
|
||||
|
||||
<?php if (! empty($column['column_nb_tasks'])): ?>
|
||||
|
||||
Reference in New Issue
Block a user