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:
Kevin Roast
2008-02-25 14:47:09 +00:00
parent b15cfb08b3
commit 6ce387a808

View File

@@ -321,7 +321,7 @@ public abstract class BaseAssociationEditor extends UIInput
else
{
// 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)
{