From 01cec5b1c398128778ae9e1dff95b22deb9b10cc Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Thu, 27 Nov 2014 05:43:01 -0500
Subject: [PATCH] - First part of layout change for 3.1

---
 interface/web/themes/default/templates/error.tpl.htm |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/interface/web/themes/default/templates/error.tpl.htm b/interface/web/themes/default/templates/error.tpl.htm
index d75fda4..f65df61 100644
--- a/interface/web/themes/default/templates/error.tpl.htm
+++ b/interface/web/themes/default/templates/error.tpl.htm
@@ -1,8 +1,9 @@
-<div class="uniForm">
-    <div id="errorMsg">
-        <h3>Error</h3>
-        <ol>
-            <li>###ERRORMSG###</li>
-        </ol>
-    </div>
-</div>
\ No newline at end of file
+<div class='alert alert-danger clear'>
+  <div class='alert-label'><strong>ERROR</strong></div>
+  <div class='alert-content'>
+	<ol>
+		<li>###ERRORMSG###</li>
+	</ol>
+	<div>TODO: WRONG HTML ELEMENTS</div>
+  </div>
+</div>

--
Gitblit v1.9.1