Skip to content

Commit 9b774de

Browse files
committed
Fix amount of colspan in two list views
1 parent 0d1297b commit 9b774de

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

interface/web/admin/templates/server_list.htm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ <h1><tmpl_var name="list_head_txt"></h1>
5151
</tmpl_loop>
5252
<tmpl_unless name="records">
5353
<tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
54-
<td colspan="7">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
54+
<td colspan="9">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
5555
</tr>
5656
</tmpl_unless>
5757
</tbody>
5858
<tfoot>
5959
<tr>
60-
<td colspan="7"><tmpl_var name="paging"></td>
60+
<td colspan="9"><tmpl_var name="paging"></td>
6161
</tr>
6262
</tfoot>
6363
</table>
6464
</div>
65-
66-
</div>
65+
66+
</div>

interface/web/mail/templates/backup_stats_list.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ <h1><tmpl_var name="list_head_txt"></h1>
3131
</tbody>
3232
<tfoot>
3333
<tr>
34-
<td colspan="5">
34+
<td colspan="6">
3535
<tmpl_var name="paging">
3636
</td>
3737
</tr>
3838
</tfoot>
3939
</table>
4040
</div>
41-
41+
4242
</div>

0 commit comments

Comments
 (0)