Ignore:
Timestamp:
Jul 8, 2012, 7:02:11 PM (12 years ago)
Author:
flop25
Message:

merge r16504 & r16505 from trunk to branch 2.4
bug:2684
adding the loader ajax-loader-small.gif for comment_list.tpl, and ajax-loader-big.gif for picture_content.tpl
bug:2684

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/themes/default/template/thumbnails.tpl

    r14239 r16506  
    3030                <span class="wrap2">
    3131                <a href="{$thumbnail.URL}">
    32                         <img class="thumbnail" {if !$derivative->is_cached()}data-{/if}src="{$derivative->get_url()}" alt="{$thumbnail.TN_ALT}" title="{$thumbnail.TN_TITLE}">
     32                        <img class="thumbnail" {if $derivative->is_cached()}src="{$derivative->get_url()}"{else}src="{$ROOT_URL}{$themeconf.img_dir}/ajax-loader-small.gif" data-src="{$derivative->get_url()}"{/if} alt="{$thumbnail.TN_ALT}" title="{$thumbnail.TN_TITLE}">
    3333                </a>
    3434                </span>
Note: See TracChangeset for help on using the changeset viewer.