Skip to content

Commit 06408c4

Browse files
author
Kristan Kenney
committed
Mail user interface fixes
1 parent 8e46f04 commit 06408c4

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

web/templates/admin/edit_mail_acc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
</tr>
206206
<?
207207
list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
208-
$webmail = "http://mail.".$http_host."/";
208+
$webmail = "http://webmail.".$http_host."/";
209209
if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
210210
?>
211211
<tr>

web/templates/admin/list_mail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<td class="step-right">
1515
<?
1616
list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
17-
$webmail = "http://mail.".$http_host."/";
17+
$webmail = "http://webmail.".$http_host."/";
1818
if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
1919
?>
2020
<a class="vst" href="<?=$webmail?>" target="_blank"><?=__('open webmail')?> <i></i></a>
@@ -81,7 +81,7 @@
8181

8282
<?
8383
list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
84-
$webmail = "http://mail.".$http_host."/";
84+
$webmail = "http://webmail.".$http_host."/";
8585
if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
8686

8787
foreach ($data as $key => $value) {

web/templates/admin/list_mail_acc.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<td class="step-right">
1414
<?
1515
list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
16-
$webmail = "http://mail.".$http_host."/";
16+
$webmail = "http://webmail.".$http_host."/";
1717
if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
1818
?>
1919
<a class="vst" href="<?=$webmail?>" target="_blank"><?=__('open webmail')?> <i></i></a>
@@ -56,9 +56,6 @@
5656
<div class="l-separator"></div>
5757
<!-- /.l-separator -->
5858
<div class="l-center units animated fadeIn">
59-
<div class="l-unit header">
60-
<div class="subtitle"><?=__('Listing')?> <?=htmlentities($_GET['domain'])?></div>
61-
</div>
6259
<div class="l-unit header">
6360
<div class="l-unit__col l-unit__col--left clearfix">
6461
<div class="text-center jump-small-top"></div>

0 commit comments

Comments
 (0)