From accbe7544629b3ed8cb1232e4e4c73eddbedd02b Mon Sep 17 00:00:00 2001 From: stan Date: Mon, 13 Jan 2003 16:40:20 +0000 Subject: [PATCH] Changed all simple php echos to short form. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@307 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zmwml.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/web/zmwml.php b/web/zmwml.php index 8bb888e27..b6fc8e61a 100644 --- a/web/zmwml.php +++ b/web/zmwml.php @@ -103,11 +103,11 @@ if ( $view == "console" ) } ?> - - + +

ZM - Console

-

Monitors -

-

+

Monitors -

+

@@ -123,16 +123,16 @@ if ( $view == "console" ) $reset_event_count += $monitor[ResetEventCount]; ?> - - - + + +

-

Reset Event Counts

+

Reset Event Counts

- - -

ZM -

-

<?php echo $monitor[Name] ?>

+ + +

ZM -

+

<?= $monitor[Name] ?>