From 1e00f89050a47a987d86a40ca94bfb5a25d41d1a Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Tue, 26 May 2015 02:58:01 -0400
Subject: [PATCH] - fixed html of module buttons in dashboard

---
 interface/web/dashboard/dashlets/templates/modules.htm |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/interface/web/dashboard/dashlets/templates/modules.htm b/interface/web/dashboard/dashlets/templates/modules.htm
index 0f60b1b..d42bf2e 100644
--- a/interface/web/dashboard/dashlets/templates/modules.htm
+++ b/interface/web/dashboard/dashlets/templates/modules.htm
@@ -9,9 +9,7 @@
 				<div class='title'>{tmpl_var name='modules_title'}</div>
 			  </div>
 			</div>
-			<div class='btn btn-default button'>
-			  <a href='#' data-capp='{tmpl_var name="modules_name"}'>Go to {tmpl_var name='modules_title'}</a>
-			</div>
+			<a href='#' class='btn btn-default button' data-capp='{tmpl_var name="modules_name"}'>Go to {tmpl_var name='modules_title'}</a>
 		</li>
 	</tmpl_loop>
 	</ul>

--
Gitblit v1.9.1