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/xmlresponse.ecpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pages/xmlresponse.ecpp') diff --git a/pages/xmlresponse.ecpp b/pages/xmlresponse.ecpp index 4bca87f..bf0a6c1 100644 --- a/pages/xmlresponse.ecpp +++ b/pages/xmlresponse.ecpp @@ -42,6 +42,8 @@ string const XMLHEADER = " <$$ XMLHEADER $> @@ -63,5 +65,15 @@ string const XMLHEADER = "<$ prev_chan $> +<%cpp> +if (!infoMsg.empty()) { + + + <$ infoMsg $> + <$ infoUrl $> + +<%cpp> +} + -- cgit v1.2.3