瀏覽代碼

Add title to folder names

pdontthink 8 年之前
父節點
當前提交
fbcd681d2b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      templates/default/left_main.tpl

+ 1 - 0
templates/default/left_main.tpl

@@ -178,6 +178,7 @@ function buildMailboxTree ($box, $settings, $icon_theme_path, $indent_factor=0)
     $view_link = '<a href="'.$box['ViewLink']['URL'].'" ' .
                  ($accesskey == '' ? '' : 'accesskey="' . $accesskey . '" ') .
                  'target="'.$box['ViewLink']['Target'].'" ' .
+                 'title="'.$box['MailboxName'].'" ' .
                  'style="text-decoration:none">';
 
     if ($settings['messageRecyclingEnabled'] && $box['IsTrash']) {