mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
Re-added the "toggle" style for history blocks. The style by default remains the plain "table" (inside a dedicated tab).
SVN:trunk[615]
This commit is contained in:
@@ -126,7 +126,7 @@ abstract class cmdbAbstractObject extends CMDBObject
|
||||
$oHistoryFilter = new DBObjectSearch('CMDBChangeOp');
|
||||
$oHistoryFilter->AddCondition('objkey', $this->GetKey());
|
||||
$oHistoryFilter->AddCondition('objclass', get_class($this));
|
||||
$oBlock = new HistoryBlock($oHistoryFilter, 'tab', false);
|
||||
$oBlock = new HistoryBlock($oHistoryFilter, 'table', false);
|
||||
$oBlock->Display($oPage, -1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user