From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/sites/templates/web_backup_list.htm | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/interface/web/sites/templates/web_backup_list.htm b/interface/web/sites/templates/web_backup_list.htm index 51c3c33..3248812 100644 --- a/interface/web/sites/templates/web_backup_list.htm +++ b/interface/web/sites/templates/web_backup_list.htm @@ -16,7 +16,7 @@ <th class="tbl_col_date" scope="col"><tmpl_var name="date_txt"></th> <th class="tbl_col_date" scope="col"><tmpl_var name="backup_type_txt"></th> <th class="tbl_col_filename" scope="col"><tmpl_var name="filename_txt"></th> - <th class="tbl_col_buttons" scope="col"> </th> + <th class="tbl_col_limit" scope="col">{tmpl_var name='search_limit'}</th> </tr> </thead> <tbody> @@ -33,6 +33,11 @@ </td> </tr> </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="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td> + </tr> + </tmpl_unless> </tbody> </table> </fieldset> -- Gitblit v1.9.1