From 2e9ac915cb0efc7474443d317e317d9875a1feef Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Thu, 08 Jan 2015 12:18:40 -0500
Subject: [PATCH] Merge branch 'master' of http://git.ispconfig.org/ispconfig/ispconfig3
---
interface/web/tools/templates/index.htm | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/interface/web/tools/templates/index.htm b/interface/web/tools/templates/index.htm
index 21147c9..951c43b 100644
--- a/interface/web/tools/templates/index.htm
+++ b/interface/web/tools/templates/index.htm
@@ -1,19 +1,21 @@
-<h2><tmpl_var name="page_head_txt"></h2>
+<div class='page-header'>
+ <h1><tmpl_var name="page_head_txt"></h1>
+</div>
<p><tmpl_var name="page_desc_txt"></p>
<div class="panel panel_tools_interface">
<div class="pnl_formsarea">
- <fieldset class="inlineLabels">
+
<h2 class="frmTextHead"></h2><p> </p>
- </fieldset>
+
<input type="hidden" name="id" value="{tmpl_var name='id'}">
- <div class="buttonHolder buttons">
+ <div class="clear"><div class="right">
- </div>
+ </div></div>
</div>
</div>
\ No newline at end of file
--
Gitblit v1.9.1