diff --git a/pages/docu/status/widget_status.message.html b/pages/docu/status/widget_status.message.html
old mode 100644
new mode 100755
index b01797083..ee1cc644b
--- a/pages/docu/status/widget_status.message.html
+++ b/pages/docu/status/widget_status.message.html
@@ -11,7 +11,10 @@
{% extends "widget_status.html" %}
{% block example %}
-
+
Examples
If you flip the switch to 'on' a popup will be shown.
@@ -36,5 +39,3 @@ Examples
{% endblock %}
-
-
diff --git a/pages/docu/status/widget_status.notify.html b/pages/docu/status/widget_status.notify.html
old mode 100644
new mode 100755
index 5da3262c6..55621bf53
--- a/pages/docu/status/widget_status.notify.html
+++ b/pages/docu/status/widget_status.notify.html
@@ -11,7 +11,10 @@
{% extends "widget_status.html" %}
{% block example %}
-
+
Examples
If you flip the switch to 'on' the alert is been triggerd and the notification will be shown.
@@ -32,5 +35,3 @@ Examples
{% endblock %}
-
-
diff --git a/widgets/status.html b/widgets/status.html
old mode 100644
new mode 100755
index c0bbd25d1..849d4f04d
--- a/widgets/status.html
+++ b/widgets/status.html
@@ -39,7 +39,7 @@
{% endmacro %}
-
+
/**
* Displays a list of logging-information
*
@@ -91,14 +91,14 @@
{% endmacro %}
-
+
/**
* Displays a notification popup window with a message
*
* @param {id} unique id for this widget
* @param {item} an item witch triggers the popup: NOT 0 open it, 0 close it
* @param {item=} an item with the dynamic message
-* @param {item=} an item with the a timestamp
+* @param {item=} an item with a timestamp (e.g. 1974-01-01T12:00:00.000000+01:00 or 01.01.20 12:01)
* @param {text} a title of the messagebox
* @param {text=} an additional static text
* @param {text(info,error)=info} the mode: 'info', 'error' (optional, default 'info')
@@ -110,11 +110,11 @@
{{ title }}
{{ text }}
-
+
-{% endmacro %}
\ No newline at end of file
+{% endmacro %}