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
Last revisionBoth sides next revision
75:customize_support_tile [2021/06/07 11:36] – [Add custom information to the dashboard support tile] pklr75:customize_support_tile [2022/11/10 14:58] – [Add custom information to the dashboard support tile] iolr
Line 12: Line 12:
   * 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>*+**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**+**Add a headline for the provided information**
  
 <code> <code>
Line 33: Line 33:
 <code> <code>
 dashboard.support.link.1.name = Digital Asset Management System dashboard.support.link.1.name = Digital Asset Management System
-dashboard.support.link.1.href = [[http://www.yourcompany.dam.com|http://www.yourcompany.dam.com]]+dashboard.support.link.1.href = http://www.yourcompany.dam.com
  
 </code> </code>
  
-**Add important e-mail addresses**<code>+**Add important e-mail addresses**
  
 +<code>
 dashboard.support.email.1.name = YourCompany internal support dashboard.support.email.1.name = YourCompany internal support
 dashboard.support.email.1.href = mailto:support@yourcompany.com?subject=Please%20Help dashboard.support.email.1.href = mailto:support@yourcompany.com?subject=Please%20Help
Line 44: Line 45:
 </code> </code>
  
-For each of these categories (except the headline), property entries from 1 - 10 are supported on the dashboard.+For the properties "dashboard.support.tel", "dashboard.support.email" and "dashboard.support.link", 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. __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.
Line 54: Line 55:
   * Links can be opened in a new tab via adding "newtab" to the property (e.g. dashboard.support.link.1.href.newtab=…)   * Links can be opened in a new tab via adding "newtab" to the property (e.g. dashboard.support.link.1.href.newtab=…)
  
-**<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> **
  
  
Line 60: Line 61:
  
 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.<code> 
  
-  login.help.information = This is a help information text +**Add a headline for the provided informations** 
-**Provide a link/url** \\ + 
-  e.g. \\ +<code> 
-  login.help.link.text = Company Help Desk \\ +login.help.information = This is a help information text 
-  login.help.link.href = [[http://yourpersonalhelpdesk.de|http://yourpersonalhelpdesk.de]]+ 
 +</code> 
 + 
 +**Provide a link/url** 
 + 
 +<code> 
 +login.help.link.text = Company Help Desk 
 +login.help.link.href = http://yourpersonalhelpdesk.de
  
 </code> </code>