mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
oc-theme edited profile page (profile, detail, password)
This commit is contained in:
parent
0c418fe2ad
commit
9279322b13
@ -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.',
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user