| | |
| | | <th class="tbl_col_version" scope="col">{tmpl_var name='version_txt'}</th>
|
| | | <th class="tbl_col_category" scope="col">{tmpl_var name='category_txt'}</th>
|
| | | <tmpl_if name='is_admin'>
|
| | | <th class="tbl_col_status" scope="col">{tmpl_var name='status_txt'}</th>
|
| | | <th class="tbl_col_package_status" scope="col">{tmpl_var name='status_txt'}</th>
|
| | | </tmpl_if>
|
| | | <th class="tbl_col_limit" scope="col"> </th>
|
| | | </tr>
|
| | |
| | | <td class="tbl_col_buttons"> </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>
|
| | | <tfoot>
|
| | | <tr>
|