diff options
| author | ivan <ivan> | 2009-07-20 04:19:47 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2009-07-20 04:19:47 +0000 | 
| commit | b57b4b058ee83adb39f66d26d27f249f027f23cf (patch) | |
| tree | cff82cddb710b10522a3f927283990b888ae0ba9 /httemplate/elements | |
| parent | 2a644303258fb8f60de91bab271fd0422e5a959d (diff) | |
fix preferences links showing as blue/purple on RT side
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/header.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 5487346a5..8adfabc93 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -53,10 +53,10 @@          <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->            <font size=6><% $company_name || 'ExampleCo' %></font>          </td> -        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b><% getotaker %> </b><br></FONT><FONT SIZE="-2"><a href="<%$fsurl%>pref/pref.html">Preferences</a> +        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b><% getotaker %> </b><br></FONT><FONT SIZE="-2"><a href="<%$fsurl%>pref/pref.html" STYLE="color: #000000">Preferences</a>  %         if ( $conf->config("ticket_system")  %              && FS::TicketSystem->access_right(\%session, 'ModifySelf') ) { -            | <a href="<%$fsurl%>rt/User/Prefs.html">Ticketing preferences</a> +            | <a href="<%$fsurl%>rt/User/Prefs.html" STYLE="color: #000000">Ticketing preferences</a>  %         }            <BR></FONT>          </td> | 
