|
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
|
| Rev | Line | |
|---|
| [2636] | 1 | <dt>{'Related tags'|@translate}</dt> |
|---|
| [2488] | 2 | <dd> |
|---|
| [2648] | 3 | <div id="menuTagCloud"> |
|---|
| [2488] | 4 | {foreach from=$block->data item=tag} |
|---|
| [5722] | 5 | <span> |
|---|
| [5703] | 6 | <a class="tagLevel{$tag.level}" href="{$tag.U_ADD}" |
|---|
| [5178] | 7 | title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}" |
|---|
| [2648] | 8 | rel="nofollow"> |
|---|
| [5722] | 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 *} |
|---|
| [2488] | 11 | {/foreach} |
|---|
| [2648] | 12 | </div> |
|---|
| [2488] | 13 | </dd> |
|---|