mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-13 01:04:24 +08:00
parent
ce842e08d1
commit
70d4146a57
2 changed files with 10 additions and 0 deletions
|
@ -32,6 +32,9 @@ $classicview_routing_exclusions = [
|
|||
'Administration' => [
|
||||
'UpgradeWizard_prepare',
|
||||
'UpgradeWizard_commit'
|
||||
],
|
||||
'Users' => [
|
||||
'ChangePassword'
|
||||
]
|
||||
];
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
.view-module-Users.view-action-ChangePassword {
|
||||
p.error {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
float:left;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue