... | ... | @@ -28,7 +28,7 @@ Legen Sie in Ihrem Root Verzeichnis eine `frontend-users.xml` an. |
|
|
<settings control="\QUI\FrontendUsers\Controls\Profile\UserData"
|
|
|
name="data"
|
|
|
icon="fa fa-user"
|
|
|
showinprofilbar="1"
|
|
|
showinprofilebar="1"
|
|
|
>
|
|
|
<title>
|
|
|
<locale group="quiqqer/frontend-users" var="profile.data.title"/>
|
... | ... | @@ -40,7 +40,7 @@ Legen Sie in Ihrem Root Verzeichnis eine `frontend-users.xml` an. |
|
|
<settings control="\QUI\FrontendUsers\Controls\Profile\ChangePassword"
|
|
|
name="changepassword"
|
|
|
icon="fa fa-key"
|
|
|
showinprofilbar="1"
|
|
|
showinprofilebar="1"
|
|
|
>
|
|
|
<title>
|
|
|
<locale group="quiqqer/frontend-users" var="profile.changepassword.title"/>
|
... | ... | @@ -51,7 +51,7 @@ Legen Sie in Ihrem Root Verzeichnis eine `frontend-users.xml` an. |
|
|
<!-- Avatar -->
|
|
|
<settings name="avatar"
|
|
|
icon="fa fa-camera"
|
|
|
showinprofilbar="1"
|
|
|
showinprofilebar="1"
|
|
|
>
|
|
|
<title>
|
|
|
<locale group="quiqqer/frontend-users" var="profile.avatar.title"/>
|
... | ... | @@ -66,7 +66,7 @@ Legen Sie in Ihrem Root Verzeichnis eine `frontend-users.xml` an. |
|
|
<settings control="\QUI\FrontendUsers\Controls\Profile\DeleteAccount"
|
|
|
name="deleteaccount"
|
|
|
icon="fa fa-trash"
|
|
|
showinprofilbar="1"
|
|
|
showinprofilebar="1"
|
|
|
>
|
|
|
<title>
|
|
|
<locale group="quiqqer/frontend-users" var="profile.deleteaccount.title"/>
|
... | ... | |