+ класс css для tooltip

This commit is contained in:
Repellent 2016-09-25 17:23:30 +03:00
parent 2f41cec986
commit 82b613544c

View File

@ -52,8 +52,8 @@
<span class="toprightDir icon_sprite ico_unlock" title="{#BANNER_IS_ACTIVE#}">&nbsp;</span>
{/if}
</td>
<td><a href="index.php?do=modules&action=modedit&mod={$mod_path}&moduleaction=editbanner&cp={$sess}&id={$item->Id}&pop=1&onlycontent=1" data-height="650" data-width="950" data-modal="true" class="openDialog" title="{#BANNER_EDIT_LINK#}">{$item->Bannername}</a></td>
<td><a class="fancy preview" href="../modules/{$mod_path}/files/{$item->Bannertags}" title="{#BANNER_VIEW_LINK#}" target="_blank">{$item->Bannertags}</a></td>
<td><a href="index.php?do=modules&action=modedit&mod={$mod_path}&moduleaction=editbanner&cp={$sess}&id={$item->Id}&pop=1&onlycontent=1" data-height="650" data-width="950" data-modal="true" class="toprightDir openDialog" title="{#BANNER_EDIT_LINK#}">{$item->Bannername}</a></td>
<td><a class="toprightDir fancy preview" href="../modules/{$mod_path}/files/{$item->Bannertags}" title="{#BANNER_VIEW_LINK#}" target="_blank">{$item->Bannertags}</a></td>
<td>
{foreach from=$kategs item=k}
{if $k->Id==$item->KatId}{$k->KatName}{/if}