Ignore:
Timestamp:
Mar 9, 2011, 3:22:48 PM (13 years ago)
Author:
patdenice
Message:

feature:2114
Simplify all admin templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/photos_add_ploader.tpl

    r6363 r9586  
    1 {html_head}
    2 {literal}
    3 <script type="text/javascript">
    4 $().ready(function(){
    5   $("#pLoaderPage  img").fadeTo("fast", 0.6);
     1{footer_script}{literal}
     2jQuery().ready(function(){
     3  jQuery("#pLoaderPage  img").fadeTo("fast", 0.6);
    64
    7   $("#pLoaderPage  img").hover(
     5  jQuery("#pLoaderPage  img").hover(
    86    function(){
    9       $(this).fadeTo("fast", 1.0); // Opacity on hover
     7      jQuery(this).fadeTo("fast", 1.0); // Opacity on hover
    108    },
    119    function(){
    12       $(this).fadeTo("fast", 0.6); // Opacity on mouseout
     10      jQuery(this).fadeTo("fast", 0.6); // Opacity on mouseout
    1311    }
    1412  );
    1513});
    16 </script>
     14{/literal}{/footer_script}
    1715
     16{html_head}{literal}
    1817<style type="text/css">
    1918#pLoaderPage {
     
    4746}
    4847</style>
    49 {/literal}
    50 {/html_head}
     48{/literal}{/html_head}
    5149
    5250<div class="titrePage">
Note: See TracChangeset for help on using the changeset viewer.