Closed (duplicate)
Project:
Token
Version:
6.x-1.16
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Jun 2011 at 10:17 UTC
Updated:
26 Jul 2011 at 03:06 UTC
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
Comment #1
dave reidI believe this is a duplicate of #961130: jquery.treeTable.js expandable tree margin-left is to far to the left