~ubuntu-branches/debian/jessie/phpldapadmin/jessie

« back to all changes in this revision

Viewing changes to templates/creation/mozillaOrgPerson.xml

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2009-03-16 14:54:15 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090316145415-7dsvj319dd02h83j
Tags: 1.1.0.6-1
* New upstream release. (Closes: #518578)
* debian/rules: removed "-m 644" from the dh_install call. (Closes: #518847)
* debian/postrm: remove config.php at purge time. (Closes: #519086)
* debian/patches/hungarian.dpatch: fixed a hungarian translation.
  (Closes: #505559)

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 Entry (mozillaOrgPerson)</title>
 
4
<title>Address Book Entry (mozillaAbPersonAlpha)</title>
5
5
<!--<regexp>^ou=People,o=.*,</regexp>-->
6
6
<icon>images/user.png</icon>
7
7
<description>New Address Book Entry</description>
11
11
 
12
12
<objectClasses>
13
13
<objectClass id="inetOrgPerson"></objectClass>
14
 
<objectClass id="mozillaAddressBookEntry"></objectClass>
 
14
<objectClass id="mozillaAbPersonAlpha"></objectClass>
15
15
</objectClasses>
16
16
 
17
17
<attributes>
36
36
        <spacer>1</spacer>
37
37
</attribute>
38
38
<attribute id="mail">
39
 
        <display>t_email</display>
 
39
        <display>Email</display>
40
40
        <order>5</order>
41
41
</attribute>
42
42
<attribute id="mozillaSecondEmail">
44
44
        <order>6</order>
45
45
        <spacer>1</spacer>
46
46
</attribute>
 
47
<attribute id="nsAIMid">
 
48
        <display>Screen Name</display>
 
49
        <order>7</order>
 
50
</attribute>
47
51
<attribute id="telephoneNumber">
48
52
        <display>Work Phone</display>
49
53
        <icon>images/phone.png</icon>
50
 
        <order>7</order>
 
54
        <order>8</order>
51
55
</attribute>
52
56
<attribute id="homePhone">
53
57
        <display>Home Phone</display>
54
 
        <order>8</order>
 
58
        <order>9</order>
55
59
</attribute>
56
60
<attribute id="facsimileTelephoneNumber">
57
61
        <display>Fax</display>
58
 
        <order>9</order>
 
62
        <order>10</order>
59
63
</attribute>
60
64
<attribute id="pager">
61
65
        <display>Page</display>
62
 
        <order>10</order>
 
66
        <order>11</order>
63
67
</attribute>
64
68
<attribute id="mobile">
65
69
        <display>Mobile</display>
66
 
        <order>11</order>
 
70
        <order>12</order>
67
71
        <spacer>1</spacer>
68
72
</attribute>
69
 
<attribute id="homePostalAddress">
 
73
<attribute id="mozillaHomeStreet">
70
74
        <display>Home Address</display>
71
 
        <order>12</order>
 
75
        <order>13</order>
72
76
</attribute>
73
 
<attribute id="mozillaHomePostalAddress2">
 
77
<attribute id="mozillaHomeStreet2">
74
78
        <display>Home Address 2</display>
75
 
        <order>13</order>
 
79
        <order>14</order>
76
80
</attribute>
77
81
<attribute id="mozillaHomeLocalityName">
78
82
        <display>Home City</display>
79
 
        <order>14</order>
 
83
        <order>15</order>
80
84
</attribute>
81
85
<attribute id="mozillaHomeState">
82
86
        <display>Home State</display>
83
 
        <order>15</order>
 
87
        <order>16</order>
84
88
</attribute>
85
89
<attribute id="mozillaHomePostalCode">
86
90
        <display>Home ZIP/Postal Code</display>
87
 
        <order>16</order>
 
91
        <order>17</order>
88
92
</attribute>
89
93
<attribute id="mozillaHomeCountryName">
90
94
        <display>Home Country</display>
91
 
        <order>17</order>
 
95
        <order>18</order>
92
96
</attribute>
93
97
<attribute id="mozillaHomeUrl">
94
98
        <display>Home Web page</display>
95
 
        <order>18</order>
 
99
        <order>19</order>
96
100
        <spacer>1</spacer>
97
101
</attribute>
98
102
<attribute id="title">
99
103
        <display>Work Title</display>
100
 
        <order>19</order>
 
104
        <order>20</order>
101
105
</attribute>
102
106
<attribute id="ou">
103
107
        <display>Work Department</display>
104
 
        <order>20</order>
 
108
        <order>21</order>
105
109
</attribute>
106
110
<attribute id="o">
107
111
        <display>Work Organization</display>
108
 
        <order>21</order>
 
112
        <order>22</order>
109
113
</attribute>
110
114
<attribute id="street">
111
115
        <display>Work Address</display>
112
 
        <order>22</order>
 
116
        <order>23</order>
113
117
</attribute>
114
118
<attribute id="mozillaWorkStreet2">
115
119
        <display>Work Address 2</display>
116
 
        <order>23</order>
 
120
        <order>24</order>
117
121
</attribute>
118
122
<attribute id="l">
119
123
        <display>Work City</display>
120
 
        <order>24</order>
 
124
        <order>25</order>
121
125
</attribute>
122
126
<attribute id="st">
123
127
        <display>Work State/Province</display>
124
 
        <order>25</order>
 
128
        <order>26</order>
125
129
</attribute>
126
130
<attribute id="postalCode">
127
131
        <display>Work ZIP/Postal Code</display>
128
 
        <order>26</order>
 
132
        <order>27</order>
129
133
</attribute>
130
134
<attribute id="c">
131
135
        <display>Work Country</display>
132
 
        <order>27</order>
 
136
        <order>28</order>
133
137
</attribute>
134
138
<attribute id="mozillaWorkUrl">
135
139
        <display>Work Web page</display>
136
 
        <order>28</order>
 
140
        <order>29</order>
 
141
</attribute>
 
142
<attribute id="description">
 
143
        <display>Note</display>
 
144
        <order>30</order>
 
145
</attribute>
 
146
<attribute id="mozillaCustom1">
 
147
        <display>Custom 1</display>
 
148
        <order>31</order>
 
149
</attribute>
 
150
<attribute id="mozillaCustom2">
 
151
        <display>Custom 2</display>
 
152
        <order>32</order>
 
153
</attribute>
 
154
<attribute id="mozillaCustom3">
 
155
        <display>Custom 3</display>
 
156
        <order>33</order>
 
157
</attribute>
 
158
<attribute id="mozillaCustom4">
 
159
        <display>Custom 4</display>
 
160
        <order>34</order>
137
161
</attribute>
138
162
</attributes>
139
163
</template>