From 8edd54c1e6ba49dfcd23496ab1a4d8f63bbb61e2 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Wed, 12 Oct 2016 11:06:41 +0200 Subject: [PATCH] Fixed loading widget again --- src/js/common.js | 4 +++- src/templates/include_footer.html | 3 ++- src/templates/include_header.html | 4 ++-- src/templates/index.html | 4 +--- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/js/common.js b/src/js/common.js index 1ad5ddb..fc2cd83 100644 --- a/src/js/common.js +++ b/src/js/common.js @@ -511,6 +511,8 @@ function CreateLoadingHelper ( szLoadingText ) (function($) { $.widget("artistan.loading", $.ui.dialog, { options: { + /* show: "fade", + hide: "fade",*/ // your options spinnerClassSuffix: 'spinner', spinnerHtml: szLoadingText,// allow for spans with callback for timeout... @@ -520,7 +522,7 @@ function CreateLoadingHelper ( szLoadingText ) minWidth: 220, height: 120, width: 300, - modal: true + modal: false, }, _create: function() { diff --git a/src/templates/include_footer.html b/src/templates/include_footer.html index 2607dde..2c3d66c 100644 --- a/src/templates/include_footer.html +++ b/src/templates/include_footer.html @@ -1,7 +1,7 @@ - + @@ -53,6 +53,7 @@
Made by Adiscon GmbH (2008-2014)Made by Adiscon GmbH (2008-2016)  Adiscon LogAnalyzer Version {BUILDNUMBER}
+ {EXTRA_FOOTER} \ No newline at end of file diff --git a/src/templates/include_header.html b/src/templates/include_header.html index cd0af14..c5f7a04 100644 --- a/src/templates/include_header.html +++ b/src/templates/include_header.html @@ -21,8 +21,8 @@ {EXTRA_HTMLHEAD} -
- +

+ {EXTRA_HEADER} diff --git a/src/templates/index.html b/src/templates/index.html index 15d1c76..6f9238d 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -245,7 +245,6 @@ - @@ -336,7 +335,6 @@ - @@ -442,7 +440,7 @@ $( "#dialog" ).dialog({ ] }); -$( "#fullcontenttable" ).show(); +/* Show Table now! */ $( "#fullcontenttable" ).show();