diff --git a/pages/schema.php b/pages/schema.php index d2f19c6d3..8dfb6f474 100644 --- a/pages/schema.php +++ b/pages/schema.php @@ -969,31 +969,6 @@ EOF ); } - //for IE and edge - $oPage->add_ready_script( - <<SetCurrentTab('UI:Schema:Attributes'); $aConfig = array( 'origincolor' => array('label' => "", 'description' => ""), @@ -1107,7 +1082,7 @@ function DisplayClassHeader($oPage, $sClass) $oPage->add("

".MetaModel::GetName($sClass)." (".$sClass.")

"); $oPage->add(""); -//content header + //content header $oPage->add("
"); DisplayGranularityDisplayer($oPage); $oPage->add("
".MetaModel::GetClassIcon($sClass)."
"); @@ -1118,6 +1093,9 @@ function DisplayClassHeader($oPage, $sClass) { $oPage->p(Dict::S('UI:Schema:AbstractClass')); } + //ajuste the size of title + $oPage->add_ready_script("$('#dataModelScrollableDiv').width($('#dataModelScrollableDiv').parent().width());"); + } //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @@ -1178,7 +1156,12 @@ $oPage->add("
"); $oPage->add_init_script( <<