IF edit any form, available token list (bottom of page) visible only primary group, expandable image hidden.
Edit the jquery.treeTable.js in token module directory, found inline css line 180:
cell.prepend('<span style="margin-left: -' + options.indent + 'px; padding-left: ' + options.indent + 'px" class="expander"></span>');

clear the margin-left, and change the line to:
cell.prepend('<span style="padding-left: ' + options.indent + 'px" class="expander"></span>');
solved :-)

Comments

dave reid’s picture

Status: Active » Closed (duplicate)