From ba731655369b9b5dd5d8514a4256905c7640f0ae Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Wed, 07 Jan 2015 05:03:09 -0500
Subject: [PATCH] Layout fixes

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

diff --git a/interface/web/client/templates/message_template_list.htm b/interface/web/client/templates/message_template_list.htm
index e18d51f..3e98e7b 100644
--- a/interface/web/client/templates/message_template_list.htm
+++ b/interface/web/client/templates/message_template_list.htm
@@ -5,9 +5,7 @@
 
     <p>{tmpl_var name="toolsarea_head_txt"}</p>
       
-        <button class="iconstxt icoAdd" type="button" data-load-content="billing/invoice_message_template_edit.php">
-          <span>{tmpl_var name="add_new_record_txt"}</span>
-        </button>
+        <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>
       
     
 
@@ -29,7 +27,7 @@
         </thead>
         <tbody>
           <tmpl_loop name="records">
-          <tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
+          <tr>
             <td><a href="#" data-load-content="billing/invoice_message_template_edit.php?id={tmpl_var name='id'}">{tmpl_var name="template_type"}</a></td>
             <td><a href="#" data-load-content="billing/invoice_message_template_edit.php?id={tmpl_var name='id'}">{tmpl_var name="template_name"}</a></td>
             <td>

--
Gitblit v1.9.1