Ignore:
Timestamp:
Mar 14, 2012, 2:34:13 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.3

  • if cl_conflit is used, don't add jQuery.noConflict
  • fix the possibility to toggle visibility of image informations
  • show logout link when connected - thanks to gbo
  • update jquery to 1.4.4
  • backport commit from piwigo: r6244, r6430 & r6438
  • add gitignore
  • update javascripts + add script to combine/minify
  • apply r6594 from piwigo's trunk
  • move jquery in the header, using known_script
  • translation for the menu title
  • add 1px icon start_filter.png to avoid loading error with rvtree plugin
  • margin for error & info divs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/template/menubar_tags.tpl

    r13546 r13549  
    33  {foreach from=$block->data item=tag}
    44  <li>
    5         <a class="tagLevel{$tag.level}"
    6         {if isset($tag.U_ADD)}
    7                 href="{$tag.U_ADD}"
    8                 title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
    9                 rel="nofollow">+
    10         {else}
    11                 href="{$tag.URL}"
    12                 title="{'See elements linked to this tag only'|@translate}">
    13         {/if}
    14                 {$tag.name}</a>
     5    <a class="tagLevel{$tag.level}"
     6       {if isset($tag.U_ADD)}
     7         href="{$tag.U_ADD}"
     8         title="{$pwg->l10n_dec('%d image is also linked to current tags', '%d images are also linked to current tags', $tag.counter)}"
     9         rel="nofollow">+
     10       {else}
     11         href="{$tag.URL}"
     12         title="{'See images linked to this tag only'|@translate}">
     13       {/if}
     14       {$tag.name}</a>
    1515  </li>
    1616  {/foreach}
Note: See TracChangeset for help on using the changeset viewer.