- Added marker icon next to multilingual fields in property sheets i.e. title and description

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6198 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2007-07-09 14:44:08 +00:00
parent 1aee1b369e
commit d533004036
10 changed files with 310 additions and 22 deletions

View File

@@ -154,6 +154,10 @@ public class UIProperty extends PropertySheetItem
{
componentGeneratorName = RepoConstants.GENERATOR_TEXT_FIELD;
}
else if (typeName.equals(DataTypeDefinition.MLTEXT))
{
componentGeneratorName = RepoConstants.GENERATOR_MLTEXT_FIELD;
}
else if (typeName.equals(DataTypeDefinition.BOOLEAN))
{
componentGeneratorName = RepoConstants.GENERATOR_CHECKBOX;