diff --git a/application/dashboard.class.inc.php b/application/dashboard.class.inc.php index 4346623e6..1d277d472 100644 --- a/application/dashboard.class.inc.php +++ b/application/dashboard.class.inc.php @@ -491,7 +491,7 @@ abstract class Dashboard $("#attr_auto_reload_sec").prop('disabled', !$(this).is(':checked')); } ); - $('#select_layout').buttonset(); + $('#select_layout').controlgroup(); $('#select_dashlet').droppable({ accept: '.dashlet', drop: function(event, ui) { diff --git a/application/nicewebpage.class.inc.php b/application/nicewebpage.class.inc.php index 01314f7e3..368110be6 100644 --- a/application/nicewebpage.class.inc.php +++ b/application/nicewebpage.class.inc.php @@ -39,7 +39,7 @@ class NiceWebPage extends WebPage { $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery-migrate.prod.min.js'); } - $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery-ui-1.11.4.custom.min.js'); + $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/jquery-ui.custom.min.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/utils.js'); $this->add_linked_script(utils::GetAbsoluteUrlAppRoot().'js/hovertip.js'); // table sorting diff --git a/datamodels/2.x/itop-portal-base/portal/templates/layout.html.twig b/datamodels/2.x/itop-portal-base/portal/templates/layout.html.twig index 92229fbf2..bf27d16b2 100644 --- a/datamodels/2.x/itop-portal-base/portal/templates/layout.html.twig +++ b/datamodels/2.x/itop-portal-base/portal/templates/layout.html.twig @@ -87,7 +87,7 @@ {% else %} {% endif %} - + diff --git a/js/extkeywidget.js b/js/extkeywidget.js index e3f670135..9ec036eeb 100644 --- a/js/extkeywidget.js +++ b/js/extkeywidget.js @@ -155,7 +155,7 @@ function ExtKeyWidget(id, sTargetClass, sFilter, sTitle, bSelectMode, oWizHelper } return $("
');
oValidationElement.tooltip({
items: 'span',
- tooltipClass: 'form_field_error',
+ classes: {
+ "ui-tooltip": "form_field_error"
+ },
content: function() {
return $(this).find('img').attr('data-tooltip'); // As opposed to the default 'content' handler, do not escape the contents of 'title'
}
diff --git a/sources/renderer/console/fieldrenderer/consolesimplefieldrenderer.class.inc.php b/sources/renderer/console/fieldrenderer/consolesimplefieldrenderer.class.inc.php
index 3478fd439..a9e5dd4a3 100644
--- a/sources/renderer/console/fieldrenderer/consolesimplefieldrenderer.class.inc.php
+++ b/sources/renderer/console/fieldrenderer/consolesimplefieldrenderer.class.inc.php
@@ -361,7 +361,9 @@ EOF
oValidationElement.html('
');
oValidationElement.tooltip({
items: 'span',
- tooltipClass: 'form_field_error',
+ classes: {
+ 'ui-tooltip': 'form_field_error'
+ },
content: function() {
return $(this).find('img').attr('data-tooltip'); // As opposed to the default 'content' handler, do not escape the contents of 'title'
}
diff --git a/test/attributeset_widget_poc.html b/test/attributeset_widget_poc.html
index aec1eca77..2bdf5e69e 100644
--- a/test/attributeset_widget_poc.html
+++ b/test/attributeset_widget_poc.html
@@ -30,7 +30,7 @@ var aDictEntries = {"Core:AttributeSet:placeholder": "click to add"};
-
+