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