Procházet zdrojové kódy

TableAjax require jquery-ui dialog for map window

Piotr Labudda před 11 roky
rodič
revize
cb36a6bc51
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      SE/se-lib/TableAjax.php

+ 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;}