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/client/templates/client_circle_list.htm | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/interface/web/client/templates/client_circle_list.htm b/interface/web/client/templates/client_circle_list.htm index c7869d3..a0d7991 100644 --- a/interface/web/client/templates/client_circle_list.htm +++ b/interface/web/client/templates/client_circle_list.htm @@ -18,7 +18,7 @@ <table class="list"> <thead> <tr class="caption"> - <th class="tbl_col_circle_pid" scope="col"><tmpl_var name="circle_id_txt"></th> + <th class="tbl_col_circle_id" scope="col"><tmpl_var name="circle_id_txt"></th> <th class="tbl_col_active" scope="col"><tmpl_var name="active_txt"></th> <th class="tbl_col_circle_name" scope="col"><tmpl_var name="circle_name_txt"></th> <th class="tbl_col_description" scope="col"><tmpl_var name="description_txt"></th> @@ -46,6 +46,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="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td> + </tr> + </tmpl_unless> </tbody> <tfoot> <tr> -- Gitblit v1.9.1