Manage the most important asset of your IT: Documentation.
',
+ 'UI:WelcomeMenu:Text'=> '
Congratulations, you landed on '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!
+
+
This version features a modern brand new accessible and responsive backoffice design.
+
+
We kept iTop core functions that you liked and modernized them to make you love them.
+We hope you’ll enjoy this version as much as we enjoyed imagining and creating it.
+
+
Customize your iTop preferences for a personalized experience.
',
'UI:WelcomeMenu:AllOpenRequests' => 'Open requests: %1$d',
'UI:WelcomeMenu:MyCalls' => 'My requests',
'UI:WelcomeMenu:OpenIncidents' => 'Open incidents: %1$d',
diff --git a/images/illustrations/undraw_relaunch_day.svg b/images/illustrations/undraw_relaunch_day.svg
new file mode 100644
index 000000000..330d0f481
--- /dev/null
+++ b/images/illustrations/undraw_relaunch_day.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/pages/UI.php b/pages/UI.php
index c171200bf..643cb56d1 100644
--- a/pages/UI.php
+++ b/pages/UI.php
@@ -4,6 +4,7 @@
* @license http://opensource.org/licenses/AGPL-3.0
*/
+use Combodo\iTop\Application\TwigBase\Twig\TwigHelper;
use Combodo\iTop\Application\UI\Base\Component\Button\ButtonUIBlockFactory;
use Combodo\iTop\Application\UI\Base\Component\Form\Form;
use Combodo\iTop\Application\UI\Base\Component\Form\FormUIBlockFactory;
@@ -36,32 +37,8 @@ function DisplayWelcomePopup(WebPage $oP)
$bPopup = appUserPreferences::GetPref('welcome_popup', true);
if ($bPopup)
{
- $sTemplate = @file_get_contents('../application/templates/welcome_popup.html');
- if ($sTemplate !== false)
- {
- $oTemplate = new DisplayTemplate($sTemplate);
- $oP->add("