| | |
| | | <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> |
| | |
| | | </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> |