mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
Merge branch 'master' of https://github.com/openclassify/openclassify
This commit is contained in:
commit
a8813fddd3
@ -1,7 +1,7 @@
|
|||||||
.profile-nav-toggler {
|
.profile-nav-toggler {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 10%;
|
bottom: 10%;
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 3rem;
|
width: 3rem;
|
||||||
|
|||||||
@ -104,10 +104,6 @@ return [
|
|||||||
'name' => 'User'
|
'name' => 'User'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*Menu Button*/
|
/*Menu Button*/
|
||||||
'profile' => [
|
'profile' => [
|
||||||
'name' => 'Profile'
|
'name' => 'Profile'
|
||||||
@ -198,7 +194,6 @@ return [
|
|||||||
'name' => 'My Sales'
|
'name' => 'My Sales'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
/* Right Dock*/
|
/* Right Dock*/
|
||||||
'right_secure_trading_subject' => [
|
'right_secure_trading_subject' => [
|
||||||
'name' => 'Secure Trading'
|
'name' => 'Secure Trading'
|
||||||
@ -362,7 +357,6 @@ return [
|
|||||||
'name' => 'Preferences Settings',
|
'name' => 'Preferences Settings',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
'corporate_settings' => [
|
'corporate_settings' => [
|
||||||
'name' => 'Corporate Settings',
|
'name' => 'Corporate Settings',
|
||||||
],
|
],
|
||||||
@ -442,4 +436,11 @@ return [
|
|||||||
'tax_number' => [
|
'tax_number' => [
|
||||||
'name' => 'Tax Number'
|
'name' => 'Tax Number'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
// Profile page
|
||||||
|
'my_profile' => 'My Profile',
|
||||||
|
'edit_profile' => 'Edit Profile',
|
||||||
|
'edit_details' => 'Edit Details',
|
||||||
|
'update' => 'Update',
|
||||||
|
'change_password' => 'Change Password',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user