<!-- DataTables addon -->
<link rel="stylesheet" href="/assets/js/DataTables/css/jquery.dataTables.min.css" />
<script src="/assets/js/DataTables/js/jquery.dataTables.js"></script>
<!-- Autocomplete Combo Box -->
<link rel="stylesheet" href="/assets/css/addon/autocomplete-combobox.css" />
<script src="/assets/js/addon/autocomplete-combobox.js"></script>
<h1>Mailbox Management</h1>
<hr />
<br />
<form method="POST">
VoIP Account: <select name="data[voip_code]" id="voip_code"></select><br /><br />
<button id="add_mailbox">Add Mailbox</button>
<a href="/admin/voip/add_mailbox.php?data[voip_code]={VOIP_CODE}">Add Mailbox</a><br /><br />
<br />
<table id="mbTable" class="display">
<thead>
<tr>
<th>Edit</th>
<th>Account</th>
<th>Mailbox</th>
<th>Name</th>
<th>Email</th>
<th>Messages</th>
</tr>
</thead>
</table>
</form>
<script src="/assets/js/admin/voip/mailboxes.js"></script>