mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-23 11:29:00 +00:00
Change info icon to bootstrap icon
This commit is contained in:
parent
eab31b00f7
commit
e0660e1073
@ -26,9 +26,9 @@ foreach ($this->items as $i => $item) :
|
|||||||
<?php echo $this->escape($item->title); ?>
|
<?php echo $this->escape($item->title); ?>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td class="center">
|
||||||
<?php if ($item->description) :
|
<?php if ($item->description) :
|
||||||
echo JHtml::_('tooltip', htmlspecialchars($item->description), 'Info');
|
echo JHtml::tooltip(htmlspecialchars($item->description), '', '', '<i class="icon-info"></i>');
|
||||||
else :
|
else :
|
||||||
echo ' ';
|
echo ' ';
|
||||||
endif;
|
endif;
|
||||||
|
Loading…
Reference in New Issue
Block a user