From 90b4a4d31442f8eeef6a77dcbca869c502a39cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 9 Jan 2020 11:01:15 +0100 Subject: [PATCH] Update index.php --- htdocs/opensurvey/wizard/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/opensurvey/wizard/index.php b/htdocs/opensurvey/wizard/index.php index 63f83655d49..77e8418f31b 100644 --- a/htdocs/opensurvey/wizard/index.php +++ b/htdocs/opensurvey/wizard/index.php @@ -2,6 +2,7 @@ /* Copyright (C) 2013 Laurent Destailleur * Copyright (C) 2014 Marcos García * Copyright (C) 2016 Regis Houssin + * Copyright (C) 2019 Frédéric France * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -41,6 +42,7 @@ llxHeader('', $langs->trans("Survey"), '', "", 0, 0, $arrayofjs, $arrayofcss); print load_fiche_titre($langs->trans("CreatePoll")); print '
'; +print ''; print '
'; print '

'.$langs->trans("OrganizeYourMeetingEasily").'

'; print '
';