From 06c5074957dc6968583d3df3eb8427bcc2abf623 Mon Sep 17 00:00:00 2001 From: Kevin G Fourie Date: Tue, 17 Feb 2009 15:58:01 +0200 Subject: [PATCH] Merged in some changes from Ashley. These where around the removal of the javascript loading/progress indicator. --- resources/css/kt-framing.css | 15 --------------- resources/js/loader.js | 17 ----------------- templates/kt3/standard_page.smarty | 5 ----- 3 files changed, 0 insertions(+), 37 deletions(-) diff --git a/resources/css/kt-framing.css b/resources/css/kt-framing.css index bbf97bb..62432be 100644 --- a/resources/css/kt-framing.css +++ b/resources/css/kt-framing.css @@ -2217,21 +2217,6 @@ body #content #add_dashlet margin-right: 3em; } -.modalDiv{ - filter:alpha(opacity=80); - -moz-opacity:0.8; - padding-left: 30px; - padding-top: 5px; - width: 260px; - height: 50px; - background-color: #CCCCCC; - position: absolute; - top: 400px; - left: 500px; - display: block; - z-index: 2; -} - /*contenttype_href class style is used to stop underline error on a hyperlink in IE*/ .contenttype_href { diff --git a/resources/js/loader.js b/resources/js/loader.js index 7a61e87..cb2e2dd 100644 --- a/resources/js/loader.js +++ b/resources/js/loader.js @@ -32,21 +32,4 @@ window.onload = function() footerBlock.applyCornersToAll(); } } - Loader(); } - - window.onsubmit = function(){ - if(typeof disable_loader == "undefined"){ - var myElem = document.getElementById("modalDiv"); - if(myElem != null){ - myElem.style.display = "block"; - } - } - } - function Loader() -{ - var myElem = document.getElementById("modalDiv"); - if(myElem != null){ - myElem.style.display = "none"; - } -} \ No newline at end of file diff --git a/templates/kt3/standard_page.smarty b/templates/kt3/standard_page.smarty index 3d42eaa..58a8f26 100644 --- a/templates/kt3/standard_page.smarty +++ b/templates/kt3/standard_page.smarty @@ -247,11 +247,6 @@ {/if} {/foreach} -
-
-
Loading...
- -
content_class}class="{$page->content_class}"{/if}> -- libgit2 0.21.4