Don't take over #prefix / #suffix if previously defined.
This broke the "Add more" fonctionnality of CCK. Being E_STRICT compliant
makes the code quite verbose though :-/
author |
Franck Deroche <franck@defr.org> |
date |
Wed, 21 Jan 2009 14:39:42 +0100 |
parents |
56772e0a00ae |
children |
e1318a313b1d |
rev |
line source |
franck@0
|
1 In-place popup to add a new node to Node Reference widget.
|
franck@0
|
2 Initial inspiration: Add and Reference by tema (http://drupal.org/project/add_n_reference)
|
franck@0
|
3
|
franck@0
|
4 TODO
|
franck@0
|
5 * Fix losing highlighted selections on node add with multi-select box.
|
franck@0
|
6 |