From e1ceb050e19c7574bca146a8da7047ee4ff456b5 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Sun, 10 Jul 2016 05:02:35 -0400
Subject: [PATCH] Merge branch 'stable-3.1'
---
interface/web/dns/templates/dns_records_edit.htm | 25 ++++++++++++++-----------
1 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/interface/web/dns/templates/dns_records_edit.htm b/interface/web/dns/templates/dns_records_edit.htm
index 5a60043..a2a42c3 100644
--- a/interface/web/dns/templates/dns_records_edit.htm
+++ b/interface/web/dns/templates/dns_records_edit.htm
@@ -1,11 +1,14 @@
-<h2><tmpl_var name="list_head_txt"></h2>
-
-<div class="panel panel_dns_soa">
-
- {tmpl_var name='dns_records'}
-
- <div class="pnl_formsarea">
- <input type="hidden" name="id" value="{tmpl_var name='id'}">
- </div>
-
-</div>
+<div class='page-header'>
+ <h1><tmpl_var name="list_head_txt"></h1>
+</div>
+<p><tmpl_var name="list_desc_txt"></p>
+
+<div class="panel panel_dns_soa">
+
+ {tmpl_var name='dns_records'}
+
+ <div class="pnl_formsarea">
+ <input type="hidden" name="id" value="{tmpl_var name='id'}">
+ </div>
+
+</div>
\ No newline at end of file
--
Gitblit v1.9.1