mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -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,42 +11,44 @@
|
|||||||
</p>
|
</p>
|
||||||
</span>
|
</span>
|
||||||
<hr class="mt-2">
|
<hr class="mt-2">
|
||||||
<a href="{{ url_route('profile::profile') }}"
|
<div class="profile-navigation-item">
|
||||||
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile' ? ' active' : '' }}">
|
<a href="{{ url_route('profile::profile') }}"
|
||||||
{{ img('visiosoft.module.profile::images/social-media.svg').data|raw }}
|
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile' ? ' active' : '' }}">
|
||||||
<p>{{ trans('visiosoft.module.profile::addon.title') }}</p>
|
{{ img('visiosoft.module.profile::images/social-media.svg').data|raw }}
|
||||||
</a>
|
<p>{{ trans('visiosoft.module.profile::addon.title') }}</p>
|
||||||
<a href="{{ url_route('profile::detail') }}"
|
</a>
|
||||||
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile/detail' ? ' active' : '' }}">
|
<a href="{{ url_route('profile::detail') }}"
|
||||||
{{ img('visiosoft.module.profile::images/detail2.svg').data|raw }}
|
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile/detail' ? ' active' : '' }}">
|
||||||
<p>{{ trans('visiosoft.module.profile::field.details.name') }}</p>
|
{{ img('visiosoft.module.profile::images/detail2.svg').data|raw }}
|
||||||
</a>
|
<p>{{ trans('visiosoft.module.profile::field.details.name') }}</p>
|
||||||
{% set marketPlace = setting_value('visiosoft.module.advs::market_place') %}
|
</a>
|
||||||
{% if marketPlace %}
|
{% set marketPlace = setting_value('visiosoft.module.advs::market_place') %}
|
||||||
<a href="{{ url_route('profile::ads') }}"
|
{% if marketPlace %}
|
||||||
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile/ads' ? ' active' : '' }}">
|
<a href="{{ url_route('profile::ads') }}"
|
||||||
{{ img('visiosoft.module.profile::images/website.svg').data|raw }}
|
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile/ads' ? ' active' : '' }}">
|
||||||
<p>{{ trans('visiosoft.module.advs::addon.title') }}</p>
|
{{ img('visiosoft.module.profile::images/website.svg').data|raw }}
|
||||||
|
<p>{{ trans('visiosoft.module.advs::addon.title') }}</p>
|
||||||
|
</a>
|
||||||
|
{% endif %}
|
||||||
|
<a href="{{ url_route('profile::address') }}"
|
||||||
|
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile/address' ? ' active' : '' }}">
|
||||||
|
{{ img('visiosoft.module.profile::images/location.svg').data|raw }}
|
||||||
|
<p>{{ trans('visiosoft.module.profile::stream.adress.name') }}</p>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
|
||||||
<a href="{{ url_route('profile::address') }}"
|
|
||||||
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile/address' ? ' active' : '' }}">
|
|
||||||
{{ img('visiosoft.module.profile::images/location.svg').data|raw }}
|
|
||||||
<p>{{ trans('visiosoft.module.profile::stream.adress.name') }}</p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
{{ addBlock('profile/navigation',{'marketPlace':marketPlace})|raw }}
|
{{ addBlock('profile/navigation',{'marketPlace':marketPlace})|raw }}
|
||||||
|
|
||||||
<a href="{{ url_route('profile::password') }}"
|
<a href="{{ url_route('profile::password') }}"
|
||||||
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile/password' ? ' active' : '' }}">
|
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile/password' ? ' active' : '' }}">
|
||||||
{{ img('visiosoft.module.profile::images/password2.svg').data|raw }}
|
{{ img('visiosoft.module.profile::images/password2.svg').data|raw }}
|
||||||
<p>{{ trans('visiosoft.module.profile::field.password.name') }}</p>
|
<p>{{ trans('visiosoft.module.profile::field.password.name') }}</p>
|
||||||
</a>
|
</a>
|
||||||
<a href="{{ url('logout') }}"
|
<a href="{{ url('logout') }}"
|
||||||
class="px-3 link-unstyled d-flex d-md-none">
|
class="px-3 link-unstyled d-flex d-md-none">
|
||||||
{{ 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