Skip to content

Commit 20e407d

Browse files
committed
added webmail
1 parent e734d14 commit 20e407d

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

web/templates/admin/list_mail.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
<td></td>
7070
<td class="data-controls" width="100px"><img src="/images/more.png" width="8px" height="8px"><a href="?domain=<?php echo $key ?>"> list accounts</a></td>
7171
<td class="data-controls" width="98px"><img src="/images/add.png" width="8px" height="8px"><a href="/add/mail/?domain=<?php echo $key ?>"> add account</a></td>
72+
<td class="data-controls" width="104px"><img src="/images/new_window.png" width="8px" height="8px"> <a href="<?php echo "http://".$_SERVER["HTTP_HOST"]."/webmail/"; ?>" target="_blank"> open webmail</a></td>
7273
<td class="data-controls" width="50px"><img src="/images/edit.png" width="8px" height="8px"><a href="/edit/mail/?domain=<?php echo $key ?>"> edit</a></td>
7374
<td class="data-controls" width="80px">
7475
<img src="/images/suspend.png" width="7px" height="8px">

web/templates/header.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@
537537
color: #9ba68c;
538538
}
539539

540+
540541
.add-advanced {
541542
color: #34536A;
542543
font-size: 10pt;
@@ -548,6 +549,7 @@
548549
color: #9ba68c;
549550
}
550551

552+
551553
</style>
552554
<link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" />
553555
<script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>

web/templates/user/list_mail.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<td></td>
5252
<td class="data-controls" width="100px"><img src="/images/more.png" width="8px" height="8px"><a href="?domain=<?php echo $key ?>"> list accounts</a></td>
5353
<td class="data-controls" width="98px"><img src="/images/add.png" width="8px" height="8px"><a href="/add/mail/?domain=<?php echo $key ?>"> add account</a></td>
54+
<td class="data-controls" width="104px"><img src="/images/new_window.png" width="8px" height="8px"> <a href="<?php echo "http://".$_SERVER["HTTP_HOST"]."/webmail/"; ?>" target="_blank"> open webmail</a></td>
5455
<td class="data-controls" width="50px"><img src="/images/edit.png" width="8px" height="8px"><a href="/edit/mail/?domain=<?php echo $key ?>"> edit</a></td>
5556
<td class="data-controls" width="70px">
5657
<img src="/images/delete.png" width="7px" height="7px">

0 commit comments

Comments
 (0)