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 5167156 commit 21c6063Copy full SHA for 21c6063
interface/web/admin/templates/server_ip_map_list.htm
@@ -38,13 +38,13 @@ <h1><tmpl_var name="list_head_txt"></h1>
38
</tmpl_loop>
39
<tmpl_unless name="records">
40
<tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
41
- <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
+ <td colspan="5">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
42
</tr>
43
</tmpl_unless>
44
</tbody>
45
<tfoot>
46
<tr>
47
- <td colspan="5"><tmpl_var name="paging"></td>
+ <td colspan="5"><tmpl_var name="paging"></td>
48
49
</tfoot>
50
</table>
0 commit comments