Ignore:
Timestamp:
Jun 24, 2012, 9:26:25 PM (12 years ago)
Author:
grum
Message:

feature:2664- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-default/template/tags.tpl

    r12632 r16016  
    1717    <ul class="categoryActions">
    1818{if $display_mode == 'letters'}
    19       <li><a id="icon_cloud" class="button" href="{$U_CLOUD}" title="{'cloud'|@translate}"></a></li>
     19      <li><a href="{$U_CLOUD}" title="{'cloud'|@translate}" id="icon_cloud" class="button"></a></li>
    2020{/if}
    2121
    2222{if $display_mode == 'cloud'}
    23       <li><a id="icon_tag_letters" class="button" href="{$U_LETTERS}" title="{'letters'|@translate}"></a></li>
     23      <li><a href="{$U_LETTERS}" title="{'letters'|@translate}" id="icon_tag_letters" class="button"></a></li>
    2424{/if}
    2525
    26       <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'return to homepage'|@translate}"></a></li>
     26      <li><a id="icon_home" class="button" href="{$U_HOME}" title="{'Home'|@translate}"></a></li>
    2727    </ul>
    2828    <h2>{'Tags'|@translate}</h2>
    2929  </div>
    3030
     31{include file='infos_errors.tpl'}
    3132
    3233  {if #menuAnimated# != "noswitch" and isset($MENUBAR)}
     
    3839  <div id="fullTagCloud">
    3940    {foreach from=$tags item=tag}
    40     <span><a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{$tag.counter}">{$tag.name}</a></span>
     41    <span><a href="{$tag.URL}" class="tagLevel{$tag.level}" title="{$pwg->l10n_dec('%d photo', '%d photos', $tag.counter)}<br>{'display photos linked to this tag'|@translate}">{$tag.name}</a></span>
    4142    {/foreach}
    4243  </div>
     
    5354      {foreach from=$letter.tags item=tag}
    5455      <tr class="tagLine">
    55         <td><a href="{$tag.URL}"  title="{$tag.name}">{$tag.name}</a></td>
     56        <td><a href="{$tag.URL}" title="{'display photos linked to this tag'|@translate}" class="sTipOnTop">{$tag.name}</a></td>
    5657        <td class="nbEntries">{$pwg->l10n_dec('%d photo', '%d photos', $tag.counter)}</td>
    5758      </tr>
Note: See TracChangeset for help on using the changeset viewer.