oc-theme edited profile page (profile, detail, password)

This commit is contained in:
Muammer Top 2021-04-12 14:58:37 +03:00
parent 0c418fe2ad
commit 9279322b13
2 changed files with 37 additions and 33 deletions

View File

@ -469,6 +469,8 @@ return [
'change_password' => 'Change Password', 'change_password' => 'Change Password',
'choose_an_option' => 'Choose an option...', 'choose_an_option' => 'Choose an option...',
'change_status' => 'Change Status', 'change_status' => 'Change Status',
'profile_settings' => 'Profile Settings',
'profile_detail' => 'Profile Detail',
// Register page // Register page
'accept_terms_label' => 'I accept the terms.', 'accept_terms_label' => 'I accept the terms.',

View File

@ -11,6 +11,7 @@
</p> </p>
</span> </span>
<hr class="mt-2"> <hr class="mt-2">
<div class="profile-navigation-item">
<a href="{{ url_route('profile::profile') }}" <a href="{{ url_route('profile::profile') }}"
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile' ? ' active' : '' }}"> class="px-3 link-unstyled{{ app.request.pathinfo == '/profile' ? ' active' : '' }}">
{{ img('visiosoft.module.profile::images/social-media.svg').data|raw }} {{ img('visiosoft.module.profile::images/social-media.svg').data|raw }}
@ -47,6 +48,7 @@
{{ img('visiosoft.module.profile::images/logout.svg').data|raw }} {{ img('visiosoft.module.profile::images/logout.svg').data|raw }}
<p>{{ trans('visiosoft.theme.base::field.logout.name') }}</p> <p>{{ trans('visiosoft.theme.base::field.logout.name') }}</p>
</a> </a>
</div>
</div> </div>
<div class="overlay"></div> <div class="overlay"></div>