Sfoglia il codice sorgente

Menu open webmail in new window

Piotr Labudda 11 anni fa
parent
commit
e8f2320f62
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      SE/se-lib/ProcesMenu.php

+ 1 - 1
SE/se-lib/ProcesMenu.php

@@ -739,7 +739,7 @@ jQuery(document).ready(function() {
 								<?php if (file_exists('/Library/Server/Web/Data/Sites/Default/webmail/loginFromSE.php')) : ?>
 									<li>
 										<a href="/webmail">
-											<form action="https://<?php echo $_SERVER['SERVER_NAME']; ?>/webmail/loginFromSE.php" method="post">
+											<form action="https://<?php echo $_SERVER['SERVER_NAME']; ?>/webmail/loginFromSE.php" method="post" target="_blank">
 												<input type="hidden" name="_timezone" value="Europe/Berlin">
 												<input type="hidden" name="_token" value="">
 												<input type="hidden" name="_action" value="login">