diff options
Diffstat (limited to 'rt/html')
-rw-r--r-- | rt/html/Elements/PageLayout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/html/Elements/PageLayout b/rt/html/Elements/PageLayout index c2097e36e..41eae785f 100644 --- a/rt/html/Elements/PageLayout +++ b/rt/html/Elements/PageLayout @@ -44,7 +44,7 @@ %# %# }}} END BPS TAGGED BLOCK <table class="lightgray" border=0 cellspacing=0 cellpadding=0 width="100%"> - <th class="titlebox" align="left" width=42%><span class="rtname"><%$AppName%></span> + <th class="lightgray" align="left" width=42%><span class="rtname"><%$AppName%></span> </th> <span class="topactions"> % foreach my $action (sort keys %{$topactions}) { |