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:
@@ -240,7 +240,7 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
|
||||
'Change:Text_AppendedTo_AttName' => '%1$s allegato a %2$s',
|
||||
'Change:AttName_Changed_PreviousValue_OldValue' => '%1$s modificato, valore precedente: %2$s',
|
||||
'Change:AttName_Changed' => '%1$s modificato',
|
||||
'Change:AttName_EntryAdded' => '%1$s modificato, nuova voce aggiunta.',
|
||||
'Change:AttName_EntryAdded' => '%1$s modificato, nuova voce aggiunta: %2$s',
|
||||
));
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user