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_categories.tpl

    r13546 r13549  
    2121{'</li></ul>'|@str_repeat:$ref_level}
    2222
    23         {if isset($block->data.U_UPLOAD)}
    24         <ul>
    25                 <li>
    26                         <a href="{$block->data.U_UPLOAD}">{'Upload a picture'|@translate}</a>
    27                 </li>
    28         </ul>
    29         {/if}
    30         <p class="totalImages">{$pwg->l10n_dec('%d image', '%d images', $block->data.NB_PICTURE)}</p>
     23{if isset($block->data.U_UPLOAD)}
     24<ul>
     25  <li>
     26    <a href="{$block->data.U_UPLOAD}">{'Upload a picture'|@translate}</a>
     27  </li>
     28</ul>
     29{/if}
     30<p class="totalImages">{$pwg->l10n_dec('%d image', '%d images', $block->data.NB_PICTURE)}</p>
Note: See TracChangeset for help on using the changeset viewer.