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:
Denis Flaven
2011-08-08 12:52:32 +00:00
parent 3393808c7a
commit 01dd63f623

View File

@@ -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)
{