Update mailbox.php
This commit is contained in:
parent
569e1948a7
commit
7fc9ba58fe
|
@ -199,7 +199,7 @@ $_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
?>
|
?>
|
||||||
<tr id="no-data"><td colspan="8" style="text-align: center; font-style: italic;"><?=sprintf($lang['mailbox']['no_record'], $domain);?></td></tr>
|
<tr id="no-data"><td colspan="9" style="text-align: center; font-style: italic;"><?=sprintf($lang['mailbox']['no_record'], $domain);?></td></tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -207,7 +207,7 @@ $_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
|
||||||
</tbody>
|
</tbody>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr id="no-data">
|
<tr id="no-data">
|
||||||
<td colspan="8" style="text-align: center; border-top: 1px solid #e7e7e7;">
|
<td colspan="9" style="text-align: center; border-top: 1px solid #e7e7e7;">
|
||||||
<a href="/add.php?mailbox"><?=$lang['mailbox']['add_mailbox'];?></a>
|
<a href="/add.php?mailbox"><?=$lang['mailbox']['add_mailbox'];?></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue