Font

Hello,

Is there anyway to change the font used in the Web Interface for the context
of the email sent by a user? The display is small and at times hard to read
whereas the hearder text is large and easy to see.

Thank you,
Daniel R. Jones
President & CEO
TSN Internet - http://www.tsnnet.com
1-920-435-9798 x11

Hello,

Is there anyway to change the font used in the Web Interface for the context
of the email sent by a user? The display is small and at times hard to read
whereas the hearder text is large and easy to see.

line 14 of /usr/local/rt/lib/rt/ui/web/manipulate.pm contains

$MESSAGE_FONT=“-1”;

change -1 to any value you like. +1 is quite nice.

enjoy.

    Blue Lang                              Unix Systems Admin
    QSP, Inc., 3200 Atlantic Ave, Ste 100, Raleigh, NC, 27604
    Home: 919 835 1540  Work: 919 875 6994  Fax: 919 872 4015

Is there anyway to change the font used in the Web Interface for the context
of the email sent by a user? The display is small and at times hard to read

At the top of lib/rt/web/manipulate.pm you will find a variable
setting

$MESSAGE_FONT="-1";

If you set it to the empty string instead, the font used for transactions
will be the same size as the header font.

brandon s. allbery
system administrator, ece
carnegie mellon university

How can I change the font used by RT like on the Ticket Display?

—rommie

How can I change the font used by RT like on the Ticket Display?

—rommie

Find the file called webrt.css, copy it into the local tree of RT and
change the font attributes the way You like.

Regards,
Harald