Changeset 5703 for trunk/themes


Ignore:
Timestamp:
Apr 8, 2010, 10:26:34 AM (14 years ago)
Author:
plg
Message:

feature 1583: replace add_tag.png icon by a simple "+" character in the
"related tags" block. Only keep one link for each tag in the "related tags"
block.

Location:
trunk/themes
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/menubar_tags.tpl

    r5178 r5703  
    33        <div id="menuTagCloud">
    44                {foreach from=$block->data item=tag}
    5                 <span>
    6                         {if !empty($tag.U_ADD) }
    7                         <a href="{$tag.U_ADD}"
     5                <span style="margin-right:5px;">
     6                        <a class="tagLevel{$tag.level}" href="{$tag.U_ADD}"
    87                                title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
    98                                rel="nofollow">
    10                                 <img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+">
     9                                +{$tag.name}
    1110                        </a>
    12                         {/if}
    13                         <a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{'See images linked to this tag only'|@translate}">{$tag.name}</a>{* there should be no space between end of a and span elements to avoid IE8 bug https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=366567 *}</span>
     11                </span>
    1412                {/foreach}
    1513        </div>
Note: See TracChangeset for help on using the changeset viewer.