When the recipient is infocenter then place a * close to the drop down description and a note under the tinymce box.

This commit is contained in:
Paolo
2020-02-03 16:44:29 +01:00
parent 8f908887be
commit d496bf5993
3 changed files with 27 additions and 1 deletions
+20
View File
@@ -4174,6 +4174,26 @@ When on hold, the date is only a reminder.',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'altRecipientNote',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => '* This is a notice to notice you that you have been noticed DE',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => '* This is a notice to notice you that you have been noticed',
'description' => '',
'insertvon' => 'system'
)
)
)
);