From f0537f93e4335480c6fc0f018247bac9cdda13ff Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 21 Jul 2003 09:16:53 +0000 Subject: [PATCH] changes links of images in advanced_tree=true to .png git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5361 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/left_main.php b/src/left_main.php index b986093c..985de4b4 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -517,14 +517,14 @@ function ListAdvancedBoxes ($boxes, $mbx, $j='ID.0000' ) { if (!$boxes->is_root) { if ($use_folder_images) { if ($boxes->is_inbox) { - $folder_img = '../images/inbox.gif'; + $folder_img = '../images/inbox.png'; } else if ($boxes->is_sent) { - $folder_img = '../images/senti.gif'; + $folder_img = '../images/senti.png'; } else if ($boxes->is_trash) { - $folder_img = '../images/delitem.gif'; + $folder_img = '../images/delitem.png'; } else if ($boxes->is_draft) { - $folder_img = '../images/draft.gif'; - } else $folder_img = '../images/folder.gif'; + $folder_img = '../images/draft.png'; + } else $folder_img = '../images/folder.png'; $folder_img = '  '; } else $folder_img = ''; if (!isset($boxes->mbxs[0])) { @@ -549,9 +549,9 @@ function ListAdvancedBoxes ($boxes, $mbx, $j='ID.0000' ) { $collapse = ($collapse == '' ? SM_BOX_UNCOLLAPSED : $collapse); } if ($collapse) { - $link = ''." "; + $link = ''." "; } else { - $link = ''.""; + $link = ''.""; } $collapse_link = $link; } else $collapse_link=''; @@ -648,12 +648,12 @@ $xtra .= <<