Index: html/Admin/Queues/Modify.html =================================================================== --- html/Admin/Queues/Modify.html (revision 2313) +++ html/Admin/Queues/Modify.html (working copy) @@ -72,13 +72,13 @@ <&|/l&>Reply Address: CorrespondAddress %>"> -
<&|/l , $RT::CorrespondAddress&>(If left blank, will default to [_1] +
<&|/l , $RT::CorrespondAddress&>(If left blank, will default to [_1]) <&|/l&>Comment Address: CommentAddress %>"> -
<&|/l , $RT::CommentAddress&>(If left blank, will default to [_1] +
<&|/l , $RT::CommentAddress&>(If left blank, will default to [_1]) Index: html/NoAuth/webrt.css =================================================================== --- html/NoAuth/webrt.css (revision 2313) +++ html/NoAuth/webrt.css (working copy) @@ -246,7 +246,7 @@ BODY { color: #000; background: #FFFFFF; - font-family: "Helvetica", sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; @@ -269,7 +269,7 @@ H1, H2, H3 { margin-top: 0.2em; color: #336699; - font-family: "Helvetica", sans-serif; + font-family: Verdana, Arial, Helvetica, sans-serif; clear: both; }