Changing style for the Purge link to match other links
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 10 Aug 2004 08:08:07 +0000 (08:08 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 10 Aug 2004 08:08:07 +0000 (08:08 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7877 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/left_main.php

index c02855008e1689dff0b4d1fccbe0c5e40be2425b..693ab5bcdcb359728fe7d2c4c72a58b725b4140f 100644 (file)
@@ -102,7 +102,7 @@ function formatMailboxName($imapConnection, $box_array) {
         if (($numMessages > 0) or ($box_array['parent'] == 1)) {
             $urlMailbox = urlencode($real_box);
             $line .= "\n<small>\n" .
-                    '&nbsp;&nbsp;[<a href="empty_trash.php" style="text-decoration:none">'._("purge").'</a>]' .
+                    '&nbsp;&nbsp;[<a href="empty_trash.php">'._("Purge").'</a>]' .
                     '</small>';
         }
     }