...
The CoreOne Self-Service Portal Look and Feel can easily be adjusted to your needs. This article describes what is possible and how this can be done.
...
Branding
You can override the logo area in the navigation and the footer on the button of the page by adding content to the following files:
...
Code Block |
---|
{ "name": "Name", "short_name": "Short name", "description": "Description", "icons": [ { "src": "/android-chrome-192x192.png", "sizes": "192x192" }, { "src": "/android-chrome-512x512.png", "sizes": "512x512" } ], "display": "standalone", "start_url": "/" } |
Translation
If you want to change any of the texts, you can do so by changing the appropriate translation files located in the following directory:
Code Block |
---|
C:\ProgramData\itsense\LanguageData |
All the default translations are store in the following file. So just search for the text to find the appropriate key:
Code Block |
---|
itsense.moving.generated.xml |
If you then want to change it, just add the appropriate value to the appropriate override file. So for example if you want to change the default text of the “Login” button in german, add the following entry to the following file:
Code Block |
---|
itsense.moving.de.overrides.xml |
Code Block |
---|
"Global.Application.Button.Login": "Your new login button text" |