Skip to content

Commit 2a0132f

Browse files
author
Kristan Kenney
committed
Merge branch 'bugfix-webui' into develop
2 parents 184a22a + 9a2f892 commit 2a0132f

File tree

6 files changed

+8
-14
lines changed

6 files changed

+8
-14
lines changed

web/css/styles.min.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3070,16 +3070,15 @@ a.button.cancel {
30703070
vertical-align: top;
30713071
}
30723072
.mail-infoblock {
3073-
margin-left: -130px;
3074-
font-size: 13px;
3073+
font-size: 14px;
30753074
color: #777;
30763075
border: 1px solid #d9d9d9;
30773076
padding: 0px 5px 12px 20px;
3078-
margin-top: 47px;
3077+
margin-top: 46px;
30793078
min-width: 320px;
30803079
overflow: hidden;
30813080
box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
3082-
border-radius: 4px;
3081+
border-radius: 5px;
30833082
}
30843083
.mail-infoblock:hover {
30853084
overflow: visible;

web/templates/admin/edit_mail_acc.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</table>
4646
</td>
4747
<td class="data-dotted">
48-
<table class="data-col2" width="600px">
48+
<table class="data-col2" width="440px">
4949
<tr>
5050
<td class="vst-text step-top input-label">
5151
<?php print __('Account');?>
@@ -96,7 +96,7 @@
9696
</tr>
9797
<tr>
9898
<td>
99-
<textarea size="20" class="vst-textinput" name="v_fwd"><?=htmlentities(trim($v_fwd, "'"))?></textarea>
99+
<textarea size="20" class="vst-textinput short" name="v_fwd"><?=htmlentities(trim($v_fwd, "'"))?></textarea>
100100
</td>
101101
</tr>
102102
<tr>
@@ -155,7 +155,6 @@
155155
<tr>
156156
<td colspan="2">
157157
<select id="mail_configuration" class="vst-list flat">
158-
<option v_type="hostname" domain="<?=$hostname?>"><?=__('Use server hostname')?></option>
159158
<option v_type="hostname" domain="<?=$v_domain?>"><?=__('Use domain hostname')?></option>
160159
<option v_type="starttls"><?=__('Use STARTTLS')?></option>
161160
<option v_type="ssl"><?=__('Use SSL / TLS')?></option>
@@ -173,7 +172,7 @@
173172
</tr>
174173
<tr>
175174
<td><?=__('IMAP hostname')?>:</td>
176-
<td><div id="td_imap_hostname"><?=$hostname?></div></td>
175+
<td><div id="td_imap_hostname">mail.<?=$v_domain?></div></td>
177176
</tr>
178177
<tr>
179178
<td><?=__('IMAP port')?>:</td>
@@ -189,7 +188,7 @@
189188
</tr>
190189
<tr>
191190
<td><?=__('SMTP hostname')?>:</td>
192-
<td><div id="td_smtp_hostname"><?=$hostname?></div></td>
191+
<td><div id="td_smtp_hostname">mail.<?=$v_domain?></div></td>
193192
</tr>
194193
<tr>
195194
<td><?=__('SMTP port')?>:</td>
@@ -205,7 +204,7 @@
205204
</tr>
206205
<?
207206
list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
208-
$webmail = "http://webmail.".$http_host."/";
207+
$webmail = "http://webmail.".$v_domain."/";
209208
if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
210209
?>
211210
<tr>

web/templates/admin/list_mail.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
$webmail = "http://webmail.".$http_host."/";
1818
if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
1919
?>
20-
<a class="vst" href="<?=$webmail?>" target="_blank"><?=__('open webmail')?> <i></i></a>
2120
</td>
2221
<td class="l-sort-toolbar__search-box step-left">
2322
<form action="/search/" method="get">

web/templates/admin/list_mail_acc.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
$webmail = "http://webmail.".$http_host."/";
1717
if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
1818
?>
19-
<a class="vst" href="<?=$webmail?>" target="_blank"><?=__('open webmail')?> <i></i></a>
2019
</td>
2120
<td class="l-sort-toolbar__search-box step-left">
2221
<form action="/search/" method="get">

web/templates/user/list_mail.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
$webmail = "http://".$http_host."/webmail/";
1818
if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
1919
?>
20-
<a class="vst" href="<?=$webmail?>" target="_blank"><?=__('open webmail')?> <i></i></a>
2120
</td>
2221
<td class="l-sort-toolbar__search-box step-left">
2322
<form action="/search/" method="get">

web/templates/user/list_mail_acc.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
$webmail = "http://".$http_host."/webmail/";
1717
if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
1818
?>
19-
<a class="vst" href="<?=$webmail?>" target="_blank"><?=__('open webmail')?> <i></i></a>
2019
</td>
2120
<td class="l-sort-toolbar__search-box step-left">
2221
<form action="/search/" method="get">

0 commit comments

Comments
 (0)