Skip to content

Commit 2c65871

Browse files
committed
Fix colspan for no-result and pager, relates to !991 and #5090
1 parent 1dc4398 commit 2c65871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/admin/templates/server_php_list.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ <h1><tmpl_var name="list_head_txt"></h1>
4848
</tmpl_loop>
4949
<tmpl_unless name="records">
5050
<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>
51+
<td colspan="6">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
5252
</tr>
5353
</tmpl_unless>
5454
</tbody>
5555
<tfoot>
5656
<tr>
57-
<td colspan="4"><tmpl_var name="paging"></td>
57+
<td colspan="6"><tmpl_var name="paging"></td>
5858
</tr>
5959
</tfoot>
6060
</table>

0 commit comments

Comments
 (0)