Skip to content

Commit 4b27656

Browse files
committed
Update colspan in mail_user_list.htm
1 parent 4733296 commit 4b27656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/mail/templates/mail_user_list.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ <h1><tmpl_var name="list_head_txt"></h1>
8080
</tmpl_loop>
8181
<tmpl_unless name="records">
8282
<tr class="tbl_row_noresults tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
83-
<td colspan="<tmpl_if name="enable_custom_login">9<tmpl_else>8</tmpl_if>">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
83+
<td colspan="<tmpl_if name="enable_custom_login">10<tmpl_else>9</tmpl_if>">{tmpl_var name='globalsearch_noresults_text_txt'}</td>
8484
</tr>
8585
</tmpl_unless>
8686
</tbody>
8787
<tfoot>
8888
<tr>
89-
<td colspan="<tmpl_if name="enable_custom_login">9<tmpl_else>8</tmpl_if>"><tmpl_var name="paging"></td>
89+
<td colspan="<tmpl_if name="enable_custom_login">10<tmpl_else>9</tmpl_if>"><tmpl_var name="paging"></td>
9090
</tr>
9191
</tfoot>
9292
</table>

0 commit comments

Comments
 (0)