Font-type <OTRS_CUSTOMER_DATA_UserFirstname>

Moderator: crythias

Locked
titusk
Znuny newbie
Posts: 5
Joined: 28 Jan 2013, 17:03
Znuny Version: 2.1.10
Real Name: Titus Kretzschmar
Company: BplusC

Font-type <OTRS_CUSTOMER_DATA_UserFirstname>

Post by titusk »

The font-type of the <OTRS_CUSTOMER_DATA_UserFirstname> var. in a answering template is different then the other text. Were should i change it? Make a special css entry for <code>? Or is there an other way.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Font-type <OTRS_CUSTOMER_DATA_UserFirstname>

Post by jojo »

switch to HTML view and change it or use the ereaser symbol
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
titusk
Znuny newbie
Posts: 5
Joined: 28 Jan 2013, 17:03
Znuny Version: 2.1.10
Real Name: Titus Kretzschmar
Company: BplusC

Re: Font-type <OTRS_CUSTOMER_DATA_UserFirstname>

Post by titusk »

Yes, that works, but isn't really a solution if you ask me. But thanks anyway!
titusk
Znuny newbie
Posts: 5
Joined: 28 Jan 2013, 17:03
Znuny Version: 2.1.10
Real Name: Titus Kretzschmar
Company: BplusC

Re: Font-type <OTRS_CUSTOMER_DATA_UserFirstname>

Post by titusk »

In the code of the template the variable was standing between <code></code>, maybe if some copy-paste action. It looked like this:

Code: Select all

<span style="font-size: 12px;"><span style="font-family: tahoma,geneva,sans-serif;">Beste&nbsp;<code><OTRS_CUSTOMER_DATA_UserFirstname>,</code></span></span><br />
The solution was just removing the <code></code> here.

I was looking on the wrong place, thinking the wrong thing, doh....
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Font-type <OTRS_CUSTOMER_DATA_UserFirstname>

Post by crythias »

View the html in the template and change it, like jojo said.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked