From 41298f1f32e40644b2837c96c45b02e9ad27f95f Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 24 Feb 2008 19:37:21 +0100 Subject: Added functionality to display timer conflicts when polled through the statusbox updates. Created the layout and look of the status message. --- pages/menu.ecpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'pages/menu.ecpp') diff --git a/pages/menu.ecpp b/pages/menu.ecpp index bb7f47a..a998169 100644 --- a/pages/menu.ecpp +++ b/pages/menu.ecpp @@ -60,6 +60,23 @@ if (LiveSetup().UseAuth()) { | >? +
"> +
+
+ <$ tr("Your attention is required") $>: + <$ timerNotifier.Message() $> + <$ tr("React") $> +<%cpp> +if (LiveSetup().GetUseAjax()) { + + ">| + <$ tr("Dismiss") $> +<%cpp> +} + +
+
+
<%cpp> if (!component.empty()) { -- cgit v1.2.3