Hello, 

I have been working on some custom templates in PLA 1.1.0.5.  I can't
seem to get attribute hints to render in my browser.  I've tried both
Firefox 2 and IE 6.  I looked at the HTML source and I don't see the
hints listed so PLA must not be sending them to the browser?

Anyone else having problems getting the hints to show up?  Any pointers
would be appreciated. 

Here is one of my custom templates: 

<[EMAIL PROTECTED]> 40% cat custom_Networks.xml 
<?xml version="1.0" encoding="UTF-8" standalone="no"?> 
<!DOCTYPE template SYSTEM "template.dtd"> 
<template> 
<title>Networks</title> 
<regexp>^ou=Networks</regexp> 
<icon>images/network.png</icon> 
<description>New Networks Entry</description> 
<askcontainer>0</askcontainer> 
<rdn>ipNetworkNumber</rdn> 
<visible>1</visible> 

<objectClasses> 
<objectClass id="ipNetwork"></objectClass> 
</objectClasses> 

<attributes> 
<attribute id="ipNetworkNumber"> 
    <display>Network</display> 
    <hint>Example: 10.93.23.0</hint> 
    <order>1</order> 
    <page>1</page> 
</attribute> 
<attribute id="cn"> 
    <display>Network Name</display> 
    <hint>Example: net-10.93.23.0</hint> 
    <order>2</order> 
    <page>1</page> 
</attribute> 
<attribute id="ipNetmaskNumber"> 
    <display>Netmask</display> 
    <hint>Example: 255.255.255.0</hint> 
    <order>3</order> 
    <page>1</page> 
</attribute> 
<attribute id="description"> 
    <display>Description</display> 
    <hint>Example: Louisville - VLAN 23</hint> 
    <order>4</order> 
    <page>1</page> 
</attribute> 
</attributes> 
</template> 

Thanks, 

Steve 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
phpldapadmin-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to