From: jervfors Date: Mon, 9 Aug 2004 14:06:43 +0000 (+0000) Subject: Changing link style X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=2f174eff269644043331f63b9083ebf339762ebc Changing link style git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7871 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/left_main.php b/src/left_main.php index 01345b47..c0285500 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -102,8 +102,8 @@ function formatMailboxName($imapConnection, $box_array) { if (($numMessages > 0) or ($box_array['parent'] == 1)) { $urlMailbox = urlencode($real_box); $line .= "\n\n" . - "  ("._("purge").")" . - ""; + '  ['._("purge").']' . + ''; } } @@ -398,8 +398,8 @@ function ListBoxes ($boxes, $j=0 ) { $end .= " $unseen_string"; } $end .= "\n\n" . - "  ("._("purge").")" . - ""; + '  ['._("purge").']'. + ''; } } else { if (!$boxes->is_noselect) { @@ -524,8 +524,8 @@ function ListAdvancedBoxes ($boxes, $mbx, $j='ID.0000' ) { if ($numMessages > 0) { $urlMailbox = urlencode($mailbox); $end .= "\n\n" . - "  ("._("purge").")" . - ""; + '  ['._("purge").']'. + ''; } } else { if (!$boxes->is_noselect) { /* \Noselect boxes can't be selected */ @@ -1011,8 +1011,8 @@ if ($date_format != 6) { } /* Next, display the refresh button. */ -echo '('. - _("Check mail") . ')
'; +echo '['. + _("Check mail") . ']
'; /* Lastly, display the folder list. */ if ( $collapse_folders ) { @@ -1125,4 +1125,4 @@ sqimap_logout($imapConnection); echo '' . "\n". "\n"; -?> +?> \ No newline at end of file