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
75:customize_support_tile [2021/06/07 11:32] – [Add custom information to the dashboard support tile] pklr75:customize_support_tile [2024/02/15 00:00] (current) – external edit 127.0.0.1
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) 
-  * **Add a headline for the provided informations** \\ + (7.5.2.0 and higher) **
-    e.g. \\ +
-    dashboard.support.title.custom = This is a headline +
-  *+
  
-**Add important telephone numbers** \\ +**Add a headline for the provided information**
-    e.g. \\ +
-    dashboard.support.tel.1 = +49 123456 (internal support hotline)+
  
-  *+<code> 
 +dashboard.support.title.custom = This is a headline
  
-**Add important links/urls** \\ +</code>
-    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 telephone numbers**
  
-**Add important e-mail addresses** \\ +<code> 
-    e.g. \\ +dashboard.support.tel.1 = +49 123456 (internal support hotline)
-    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.+</code> 
 + 
 +**Add important links/urls** 
 + 
 +<code> 
 +dashboard.support.link.1.name = Digital Asset Management System 
 +dashboard.support.link.1.href = http://www.yourcompany.dam.com 
 + 
 +</code> 
 + 
 +**Add important e-mail addresses** 
 + 
 +<code> 
 +dashboard.support.email.1.name = YourCompany internal support 
 +dashboard.support.email.1.href = mailto:support@yourcompany.com?subject=Please%20Help 
 + 
 +</code> 
 + 
 +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 46: 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>**+** If the css styles are not working correctly try adding !important behind the css attributes. **
  
  
Line 52: 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>