-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrontend-users.xml
70 lines (63 loc) · 2.77 KB
/
frontend-users.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<quiqqer>
<frontend-users>
<profile>
<categories>
<category name="user">
<title>
<locale group="quiqqer/frontend-users" var="profile.user.title"/>
</title>
<!-- User Data -->
<settings control="\QUI\FrontendUsers\Controls\Profile\UserData"
name="data"
icon="fa fa-user"
showinprofilebar="1"
>
<title>
<locale group="quiqqer/frontend-users" var="profile.data.title"/>
</title>
</settings>
<!-- Address -->
<settings control="\QUI\FrontendUsers\Controls\Profile\Address"
name="address"
icon="fa fa-address-card"
showinprofilebar="0"
>
<title>
<locale group="quiqqer/frontend-users" var="profile.address.title"/>
</title>
</settings>
<!-- Change Password -->
<settings control="\QUI\FrontendUsers\Controls\Profile\ChangePassword"
name="changepassword"
icon="fa fa-key"
showinprofilebar="0"
>
<title>
<locale group="quiqqer/frontend-users" var="profile.changepassword.title"/>
</title>
</settings>
<!-- Avatar -->
<settings control="\QUI\FrontendUsers\Controls\Profile\UserAvatar"
name="avatar"
icon="fa fa-camera"
showinprofilebar="0"
>
<title>
<locale group="quiqqer/frontend-users" var="profile.avatar.title"/>
</title>
</settings>
<!-- Delete Account -->
<settings control="\QUI\FrontendUsers\Controls\Profile\DeleteAccount"
name="deleteaccount"
icon="fa fa-trash"
showinprofilebar="0"
>
<title>
<locale group="quiqqer/frontend-users" var="profile.deleteaccount.title"/>
</title>
</settings>
</category>
</categories>
</profile>
</frontend-users>
</quiqqer>