root/trunk/themes/default/template/menubar_tags.tpl @ 5722

Revision 5722, 0.5 KB (checked in by rvelices, 3 years ago)

fix IE menubar_tags.tpl display + move style to css

  • Property svn:eol-style set to LF
Line 
1<dt>{'Related tags'|@translate}</dt>
2<dd>
3        <div id="menuTagCloud">
4                {foreach from=$block->data item=tag}
5                <span>
6                        <a class="tagLevel{$tag.level}" href="{$tag.U_ADD}"
7                                title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
8                                rel="nofollow">
9                                +{$tag.name}</a></span>
10{* ABOVE there should be no space between text, </a> and </span> elements to avoid IE8 bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567 *}
11                {/foreach}
12        </div>
13</dd>
Note: See TracBrowser for help on using the browser.