mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user