Merge remote-tracking branch 'origin/support/3.0' into develop

This commit is contained in:
Molkobain
2022-07-18 16:49:05 +02:00
3 changed files with 11 additions and 11 deletions

View File

@@ -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";

View File

@@ -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';

View File

@@ -143,7 +143,7 @@
$sTagTooltipContent = utils::EscapeHtml($aIconData['title']);
$aHeaderBlocks['subtitle'][static::HEADER_BLOCKS_SUBTITLE_TAG_PREFIX.$sIconId] = new Combodo\iTop\Application\UI\Base\Component\Html\Html(<<<HTML
<span id="{$sIconId}" class="ibo-object-details--tag {$aIconData['css_classes']}" data-tooltip-content="{$sTagTooltipContent}" data-tooltip-html-enabled="true"><span class="ibo-object-details--tag-icon"><span class="{$aIconData['decoration_classes']}"></span></span>{$aIconData['label']}</span>
HTML
HTML
);
}