Active
Project:
Popups: Add and Reference
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2011 at 16:38 UTC
Updated:
17 Feb 2011 at 16:39 UTC
Hi,
Please add a class reference to the div you add as a suffix to the reference field. This why we can specifically style it!
From:
$form[$key]['#suffix'] = '<div class="node-reference">Add New: ' . implode(', ', $links) .'</div></div>';
To:
$form[$key]['#suffix'] = '<div>Add New: ' . implode(', ', $links) .'</div></div>';
Comments
Comment #1
lordg commentedSorry, I meant the other way around with the From and To. :(