From 4569cae57f127afd093794310ccd290d2d9fdf36 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Wed, 20 Apr 2016 10:58:46 -0400
Subject: [PATCH] Merge branch 'stable-3.1'

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

diff --git a/interface/web/client/templates/client_message_template_list.htm b/interface/web/client/templates/client_message_template_list.htm
index 46337c5..d83a9f7 100644
--- a/interface/web/client/templates/client_message_template_list.htm
+++ b/interface/web/client/templates/client_message_template_list.htm
@@ -39,7 +39,7 @@
           </tmpl_loop>
           <tmpl_unless name="records">
               <tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
-                  <td colspan="2">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
+                  <td colspan="3">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
               </tr>
           </tmpl_unless>
         </tbody>

--
Gitblit v1.9.1