mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
N°2737 - Migrate table to DataTables plugin to be iso with the end-users portal - fix test on $bShowObsoleteData for display message
This commit is contained in:
@@ -187,7 +187,7 @@ class SearchForm
|
||||
$oUiSearchBlock->SetCSSClasses("ibo-search-form-panel display_block");
|
||||
$oUiBlock->AddSubBlock($oUiSearchBlock);
|
||||
$sHtml = "<a class=\"sft_toggler fas fa-caret-down pull-right\" href=\"#\" title=\"" . Dict::S('UI:Search:Toggle') . "\"></a>";
|
||||
if ($bShowObsoleteData)
|
||||
if (!$bShowObsoleteData)
|
||||
{
|
||||
$sHtml .= "<span class=\"pull-right\">";
|
||||
$sHtml .= "<span class=\"sfobs_hint pull-right\">" . Dict::S('UI:Search:Obsolescence:DisabledHint') . "</span>";
|
||||
|
||||
Reference in New Issue
Block a user