History display enhancement: whenever a new case log entry is added, display its content in the history. The display is truncated at a configurable max length. The user can expand/collapse the truncated text, entry per entry. The text is not truncated when printing.

SVN:trunk[3759]
This commit is contained in:
Denis Flaven
2015-09-14 13:46:48 +00:00
parent 3cbb0e974e
commit 6fd2c81315
16 changed files with 133 additions and 13 deletions

View File

@@ -416,7 +416,7 @@ Operatoren:<br/>
'Change:Text_AppendedTo_AttName' => '%1$s zugefügt an %2$s',
'Change:AttName_Changed_PreviousValue_OldValue' => '%1$s modifiziert, vorheriger Wert: %2$s',
'Change:AttName_Changed' => '%1$s modifiziert',
'Change:AttName_EntryAdded' => '%1$s modifiziert, neuer Eintrag hinzugefügt.',
'Change:AttName_EntryAdded' => '%1$s modifiziert, neuer Eintrag hinzugefügt: %2$s',
'Change:LinkSet:Added' => 'hinzugefügt: %1$s',
'Change:LinkSet:Removed' => 'entfernt: %1$s',
'Change:LinkSet:Modified' => 'modifizert: %1$s',