Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 75:customize_support_tile [2020/06/23 09:54] – pklr | 75:customize_support_tile [2024/02/15 00:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Add custom information to the dashboard support tile (7.5.2.0 and higher) | + | ====== Add custom information to the dashboard support tile ====== |
| Add the following properties to your language ***.properties** files (global definition in conf/ | Add the following properties to your language ***.properties** files (global definition in conf/ | ||
| - | * **Add a headline for the provided | + | **Customize the standard support information** |
| - | | + | |
| - | | + | * dashboard.support.title |
| - | | + | * dashboard.support.text |
| - | For each of these categories (except | + | * dashboard.support.euroasien |
| + | * dashboard.support.us | ||
| + | * dashboard.support.email.name | ||
| + | * dashboard.support.email.href | ||
| + | |||
| + | **Additional custom information (below the standard support information) | ||
| + | | ||
| + | |||
| + | **Add a headline for the provided | ||
| + | |||
| + | < | ||
| + | dashboard.support.title.custom = This is a headline | ||
| + | |||
| + | </ | ||
| + | |||
| + | **Add important telephone numbers** | ||
| + | |||
| + | < | ||
| + | dashboard.support.tel.1 = +49 123456 (internal support hotline) | ||
| + | |||
| + | </ | ||
| + | |||
| + | **Add important links/ | ||
| + | |||
| + | < | ||
| + | dashboard.support.link.1.name = Digital Asset Management System | ||
| + | dashboard.support.link.1.href = http:// | ||
| + | |||
| + | </code> | ||
| + | |||
| + | **Add important e-mail addresses** | ||
| + | |||
| + | < | ||
| + | dashboard.support.email.1.name = YourCompany internal support | ||
| + | dashboard.support.email.1.href = mailto: | ||
| + | |||
| + | </ | ||
| + | |||
| + | For the properties " | ||
| + | |||
| + | __NOTE: | ||
| + | |||
| + | **UDATE (2020-09-10) Version 7.5.3.0 and higher:** | ||
| + | * Link stylings can now be customized via custom.css (e.g. text-decoration: | ||
| + | * " | ||
| + | * " | ||
| + | * Links can be opened in a new tab via adding " | ||
| + | |||
| + | ** If the css styles are not working correctly try adding !important behind the css attributes. ** | ||
| + | |||
| + | |||
| + | ====== Add help information to the login page tile (7.5.2.0 and higher) ====== | ||
| + | |||
| + | Add the following properties to your language ***.properties** | ||
| + | |||
| + | **Add a headline for the provided informations** | ||
| + | |||
| + | < | ||
| + | login.help.information = This is a help information text | ||
| + | |||
| + | </ | ||
| + | |||
| + | **Provide a link/ | ||
| + | |||
| + | < | ||
| + | login.help.link.text = Company Help Desk | ||
| + | login.help.link.href = http:// | ||
| + | |||
| + | </ | ||