Ignore:
Timestamp:
Jul 17, 2009, 5:30:27 PM (15 years ago)
Author:
flop25
Message:

update global with pwg 2.0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floOs/menubar_tags.tpl

    r3334 r3618  
    11<dt class="titre_acordeon"><a href="#"><img src="{$ROOT_URL}{$themeconf.icon_dir}/menu/small_resizable.png" class="button_res" alt="[_]">{$block->get_title()|@translate}</a></dt>
    22<dd>
    3   <ul id="menuTagCloud">
    4     {foreach from=$block->data item=tag}
    5     <li> {if !empty($tag.U_ADD) } <a href="{$tag.U_ADD}"
    6                                         title="{$pwg->l10n_dec('%d element are also linked to current tags', '%d elements are also linked to current tags', $tag.counter)}"
    7                                         rel="nofollow"> <img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+" /> </a> {/if} <a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{'See elements linked to this tag only'|@translate}">{$tag.name}</a> </li>
    8     {/foreach}
    9   </ul>
     3        <div id="menuTagCloud">
     4                {foreach from=$block->data item=tag}
     5                <span>
     6                        {if !empty($tag.U_ADD) }
     7                        <a href="{$tag.U_ADD}"
     8                                title="{$pwg->l10n_dec('%d element are also linked to current tags', '%d elements are also linked to current tags', $tag.counter)}"
     9                                rel="nofollow">
     10                                <img src="{$ROOT_URL}{$themeconf.icon_dir}/add_tag.png" alt="+" />
     11                        </a>
     12                        {/if}
     13                        <a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{'See elements linked to this tag only'|@translate}">{$tag.name}</a>
     14                </span>
     15                {/foreach}
     16        </div>
    1017</dd>
Note: See TracChangeset for help on using the changeset viewer.