-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathuser.xml
More file actions
38 lines (32 loc) · 1.1 KB
/
user.xml
File metadata and controls
38 lines (32 loc) · 1.1 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<user>
<attributes>
<attribute>quiqqer.set.new.password</attribute>
<attribute>quiqqer.sitemap.showNames</attribute>
<attribute>quiqqer.has.seen.2fa.info</attribute>
<attribute>qui-bookmarks</attribute>
</attributes>
<window>
<tab name="details">
<text>
<locale group="quiqqer/core" var="user.panel.details"/>
</text>
<image>fa fa-user</image>
<template>SYS_DIR/template/users/details.html</template>
</tab>
<tab name="security">
<text>
<locale group="quiqqer/core" var="user.panel.password"/>
</text>
<image>fa fa-key</image>
<template>SYS_DIR/template/users/security.html</template>
</tab>
<tab name="data">
<text>
<locale group="quiqqer/core" var="user.panel.personalData"/>
</text>
<image>fa fa-envelope</image>
<template>SYS_DIR/template/users/data.html</template>
</tab>
</window>
</user>