Quote:
Originally Posted by Jase2
helpcenter.php
Code:
if ($_REQUEST['priority']==3) {
$priority="[color==#00CC00]Low[/color]";
} elseif ($_REQUEST['priority']==2) {
$priority="[color==#FF9900]Medium[/color]";
} else {
$priority="[color==#FF0000]High[/color]";
}
You will need to change the html color code.
|
That just changes the Priority colours. I want to get rid of that huge black block of line that obscures the view of the fact I have a ticket there.