From ab6e698fc4cf3d6bb3d6115f4d38ec0718aa4db2 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Tue, 19 Nov 2013 08:10:49 -0500
Subject: [PATCH] Fixed missing raiseAction in server.php Fixed output of action name in debug mode (registerAction)

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

diff --git a/interface/web/admin/templates/software_update_list.htm b/interface/web/admin/templates/software_update_list.htm
index d850096..1b49e9e 100644
--- a/interface/web/admin/templates/software_update_list.htm
+++ b/interface/web/admin/templates/software_update_list.htm
@@ -38,7 +38,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="3">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
+                            <td colspan="3">{tmpl_var name='no_updates_txt'}</td>
                         </tr>
                     </tmpl_unless>
                 </tbody>

--
Gitblit v1.9.1