Ver Fonte

Merge branch 'master' of biuro.biall-net.pl:plabudda/se

# By Piotr Labudda
# Via Piotr Labudda
* 'master' of biuro.biall-net.pl:plabudda/se:
  Menu open webmail in new window
  TableAjax require jquery-ui dialog for map window
a.binder há 11 anos atrás
pai
commit
7b9bcd61be
2 ficheiros alterados com 3 adições e 2 exclusões
  1. 1 1
      SE/se-lib/ProcesMenu.php
  2. 2 1
      SE/se-lib/TableAjax.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">

+ 2 - 1
SE/se-lib/TableAjax.php

@@ -261,7 +261,8 @@ class TableAjax extends ViewAjax {
 
 		<?php if ($tblAjaxMap) $tblAjaxMap->printCSS(); ?>
 		<?php if ($tblAjaxMap) $tblAjaxMap->printJS(); ?>
-<!-- <link rel="stylesheet" type="text/css" href="stuff/jquery-ui-smoothness/jquery-ui-1.10.4.custom.min.css"> -->
+		<script src="stuff/jquery-ui-1.10.4.custom.min.js"></script>
+		<link rel="stylesheet" type="text/css" href="stuff/jquery-ui-smoothness/jquery-ui-1.10.4.custom.min.css">
 		<style type="text/css">
 .AjaxTable{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;}