From 3647964bad957afe43ff10d95ae61188d81db19d Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Thu, 08 Jan 2015 06:43:37 -0500
Subject: [PATCH] Layout fixes (legend)

---
 interface/web/client/templates/message_template_list.htm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/web/client/templates/message_template_list.htm b/interface/web/client/templates/message_template_list.htm
index bbbe1e0..48c7a4a 100644
--- a/interface/web/client/templates/message_template_list.htm
+++ b/interface/web/client/templates/message_template_list.htm
@@ -3,14 +3,14 @@
 </div>
 
 
-    <p>{tmpl_var name="toolsarea_head_txt"}</p>
+    <p class="fieldset-legend">{tmpl_var name="toolsarea_head_txt"}</p>
       
         <button class="btn btn-default formbutton-success" type="button" data-load-content="billing/invoice_message_template_edit.php">{tmpl_var name="add_new_record_txt"}</button>
       
     
 
   
-    <p><tmpl_var name="list_head_txt"></p>
+    <p class="fieldset-legend"><tmpl_var name="list_head_txt"></p>
       <div class="table-wrapper marginTop15">
 <table class="table">
         <thead class="dark form-group-sm">

--
Gitblit v1.9.1