Release plat/al core v1.1.12
[platal.git] / templates / plwizard.tpl
index 61112d7..97d266f 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2011 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -34,7 +34,7 @@
                       document.location = myUrl;
                     },
              success: function(data) {
-                        if ({/literal}{if !$wiz_animated}true || {/if}{literal}is_IE) {
+                        if ({/literal}{if !$wiz_animated}true || {/if}{literal}$.browser.msie) {
                           $(".wiz_tab").removeClass("active");
                           $("#wiz_tab_" + id).addClass("active");
                           $(".wiz_content").html(data);
@@ -108,4 +108,4 @@ if (typeof wizPage_onLoad == 'function') {
 {/literal}
 </script>
 {/if}
-{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}
+{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}