Ver código fonte

Add title to folder names

pdontthink 8 anos atrás
pai
commit
fbcd681d2b
1 arquivos alterados com 1 adições e 0 exclusões
  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'].'" ' .
     $view_link = '<a href="'.$box['ViewLink']['URL'].'" ' .
                  ($accesskey == '' ? '' : 'accesskey="' . $accesskey . '" ') .
                  ($accesskey == '' ? '' : 'accesskey="' . $accesskey . '" ') .
                  'target="'.$box['ViewLink']['Target'].'" ' .
                  'target="'.$box['ViewLink']['Target'].'" ' .
+                 'title="'.$box['MailboxName'].'" ' .
                  'style="text-decoration:none">';
                  'style="text-decoration:none">';
 
 
     if ($settings['messageRecyclingEnabled'] && $box['IsTrash']) {
     if ($settings['messageRecyclingEnabled'] && $box['IsTrash']) {