diff --git a/addons/default/visiosoft/profile-module/resources/lang/en/field.php b/addons/default/visiosoft/profile-module/resources/lang/en/field.php index 8bf5e6803..62a8abf0d 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/en/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/en/field.php @@ -469,6 +469,8 @@ return [ 'change_password' => 'Change Password', 'choose_an_option' => 'Choose an option...', 'change_status' => 'Change Status', + 'profile_settings' => 'Profile Settings', + 'profile_detail' => 'Profile Detail', // Register page 'accept_terms_label' => 'I accept the terms.', diff --git a/addons/default/visiosoft/profile-module/resources/views/profile/partials/navigation.twig b/addons/default/visiosoft/profile-module/resources/views/profile/partials/navigation.twig index 0ca96c345..091a774ac 100644 --- a/addons/default/visiosoft/profile-module/resources/views/profile/partials/navigation.twig +++ b/addons/default/visiosoft/profile-module/resources/views/profile/partials/navigation.twig @@ -11,42 +11,44 @@


- - {{ img('visiosoft.module.profile::images/social-media.svg').data|raw }} -

{{ trans('visiosoft.module.profile::addon.title') }}

-
- - {{ img('visiosoft.module.profile::images/detail2.svg').data|raw }} -

{{ trans('visiosoft.module.profile::field.details.name') }}

-
- {% set marketPlace = setting_value('visiosoft.module.advs::market_place') %} - {% if marketPlace %} - - {{ img('visiosoft.module.profile::images/website.svg').data|raw }} -

{{ trans('visiosoft.module.advs::addon.title') }}

+
+ + {{ img('visiosoft.module.profile::images/social-media.svg').data|raw }} +

{{ trans('visiosoft.module.profile::addon.title') }}

+
+ + {{ img('visiosoft.module.profile::images/detail2.svg').data|raw }} +

{{ trans('visiosoft.module.profile::field.details.name') }}

+
+ {% set marketPlace = setting_value('visiosoft.module.advs::market_place') %} + {% if marketPlace %} + + {{ img('visiosoft.module.profile::images/website.svg').data|raw }} +

{{ trans('visiosoft.module.advs::addon.title') }}

+
+ {% endif %} + + {{ img('visiosoft.module.profile::images/location.svg').data|raw }} +

{{ trans('visiosoft.module.profile::stream.adress.name') }}

- {% endif %} - - {{ img('visiosoft.module.profile::images/location.svg').data|raw }} -

{{ trans('visiosoft.module.profile::stream.adress.name') }}

-
- {{ addBlock('profile/navigation',{'marketPlace':marketPlace})|raw }} + {{ addBlock('profile/navigation',{'marketPlace':marketPlace})|raw }} - - {{ img('visiosoft.module.profile::images/password2.svg').data|raw }} -

{{ trans('visiosoft.module.profile::field.password.name') }}

-
- - {{ img('visiosoft.module.profile::images/logout.svg').data|raw }} -

{{ trans('visiosoft.theme.base::field.logout.name') }}

-
+ + {{ img('visiosoft.module.profile::images/password2.svg').data|raw }} +

{{ trans('visiosoft.module.profile::field.password.name') }}

+
+ + {{ img('visiosoft.module.profile::images/logout.svg').data|raw }} +

{{ trans('visiosoft.theme.base::field.logout.name') }}

+
+