From 0bbe5d798bae7991c50f940889b4001b54dc0d88 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 9 Sep 2020 11:57:27 +0200 Subject: [PATCH] Change refresh icon character As suggested by @Hipska, thanks to him ! See discussion in https://github.com/Combodo/itop-toolkit-community/commit/8c13af682687ed19a15e8d36cd9476d50609730e#r41809250 --- ajax.toolkit.php | 50 ++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/ajax.toolkit.php b/ajax.toolkit.php index 79339eb..3846fba 100644 --- a/ajax.toolkit.php +++ b/ajax.toolkit.php @@ -484,12 +484,12 @@ function InitDataModel($sConfigFileName, $bModelOnly = true) echo "\n"; } } - echo "\n"; - echo "\n"; - echo "\n"; - break; + echo "\n"; + echo "\n"; + echo "\n"; + break; case 'prepare_new_dictionary': InitDataModel(ITOP_TOOLKIT_CONFIG_FILE, true); @@ -555,26 +555,26 @@ function InitDataModel($sConfigFileName, $bModelOnly = true) } } } - if (count($aSQLFixesTables) == 0) - { - echo "

Ok, the database format is compliant with the data model. (Note: the views have not been checked)

\n"; - } - echo "

 

\n"; - if (function_exists('symlink')) - { - echo "

\n"; - } - echo "\n"; - if (count($aSQLFixesTables) > 0) - { - echo " \n"; - } - $sSourceDir = MetaModel::GetConfig()->Get('source_dir'); - $sSourceDirHtml = htmlentities($sSourceDir, ENT_QUOTES, 'UTF-8'); + if (count($aSQLFixesTables) == 0) + { + echo "

Ok, the database format is compliant with the data model. (Note: the views have not been checked)

\n"; + } + echo "

 

\n"; + if (function_exists('symlink')) + { + echo "

\n"; + } + echo "\n"; + if (count($aSQLFixesTables) > 0) + { + echo " \n"; + } + $sSourceDir = MetaModel::GetConfig()->Get('source_dir'); + $sSourceDirHtml = htmlentities($sSourceDir, ENT_QUOTES, 'UTF-8'); echo " \n"; - echo "
\n"; - echo "

 

\n"; - echo "
\n"; + echo "
\n"; + echo "

 

\n"; + echo "
\n"; echo "

SQL commands to copy/paste:

\n"; $sSQLFixAll = $aAnalysis['*CondensedQueries']['sql']; echo "";