mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix to rendering style for generated association pickers within property sheets
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8370 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -321,7 +321,7 @@ public abstract class BaseAssociationEditor extends UIInput
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// start outer table
|
// start outer table
|
||||||
out.write("<table border='0' cellspacing='4' cellpadding='0' class='selector'>");
|
out.write("<table border='0' cellspacing='4' cellpadding='0' class='multiValueSelector'>");
|
||||||
|
|
||||||
if (allowMany)
|
if (allowMany)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user