Deon George wrote: > However, if you supply value statements (to enable the template to > pre-select a default), then the update appears to use 0/1 (depending > on the order of the <value> statements. This is a bug and needs to be > fixed. > Yennix,
Actually there is no bug here. I've updated the wiki with regard to the "default" tag and the "value" tag. If you want a boolean to pre-select a default value (use <default>true</default> (or false)) in your template. If you want a pick list to be suplimented with additional values (which you wouldnt want for boolean value, but maybe for other attributes). You can use additional <value> tags. The syntax is selection lists is <value id="ldap value">Display Value</display>, and thus when user selects "Display Value", "ldap value" will be submitted to the ldap server for storage. ...deon ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ phpldapadmin-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users
