mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7565 - Newsroom - dico tooltip
This commit is contained in:
@@ -115,18 +115,16 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
||||
'Class:ActionNewsroom/Attribute:icon' => 'Icon~~',
|
||||
'Class:ActionNewsroom/Attribute:icon+' => 'Icon to appear next to the news in the newsroom.
|
||||
- If filled, the custom icon will be used
|
||||
- Otherwise, if the triggering object has an icon (e.g. picture of a Person object), it will be used
|
||||
- Otherwise, if the triggering object has a class icon defined in the datamodel, it will be used
|
||||
- Else the icon of the triggering object if there is one (e.g. picture of a Person),
|
||||
- Else the icon of the triggering object class,
|
||||
- Otherwise, the application compact logo will be used~~',
|
||||
'Class:ActionNewsroom/Attribute:message' => 'Message~~',
|
||||
'Class:ActionNewsroom/Attribute:message+' => 'Contents of the news, in Markdown format not HTML. Can contain placeholders like:
|
||||
- $this->attribute_code$ any attribute of the object triggering the notification,
|
||||
- $this->hyperlink()$ hyperlink in the backoffice to the object triggering the notification,
|
||||
- $this->hyperlink(portal)$ hyperlink in the portal to the object triggering the notification,
|
||||
- $this->attribute_external_key->attribute$ recursive syntax for any remote attribute,
|
||||
- $current_contact->attribute$ attribute of the Person who triggered the notification~~',
|
||||
'Class:ActionNewsroom/Attribute:priority' => 'Priority~~',
|
||||
'Class:ActionNewsroom/Attribute:priority+' => '~~',
|
||||
'Class:ActionNewsroom/Attribute:priority+' => 'News will be ordered by descreasing priority, when displayed in the Newsroom popup~~',
|
||||
'Class:ActionNewsroom/Attribute:priority/Value:1' => 'Critical~~',
|
||||
'Class:ActionNewsroom/Attribute:priority/Value:1+' => 'Critical~~',
|
||||
'Class:ActionNewsroom/Attribute:priority/Value:2' => 'Urgent~~',
|
||||
@@ -142,7 +140,7 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', [
|
||||
'Class:ActionNewsroom/Attribute:title' => 'Title~~',
|
||||
'Class:ActionNewsroom/Attribute:title+' => 'Title of the news. Can contain placeholders like $this->attribute_code$~~',
|
||||
'Class:ActionNewsroom/Attribute:url' => 'URL~~',
|
||||
'Class:ActionNewsroom/Attribute:url+' => 'If empty, the URL will point to the object triggering the notification. But you can also specify a custom URL.~~',
|
||||
'Class:ActionNewsroom/Attribute:url+' => 'By default, it points to the object triggering the notification. But you can also specify a custom URL.~~',
|
||||
'Class:ActionNotification' => 'Értesítés',
|
||||
'Class:ActionNotification+' => 'Értesítés (absztrakt)',
|
||||
'Class:AsyncSendEmail' => 'Email (aszinkron)',
|
||||
|
||||
Reference in New Issue
Block a user