Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
75:customize_support_tile [2021/06/07 11:19] pklr75:customize_support_tile [2021/06/07 11:32] – [Add custom information to the dashboard support tile] pklr
Line 1: Line 1:
-====== Add additional 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/local.properties or metamodel specific in localization/*.properties) to provide custom information for the stages users. Add the following properties to your language ***.properties** files (global definition in conf/local.properties or metamodel specific in localization/*.properties) to provide custom information for the stages users.
  
-   * **Add a headline for the provided informations** \\ e.g. \\ dashboard.support.title.custom = This is a headline +**Customize the standard support information**
-  * **Add important telephone numbers** \\ e.g. \\ dashboard.support.tel.1 = +49 123456 (internal support hotline) +
-  * **Add important links/urls** \\ e.g. \\ dashboard.support.link.1.name = Digital Asset Management System \\ dashboard.support.link.1.href = [[http://www.yourcompany.dam.com|http://www.yourcompany.dam.com]] +
-  * **Add important e-mail addresses** \\ e.g. \\ dashboard.support.email.1.name = YourCompany internal support \\ dashboard.support.email.1.href = mailto:support@yourcompany.com?subject=Please%20Help +
-For each of these categories (except the headline), property entries from 1 - 10 are supported on the dashboard. +
- +
-__NOTE:__  To make changes take effect you need to update the Stages configuration - e.g. in Windows via shortcut: Method Park > Update Configuration, or in linux with the //stages update//  command. Afterwards please restart the Stages service. +
- +
-__NOTE2__: If you want to customize the <font inherit/inherit;;#16a085;;inherit>standard mail</font> in support tile you can just edit+
  
 +   * dashboard.support.title
 +  * dashboard.support.text
 +  * dashboard.support.euroasien
 +  * dashboard.support.us
   * dashboard.support.email.name   * dashboard.support.email.name
   * dashboard.support.email.href   * dashboard.support.email.href
 +
 +**Additional custom information (below the standard support information)<font inherit/inherit;;#16a085;;inherit>(7.5.2.0 and higher)</font>**
 +  * **Add a headline for the provided informations** \\
 +    e.g. \\
 +    dashboard.support.title.custom = This is a headline
 +  *
 +
 +**Add important telephone numbers** \\
 +    e.g. \\
 +    dashboard.support.tel.1 = +49 123456 (internal support hotline)
 +
 +  *
 +
 +**Add important links/urls** \\
 +    e.g. \\
 +    dashboard.support.link.1.name = Digital Asset Management System \\
 +    dashboard.support.link.1.href = [[http://www.yourcompany.dam.com|http://www.yourcompany.dam.com]]
 +
 +  *
 +
 +**Add important e-mail addresses** \\
 +    e.g. \\
 +    dashboard.support.email.1.name = YourCompany internal support \\
 +    dashboard.support.email.1.href = mailto:support@yourcompany.com?subject=Please%20Help
 +
 +For each of these categories (except the headline), property entries from 1 - 10 are supported on the dashboard.
 +
 +__NOTE:__  To make changes take effect you need to update the Stages configuration - e.g. in Windows via shortcut: Method Park > Update Configuration, or in linux with the //stages update//  command. Afterwards please restart the Stages service.
  
 **UDATE (2020-09-10) Version 7.5.3.0 and higher:** **UDATE (2020-09-10) Version 7.5.3.0 and higher:**
Line 23: Line 47:
  
 **<font inherit/inherit;;#f39c12;;inherit>If the css styles are not working correctly try adding !important behind the css attributes.</font>** **<font inherit/inherit;;#f39c12;;inherit>If the css styles are not working correctly try adding !important behind the css attributes.</font>**
 +
  
 ====== Add help information to the login page tile (7.5.2.0 and higher) ====== ====== Add help information to the login page tile (7.5.2.0 and higher) ======