Преглед на файлове

TableAjax require jquery-ui dialog for map window

Piotr Labudda преди 11 години
родител
ревизия
cb36a6bc51
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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;}