mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°3540 - Migrate printable version of an object
This commit is contained in:
@@ -3200,7 +3200,8 @@ EOF
|
||||
// - Fullscreen toggler for large fields
|
||||
$sFullscreenTogglerTooltip = Dict::S('UI:ToggleFullScreen');
|
||||
$sFullscreenTogglerHTML = (false === in_array($oAttDef->GetEditClass(), static::GetAttEditClassesToRenderAsLargeField())) ? '' : <<<HTML
|
||||
<a href="#" class="ibo-field--fullscreen-toggler" data-role="ibo-field--fullscreen-toggler" data-tooltip-content="{$sFullscreenTogglerTooltip}" data-fullscreen-toggler-target="$(this).closest('[data-role=\'ibo-field\']')"><span class="fas fa-fw fa-expand-arrows-alt"></span></a>
|
||||
<a href="#" class="ibo-field--fullscreen-toggler no-print-preview" data-role="ibo-field--fullscreen-toggler"
|
||||
data-tooltip-content="{$sFullscreenTogglerTooltip}" data-fullscreen-toggler-target="$(this).closest('[data-role=\'ibo-field\']')"><span class="fas fa-fw fa-expand-arrows-alt"></span></a>
|
||||
HTML;
|
||||
|
||||
$sLabelAsHtml = '<span '.$sDescriptionHTMLAttributes.' >'.MetaModel::GetLabel($sClass, $sAttCode).'</span>'.$sFullscreenTogglerHTML;
|
||||
|
||||
@@ -187,6 +187,8 @@ class DisplayBlock
|
||||
'auto_reload', /** bool|string|numeric 'fast' (reload faster) or 'standard' (= true or 'true') (reload standard) or reload interval value (numeric) */
|
||||
'c[menu]', /** string current navigation menu */
|
||||
'c[org_id]', /** int current filtered organization */
|
||||
'c[menu', /** string workaround due to extraparams in menunode */
|
||||
'c[org_id', /** int workaround due to extraparams in menunode */
|
||||
'dashboard_div_id', /** string dashboard html div id */
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user