phpldapadmin/templates/mozillaOrgPerson.xml
2009-06-30 19:29:51 +10:00

140 lines
3.1 KiB
XML

<template>
<title>address_book_moz</title>
<!--<regexp>^ou=People,o=.*,</regexp>-->
<icon>images/user.png</icon>
<description>t_new_address</description>
<askcontainer>1</askcontainer>
<rdn>cn</rdn>
<visible>1</visible>
<invalid>1</invalid>
<objectClasses>
<objectClass id="inetOrgPerson"></objectClass>
<objectClass id="mozillaOrgPerson"></objectClass>
</objectClasses>
<attributes>
<attribute id="givenName">
<display>t_first_name</display>
<icon>images/uid.png</icon>
<onchange>autoFill:cn,%sn% %givenName%</onchange>
<order>1</order>
</attribute>
<attribute id="sn">
<display>t_last_name</display>
<onchange>autoFill:cn,%sn% %givenName%</onchange>
<order>2</order>
</attribute>
<attribute id="cn">
<display>Common Name</display>
<order>3</order>
</attribute>
<attribute id="mozillaNickName">
<display>mozillaNickname</display>
<order>4</order>
<spacer>1</spacer>
</attribute>
<attribute id="mail">
<display>t_email</display>
<order>5</order>
<icon>images/phone.png</icon>
</attribute>
<attribute id="mozillaSecondEmail">
<display>Second email</display>
<order>6</order>
<spacer>1</spacer>
</attribute>
<attribute id="telephoneNumber">
<display>t_work_phone</display>
<order>7</order>
<icon>images/phone.png</icon>
</attribute>
<attribute id="homePhone">
<display>Home</display>
<order>8</order>
</attribute>
<attribute id="facsimileTelephoneNumber">
<display>Fax</display>
<order>9</order>
</attribute>
<attribute id="pager">
<display>Page</display>
<order>10</order>
</attribute>
<attribute id="mobile">
<display>Mobile</display>
<order>11</order>
<spacer>1</spacer>
</attribute>
<attribute id="homePostalAddress">
<display>Address</display>
<order>11</order>
</attribute>
<attribute id="mozillaHomePostalAddress2">
<display>Address 2</display>
<order>11</order>
</attribute>
<attribute id="mozillaHomeLocalityName">
<display>City</display>
<order>11</order>
</attribute>
<attribute id="mozillaHomeState">
<display>State</display>
<order>11</order>
</attribute>
<attribute id="mozillaHomePostalCode">
<display>ZIP</display>
<order>11</order>
</attribute>
<attribute id="mozillaHomeCountryName">
<display>Country</display>
<order>11</order>
</attribute>
<attribute id="mozillaHomeUrl">
<display>Web page</display>
<order>11</order>
<spacer>1</spacer>
</attribute>
<attribute id="title">
<display>Title</display>
<order>12</order>
</attribute>
<attribute id="ou">
<display>Department</display>
<order>12</order>
</attribute>
<attribute id="o">
<display>Organization</display>
<order>12</order>
</attribute>
<attribute id="postalAddress">
<display>Address</display>
<order>12</order>
</attribute>
<attribute id="mozillaPostalAddress2">
<display>Address 2</display>
<order>12</order>
</attribute>
<attribute id="l">
<display>City</display>
<order>12</order>
</attribute>
<attribute id="st">
<display>State/Province</display>
<order>12</order>
</attribute>
<attribute id="postalCode">
<display>ZIP</display>
<order>12</order>
</attribute>
<attribute id="c">
<display>Country</display>
<order>12</order>
</attribute>
<attribute id="mozillaWorkUrl">
<display>Web page</display>
<order>12</order>
</attribute>
</attributes>
</template>