Update mailbox.php

This commit is contained in:
Phoenix Eve Aspacio 2017-02-18 12:10:01 +08:00 committed by GitHub
parent 569e1948a7
commit 7fc9ba58fe
1 changed files with 2 additions and 2 deletions

View File

@ -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>