Re: [phpldapadmin-users] Using templates for display/edit existing objetc forms

2008-03-04 Thread Deon George
Irene FM wrote: > How can I set the template to use when showing this > type of objetc? > Yes, they are called "modification templates" and the go in the modification/ directory. (They have the same structure as the creation templates, and can be completely different to the creation template i

[phpldapadmin-users] Using templates for display/edit existing objetc forms

2008-03-04 Thread Irene FM
Hello: Is it possible to use a certain template not only to create new objects, but also when displaying existing ones? When I click on an existing object, I see at the top of the page: "template: No template" How can I set the template to use when showing this type of objetc? thanks, irene

Re: [phpldapadmin-users] A possible bug with hidden_except_dn

2008-03-04 Thread Deon George
Ryan Steele wrote: > I saw there used to be a bug where this did not work, though it was > purportedly fixed. However, when I specify a dn for which those hidden > attributes don't apply, it doesn't seem to work. > Ryan, I just tried this on my setup and it works as expected. Make sure that

Re: [phpldapadmin-users] draw_date_selector_link and generalizedTime type attributes

2008-03-04 Thread Deon George
Irene FM wrote: > I've just got another question: > Is it possible for the format of the date that is > actually posted to the database, to be different to > that displayed in the value box? > No. :) ...deon - This SF.net

Re: [phpldapadmin-users] draw_date_selector_link and generalizedTime type attributes

2008-03-04 Thread Irene FM
Hello! Thanks a lot, setting in my config.php $config->custom->appearance['date_attrs'] = array('nameOfAttribute'=>'%Y%m%d00'); worked, only I was also setting the template options wrong, putting the funcion inside rather than or tags. I've just got another question: Is it possible for