31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-10 17:22:21 +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); ?>
</a>
</td>
<td>
<td class="center">
<?php if ($item->description) :
echo JHtml::_('tooltip', htmlspecialchars($item->description), 'Info');
echo JHtml::tooltip(htmlspecialchars($item->description), '', '', '<i class="icon-info"></i>');
else :
echo '&nbsp;';
endif;