33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-12-23 03:19:00 +00:00

Change info icon to bootstrap icon

This commit is contained in:
Niels van der Veer 2014-09-01 19:05:19 +02:00
parent eab31b00f7
commit e0660e1073

View File

@ -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 '&nbsp;'; echo '&nbsp;';
endif; endif;