diff --git a/src/lang/en/main.php b/src/lang/en/main.php
index cf10af8..e0bfd19 100644
--- a/src/lang/en/main.php
+++ b/src/lang/en/main.php
@@ -299,5 +299,6 @@ $content['LN_CONVERT_ERROR_SOURCEIMPORT'] = "Critical Error while importing the
$content['LN_CHART_TYPE_CAKE'] = "Cake (Pie)";
$content['LN_CHART_TYPE_BARS_VERTICAL'] = "Bars vertical";
$content['LN_CHART_TYPE_BARS_HORIZONTAL'] = "Bars horizontal";
+ $content['LN_STATS_WARNINGDISPLAY'] = "Generating graphics on large data sources currently is very time consuming. This will be addressed in later versions. If processing takes too long, please simply cancel the request.";
?>
\ No newline at end of file
diff --git a/src/templates/statistics.html b/src/templates/statistics.html
index c9e9d41..0f410ea 100644
--- a/src/templates/statistics.html
+++ b/src/templates/statistics.html
@@ -18,6 +18,11 @@
{LN_MENU_STATISTICS} |
+
+
+
{LN_STATS_WARNINGDISPLAY}
|
+
+
{rowbegin}
diff --git a/src/themes/dark/main.css b/src/themes/dark/main.css
index c429c88..727710c 100644
--- a/src/themes/dark/main.css
+++ b/src/themes/dark/main.css
@@ -62,6 +62,16 @@ A.title:hover
COLOR: #FF0A0C;
TEXT-DECORATION: none;
}
+.titleSecond
+{
+ FONT: bold 10px Verdana, Arial, Helvetica, sans-serif;
+ BACKGROUND-COLOR: #301B22;
+ COLOR: #E5F377;
+ height: 18px;
+ text-align:center;
+ vertical-align:middle;
+}
+
/* Context Link Classes */
a.contextlink:link,a.contextlink:active,a.contextlink:visited,a.contextlink
diff --git a/src/themes/default/main.css b/src/themes/default/main.css
index 587be8b..e284c73 100644
--- a/src/themes/default/main.css
+++ b/src/themes/default/main.css
@@ -81,6 +81,16 @@ A.title:hover
COLOR: #982D00;
TEXT-DECORATION: none;
}
+.titleSecond
+{
+ FONT: bold 10px Verdana, Arial, Helvetica, sans-serif;
+ BACKGROUND-COLOR: #E3D2AE;
+ COLOR: #1A3745;
+ height: 18px;
+ text-align:center;
+ vertical-align:middle;
+}
+
/* Default Font Classes */
font