mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-02-03 04:18:25 +00:00
Merge pull request #34 from n9iels/master
Change info icon to bootstrap icon
This commit is contained in:
commit
713e7d0df8
@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
defined('_JEXEC') or die;
|
defined('_JEXEC') or die;
|
||||||
|
|
||||||
|
JHtml::_('behavior.tooltip');
|
||||||
|
|
||||||
/** @type PatchtesterViewPulls $this */
|
/** @type PatchtesterViewPulls $this */
|
||||||
|
|
||||||
foreach ($this->items as $i => $item) :
|
foreach ($this->items as $i => $item) :
|
||||||
@ -26,9 +28,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…
x
Reference in New Issue
Block a user