~ubuntu-branches/ubuntu/oneiric/phpldapadmin/oneiric-security

« back to all changes in this revision

Viewing changes to templates/inetOrgPerson.xml

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2006-01-17 20:25:18 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060117202518-hkweiuigkttwy86t
Tags: 0.9.8-1
* New upstream release.
* debian/README.Debian: added a note about dpkg-reconfigure and debconf
  questions. (Closes: #342206)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
2
<!DOCTYPE template SYSTEM "template.dtd">
3
3
<template>
4
 
<title>address_book_inet</title>
 
4
<title>Address Book Entry</title>
5
5
<!--<regexp>^ou=People,o=.*,</regexp>-->
6
6
<icon>images/user.png</icon>
7
 
<description>t_new_address</description>
 
7
<description>New Address Book Entry</description>
8
8
<askcontainer>1</askcontainer>
9
9
<rdn>cn</rdn>
10
10
<visible>1</visible>
15
15
 
16
16
<attributes>
17
17
<attribute id="givenName">
18
 
        <display>t_first_name</display>
 
18
        <display>First name</display>
19
19
        <icon>images/uid.png</icon>
20
20
        <onchange>autoFill:cn,%givenName% %sn%</onchange>
21
21
        <order>1</order>
22
22
        <page>1</page>
23
23
</attribute>
24
24
<attribute id="sn">
25
 
        <display>t_last_name</display>
 
25
        <display>Last name</display>
26
26
        <onchange>autoFill:cn,%givenName% %sn%</onchange>
27
27
        <order>2</order>
28
28
        <page>1</page>
34
34
        <spacer>1</spacer>
35
35
</attribute>
36
36
<attribute id="o">
37
 
        <display>t_organization</display>
 
37
        <display>Organisation</display>
38
38
        <order>4</order>
39
39
        <page>1</page>
40
40
</attribute>
41
41
<attribute id="street">
42
 
        <display>t_street</display>
 
42
        <cols>50</cols>
 
43
        <display>Street</display>
43
44
        <icon>images/mail.png</icon>
44
45
        <order>4</order>
45
46
        <page>1</page>
 
47
        <rows>4</rows>
 
48
        <type>textarea</type>
46
49
</attribute>
47
50
<attribute id="l">
48
 
        <display>t_city</display>
 
51
        <display>City</display>
49
52
        <order>5</order>
50
53
        <page>1</page>
51
54
</attribute>
52
55
<attribute id="st">
53
 
        <display>t_state</display>
 
56
        <display>State</display>
54
57
        <order>6</order>
55
58
        <page>1</page>
56
59
</attribute>
57
60
<attribute id="postalCode">
58
 
        <display>t_postal_code</display>
 
61
        <display>Postal code</display>
59
62
        <order>7</order>
60
63
        <page>1</page>
61
64
        <spacer>1</spacer>
62
65
</attribute>
63
66
<attribute id="telephoneNumber">
64
 
        <display>t_work_phone</display>
 
67
        <display>Work phone</display>
65
68
        <icon>images/phone.png</icon>
66
69
        <order>8</order>
67
70
        <page>1</page>
68
71
</attribute>
69
72
<attribute id="facsimileTelephoneNumber">
70
 
        <display>t_fax</display>
 
73
        <display>Fax</display>
71
74
        <order>9</order>
72
75
        <page>1</page>
73
76
</attribute>
74
77
<attribute id="mobile">
75
 
        <display>t_mobile</display>
 
78
        <display>Mobile</display>
76
79
        <order>9</order>
77
80
        <page>1</page>
78
81
</attribute>
79
82
<attribute id="mail">
80
 
        <display>t_email</display>
 
83
        <display>Email</display>
81
84
        <order>10</order>
82
85
        <page>1</page>
83
86
</attribute>