source: extensions/gally/gally-default/template/menubar_tags.tpl @ 8528

Last change on this file since 8528 was 8528, checked in by grum, 13 years ago

Release 1.4.0
Rewrite some JS
fix bug bug:1983

  • Property svn:executable set to *
File size: 656 bytes
RevLine 
[6109]1<dt>{'Related tags'|@translate}</dt>
2<dd>
[8528]3  <div id="menuTagCloud">
4    {foreach from=$block->data item=tag}
5    <span>
6      <a href="{$tag.URL}" class="tagLevel{$tag.level} sTipOnTop" title="{'See images linked to this tag only'|@translate}">{$tag.name}</a>
[6109]7      {if !empty($tag.U_ADD) }
[8528]8      <a class="tagaddbutton sTipOnTop" href="{$tag.U_ADD}"
[6109]9        title="{$pwg->l10n_dec('%d element are also linked to current tags', '%d elements are also linked to current tags', $tag.counter)}"
10        rel="nofollow">
11        <img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+" />
12      </a>
13      {/if}
[8528]14    </span>
15    {/foreach}
16  </div>
[6109]17</dd>
18
Note: See TracBrowser for help on using the repository browser.