Changeset 3493 for branches


Ignore:
Timestamp:
Jul 2, 2009, 8:08:37 AM (15 years ago)
Author:
vdigital
Message:

New: jQuery status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/plugins/admin_advices/admin_advices.tpl

    r2541 r3493  
    5757    Templates generated on {$smarty.now|date_format:"%A, %B %e, %Y - %r"} by
    5858    <a class="external" href="http://www.smarty.net/" onclick="window.open(this.href, ''); return false;">Smarty</a>
    59     {$smarty.version}
     59    {$smarty.version}<br />
     60    Animations FX by <span class="jQuery"><a class="external" href="http://jquery.com/" onclick="window.open(this.href, ''); return false;">jQuery</a>&nbsp;</span>
    6061    </ul>
    6162  </div>
     
    6465{literal}$(document).ready(function() {
    6566        $("img.thumbnail").fadeTo("slow", 0.6); // Opacity on page load
     67        $(".jQuery").append($().jquery);
    6668        $("img.thumbnail").hover(function(){
    6769                $(this).fadeTo("slow", 1.0); // Opacity on hover
Note: See TracChangeset for help on using the changeset viewer.