Ignore:
Timestamp:
Sep 27, 2011, 10:21:07 PM (13 years ago)
Author:
Eric
Message:

Beautyfication of status display after saving plugin configuration (fade-in / fade-out effect)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/admin/template/global.tpl

    r12239 r12249  
    851851   uam_blockToggleDisplay(n1,n2);
    852852</script>
     853
     854{html_head}
     855<script type="text/javascript">
     856jQuery(document).ready(function() {ldelim}
     857  jQuery('#theAdminPage #the_page').addClass('{$themeconf.name}');
     858        jQuery(".infos").fadeOut(800).fadeIn(1200).fadeOut(400).fadeIn(800).fadeOut(400);
     859        jQuery(".errors").fadeOut(200).fadeIn(200).fadeOut(300).fadeIn(300).fadeOut(400).fadeIn(400);
     860});
     861</script>
     862{/html_head}
Note: See TracChangeset for help on using the changeset viewer.