Changeset 4452 in subversion


Ignore:
Timestamp:
Jan 23, 2011 11:11:22 AM (2 years ago)
Author:
thomasb
Message:

Also wrap unread count in span on server side (#1487720)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/main.inc

    r4439 r4452  
    14931493 
    14941494    $js_name = JQ($folder['id']); 
    1495     $html_name = Q($foldername . ($unread ? " ($unread)" : '')); 
     1495    $html_name = Q($foldername) . ($unread ? html::span('unreadcount', " ($unread)") : ''); 
    14961496    $link_attrib = $folder['virtual'] ? array() : array( 
    14971497      'href' => rcmail_url('', array('_mbox' => $folder['id'])), 
Note: See TracChangeset for help on using the changeset viewer.