]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/common/help_overlay.html
jqModal-Dialoge durch jQuery-UI-Dialoge ersetzen
[mfinanz.git] / templates / webpages / common / help_overlay.html
diff --git a/templates/webpages/common/help_overlay.html b/templates/webpages/common/help_overlay.html
deleted file mode 100644 (file)
index a192a88..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-[%- USE T8 %]
-<script type="text/javascript">
-  $().ready(function(){$('#help_div').jqm()});
-</script>
-<div class='jqmWindow' id='help_div'>
-  <a href='#' style='float:right' class='jqmClose'><img src='image/close.png' border='0' alt='[% 'Close Dialog' | $T8 %]'></a>
-  <div class='jqmContent' id='help_content'>
-    [% 'Please wait...' | $T8 %]
-    <img src='image/spinner.gif' alt="[% 'loading' | $T8 %]">
-  </div>
-</div>