mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 16:48:42 +02:00
Cleanup of the way objects are displayed/edited: DisplayBareProperties is now used for displaying (i.e. read-only) or modifying/creating an object.
SVN:trunk[1432]
This commit is contained in:
@@ -357,7 +357,7 @@ class FileDoc extends Document
|
||||
* Overload the display of the properties to add a tab (the first one)
|
||||
* with the preview of the document
|
||||
*/
|
||||
public function DisplayBareProperties(WebPage $oPage, $bEditMode = false)
|
||||
public function DisplayBareProperties(WebPage $oPage, $bEditMode = false, $sPrefix = '')
|
||||
{
|
||||
if (!$bEditMode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user