if (($numMessages > 0) or ($box_array['parent'] == 1)) {
$urlMailbox = urlencode($real_box);
$line .= "\n<small>\n" .
- " (<A HREF=\"empty_trash.php\" style=\"text-decoration:none\">"._("purge")."</A>)" .
- "</small>";
+ ' [<a href="empty_trash.php" style="text-decoration:none">'._("purge").'</a>]' .
+ '</small>';
}
}
$end .= " <small>$unseen_string</small>";
}
$end .= "\n<small>\n" .
- " (<a href=\"empty_trash.php\" style=\"text-decoration:none\">"._("purge")."</a>)" .
- "</small>";
+ ' [<a href="empty_trash.php" style="text-decoration:none">'._("purge").'</a>]'.
+ '</small>';
}
} else {
if (!$boxes->is_noselect) {
if ($numMessages > 0) {
$urlMailbox = urlencode($mailbox);
$end .= "\n<small>\n" .
- " (<a class=\"mbx_link\" href=\"empty_trash.php\">"._("purge")."</a>)" .
- "</small>";
+ ' [<a class="mbx_link" href="empty_trash.php">'._("purge").'</a>]'.
+ '</small>';
}
} else {
if (!$boxes->is_noselect) { /* \Noselect boxes can't be selected */
}
/* Next, display the refresh button. */
-echo '<nobr><small>(<a href="../src/left_main.php" target="left">'.
- _("Check mail") . '</a>)</small></nobr></td></tr></table><br />';
+echo '<nobr><small>[<a href="../src/left_main.php" target="left">'.
+ _("Check mail") . '</a>]</small></nobr></td></tr></table><br />';
/* Lastly, display the folder list. */
if ( $collapse_folders ) {
echo '</td></tr></table>' . "\n".
"</div></body></html>\n";
-?>
+?>
\ No newline at end of file