|
@@ -13,13 +13,6 @@
|
|
|
<div class="l-sort-toolbar clearfix">
|
|
<div class="l-sort-toolbar clearfix">
|
|
|
<table>
|
|
<table>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <td class="">
|
|
|
|
|
- <?
|
|
|
|
|
- list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
|
|
|
|
|
- $webmail = "http://webmail.".$http_host."/";
|
|
|
|
|
- if (!empty($_SESSION['WEBMAIL_ALIAS'])) $webmail = $_SESSION['WEBMAIL_ALIAS'];
|
|
|
|
|
- ?>
|
|
|
|
|
- </td>
|
|
|
|
|
<td class="sort-by">
|
|
<td class="sort-by">
|
|
|
<?=__('sort by');?>: <span><b><?=__('Date')?> <i class="fas fa-sort-amount-down"></i></b></span>
|
|
<?=__('sort by');?>: <span><b><?=__('Date')?> <i class="fas fa-sort-amount-down"></i></b></span>
|
|
|
</td>
|
|
</td>
|