From b9c716a24715dd8ceba6a140bc417cfcf37041e3 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 18 Jul 2022 15:58:11 +0200 Subject: [PATCH 1/2] =?UTF-8?q?N=C2=B05102=20-=20Convert=20line=20separato?= =?UTF-8?q?rs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2.x/itop-oauth-client/datamodel.itop-oauth-client.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datamodels/2.x/itop-oauth-client/datamodel.itop-oauth-client.xml b/datamodels/2.x/itop-oauth-client/datamodel.itop-oauth-client.xml index 26d16e293..0ee200f4f 100644 --- a/datamodels/2.x/itop-oauth-client/datamodel.itop-oauth-client.xml +++ b/datamodels/2.x/itop-oauth-client/datamodel.itop-oauth-client.xml @@ -142,7 +142,7 @@ $sTagTooltipContent = utils::EscapeHtml($aIconData['title']); $aHeaderBlocks['subtitle'][static::HEADER_BLOCKS_SUBTITLE_TAG_PREFIX.$sIconId] = new Combodo\iTop\Application\UI\Base\Component\Html\Html(<<{$aIconData['label']} - HTML +HTML ); } From 808092acdda4ae77ff43477523253c44ea97ffe7 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 18 Jul 2022 16:05:41 +0200 Subject: [PATCH 2/2] =?UTF-8?q?N=C2=B05311=20-=20Update=20deprecation=20co?= =?UTF-8?q?mment=20to=20match=20PHP=20deprecations=20convention?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/css-variables.scss | 10 +++++----- css/light-grey.scss | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/css/css-variables.scss b/css/css-variables.scss index 55c00c479..610ea158c 100644 --- a/css/css-variables.scss +++ b/css/css-variables.scss @@ -16,11 +16,11 @@ * You should have received a copy of the GNU Affero General Public License */ -/*********************************************************************************/ -/* */ -/* Deprecated since 3.0.0 as the backoffice now uses files from css/backoffice/* */ -/* */ -/*********************************************************************************/ +/********************************************************************************/ +/* */ +/* @deprecated 3.0.0 N°5311 The backoffice now uses files from css/backoffice/* */ +/* */ +/********************************************************************************/ // Beware the version number MUST be enclosed with quotes otherwise v2.3.0 becomes v2 0.3 .0 $version: "v2.7.7"; diff --git a/css/light-grey.scss b/css/light-grey.scss index 4c28c7609..56aad0ef6 100644 --- a/css/light-grey.scss +++ b/css/light-grey.scss @@ -16,11 +16,11 @@ * You should have received a copy of the GNU Affero General Public License */ -/*********************************************************************************/ -/* */ -/* Deprecated since 3.0.0 as the backoffice now uses files from css/backoffice/* */ -/* */ -/*********************************************************************************/ +/********************************************************************************/ +/* */ +/* @deprecated 3.0.0 N°5311 The backoffice now uses files from css/backoffice/* */ +/* */ +/********************************************************************************/ @import 'css-variables.scss';