mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Fixed typo
SVN:trunk[1433]
This commit is contained in:
@@ -360,12 +360,12 @@ class FileDoc extends Document
|
||||
public function DisplayBareProperties(WebPage $oPage, $bEditMode = false, $sPrefix = '')
|
||||
{
|
||||
if (!$bEditMode)
|
||||
{
|
||||
$oPage->SetCurrentTab(Dict::S('Class:Document:PreviewTab'));
|
||||
$oPage->add($this->DisplayDocumentInline($oPage, 'contents'));
|
||||
$oPage->SetCurrentTab(Dict::S('UI:PropertiesTab'));
|
||||
{
|
||||
$oPage->SetCurrentTab(Dict::S('Class:Document:PreviewTab'));
|
||||
$oPage->add($this->DisplayDocumentInline($oPage, 'contents'));
|
||||
$oPage->SetCurrentTab(Dict::S('UI:PropertiesTab'));
|
||||
}
|
||||
parent::DisplayBareProperties($oPage, $bEditMode);
|
||||
parent::DisplayBareProperties($oPage, $bEditMode, $sPrefix);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user