From 516733a50ee3d46e1e97ea60f106ecf2ccf84468 Mon Sep 17 00:00:00 2001 From: Kevin Crider Date: Fri, 27 Sep 2013 17:50:24 -0400 Subject: [PATCH] Fixes a small bug with a second border on each monitor panel --- web/app/View/Monitors/index.ctp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/app/View/Monitors/index.ctp b/web/app/View/Monitors/index.ctp index 31609ac59..5ae52f405 100755 --- a/web/app/View/Monitors/index.ctp +++ b/web/app/View/Monitors/index.ctp @@ -14,12 +14,14 @@

Html->link($mon['Monitor']['Name'],array('controller' => 'monitors', 'action' => 'view', $mon['Monitor']['Id'])); ?>

-
+
+
Html->image($mon['img']['src'], array( 'alt' => $mon['img']['alt'], 'id' => $mon['img']['id'], 'width' => Configure::read('ZM_WEB_LIST_THUMB_WIDTH') )); ?> +

Html->link($mon['Monitor']['Function'], array('action' => 'edit', $mon['Monitor']['Id'])); ?>