~ubuntu-branches/debian/wheezy/phpldapadmin/wheezy

« back to all changes in this revision

Viewing changes to templates/creation/organizationalRole.xml

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2010-04-10 10:12:22 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100410101222-3xyuhy4a7usewxla
Tags: 1.2.0.5-1
* New upstream release. (Closes: #571672, #549464)
* debian/po/ru.po: added. (Closes: #536402)
* applied patch to fix lintian warnings. (Closes: #531649)
* Removed debian/patches that have been merged upstream.
* Do not build-depend anymore on dpatch.

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
4
<template>
4
 
<title>Organisational Role</title>
5
 
<!--<regexp>^ou=People,o=.*,</regexp>-->
6
 
<icon>images/o.png</icon>
 
5
<askcontainer>1</askcontainer>
7
6
<description>New Organisational Role</description>
8
 
<askcontainer>1</askcontainer>
 
7
<icon>ldap-o.png</icon>
 
8
<invalid>0</invalid>
9
9
<rdn>cn</rdn>
 
10
<!--<regexp>^ou=People,o=.*,</regexp>-->
 
11
<title>Generic: Organisational Role</title>
10
12
<visible>1</visible>
11
13
 
12
14
<objectClasses>
21
23
</attribute>
22
24
<attribute id="telephoneNumber">
23
25
        <display>Work phone</display>
24
 
        <icon>images/phone.png</icon>
 
26
        <icon>phone.png</icon>
25
27
        <order>2</order>
26
28
</attribute>
27
29
<attribute id="facsimileTelephoneNumber">
29
31
        <order>3</order>
30
32
        <spacer>1</spacer>
31
33
</attribute>
32
 
 
33
34
<attribute id="description">
34
35
        <display>Comments</display>
35
 
        <icon>images/light.png</icon>
 
36
        <icon>light.png</icon>
36
37
        <order>4</order>
37
38
        <spacer>1</spacer>
38
39
</attribute>
39
 
 
40
40
<attribute id="roleOccupant">
41
41
        <display>Occupant</display>
42
 
        <icon>images/object.png</icon>
 
42
        <icon>ldap-default.png</icon>
43
43
        <order>5</order>
44
44
        <spacer>1</spacer>
45
45
</attribute>
46
 
 
47
46
<attribute id="street">
48
47
        <display>Street Address</display>
49
 
        <icon>images/mail.png</icon>
 
48
        <icon>mail.png</icon>
50
49
        <order>6</order>
51
50
</attribute>
52
51
<attribute id="l">
62
61
        <order>9</order>
63
62
        <spacer>1</spacer>
64
63
</attribute>
65
 
 
66
64
<attribute id="postalAddress">
67
65
        <display>Postal Address</display>
68
 
        <icon>images/mail.png</icon>
 
66
        <icon>mail.png</icon>
69
67
        <order>10</order>
70
68
        <spacer>1</spacer>
71
69
</attribute>
72
70
<attribute id="registeredAddress">
73
71
        <display>Registered Address</display>
74
 
        <icon>images/mail.png</icon>
 
72
        <icon>mail.png</icon>
75
73
        <order>11</order>
76
74
</attribute>
77
 
 
78
75
</attributes>
 
76
 
79
77
</template>