mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-11-16 18:15:11 +00:00
Add lightbox to info icon
This commit is contained in:
parent
960363e2a6
commit
e6fd9c1234
@ -30,7 +30,7 @@ foreach ($this->items as $i => $item) :
|
|||||||
</td>
|
</td>
|
||||||
<td class="center">
|
<td class="center">
|
||||||
<?php if ($item->description) :
|
<?php if ($item->description) :
|
||||||
echo JHtml::tooltip(htmlspecialchars($item->description), '', '', '<i class="icon-info"></i>');
|
echo '<a onclick="SqueezeBox.fromElement(this, {handler:\'iframe\', size: {x: 900, y: 600}, url:\'http://issues.joomla.org/tracker/joomla-cms/'.$item->pull_id.'\'})"><i class="icon-info" style="color:#000;cursor:pointer;"></i>';
|
||||||
else :
|
else :
|
||||||
echo ' ';
|
echo ' ';
|
||||||
endif;
|
endif;
|
||||||
|
Loading…
Reference in New Issue
Block a user