|
@@ -398,7 +398,7 @@ function ListBoxes ($boxes, $j=0 ) {
|
|
$end .= " <small>$unseen_string</small>";
|
|
$end .= " <small>$unseen_string</small>";
|
|
}
|
|
}
|
|
$end .= "\n<small>\n" .
|
|
$end .= "\n<small>\n" .
|
|
- ' [<a href="empty_trash.php" style="text-decoration:none">'._("purge").'</a>]'.
|
|
|
|
|
|
+ ' [<a href="empty_trash.php">'._("Purge").'</a>]'.
|
|
'</small>';
|
|
'</small>';
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
@@ -524,7 +524,7 @@ function ListAdvancedBoxes ($boxes, $mbx, $j='ID.0000' ) {
|
|
if ($numMessages > 0) {
|
|
if ($numMessages > 0) {
|
|
$urlMailbox = urlencode($mailbox);
|
|
$urlMailbox = urlencode($mailbox);
|
|
$end .= "\n<small>\n" .
|
|
$end .= "\n<small>\n" .
|
|
- ' [<a class="mbx_link" href="empty_trash.php">'._("purge").'</a>]'.
|
|
|
|
|
|
+ ' [<a class="mbx_link" href="empty_trash.php">'._("Purge").'</a>]'.
|
|
'</small>';
|
|
'</small>';
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|