We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc4398 commit 2c65871Copy full SHA for 2c65871
interface/web/admin/templates/server_php_list.htm
@@ -48,13 +48,13 @@ <h1><tmpl_var name="list_head_txt"></h1>
48
</tmpl_loop>
49
<tmpl_unless name="records">
50
<tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
51
- <td colspan="4">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
+ <td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
52
</tr>
53
</tmpl_unless>
54
</tbody>
55
<tfoot>
56
<tr>
57
- <td colspan="4"><tmpl_var name="paging"></td>
+ <td colspan="6"><tmpl_var name="paging"></td>
58
59
</tfoot>
60
</table>
0 commit comments