Browse Source

+ класс css для tooltip

master
Repellent 8 years ago
parent
commit
82b613544c
  1. 4
      media/templates/banners.tpl

4
media/templates/banners.tpl

@ -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}

Loading…
Cancel
Save