cancel
Showing results for 
Search instead for 
Did you mean: 

Line breaks in ShortcutText.txt

Christian_Fiedl
Level 3
Hi,

as our management wants a bilingual explanation in the shortcut banner text, I wonder if there is a way to insert newlines in the description text in ShortcutText.txt.

So instead of getting one single long line of text, I'd like to have something like that in the shortcut banner:

This message has been sourced out.
Please call Helpdesk for information...
blablablabla
blablabla

Is there a solution for that?
TIA
Best Regards

Christian
4 REPLIES 4

Tremaine
Level 6
Employee Certified
You can do this by simply setting the entry for the relevant message class in the Shortcut.txt file as such:

IPM.Note="This message has been archived. My New line "

Cheers

Christian_Fiedl
Level 3
Tried that. Did not work.

Did you mean a literal CR/LF or inserting the text ?
Anyway both did not work. Text is cut off in both cases.

Here's what I did:

...
(written in one line)
IPM.Note="Diese Nachricht wurde ausgelagert und kann mit einem Doppelklick ge�ffnet werden. Bei Fragen kontaktieren xxxxxxxxxxxxxThis message has been sourced out and can be opened by double clicking. Please contact xxxxxxxxxxx further information. "
....

Best Regards
/chf

Tremaine
Level 6
Employee Certified
My apologies, it should just be < br > without the spaces for HTML.

Should have realised when I posted the original :)

Cheers

Christian_Fiedl
Level 3
Oh, its HTML ;)
Good to know...

< br > (without the spaces) works fine.

Maybe I try additional HTML tags like < b > < /b > in the future.

Thanks a lot.

Best Regards
/chf