Ignore:
Timestamp:
05/12/09 10:54:24 (15 years ago)
Author:
niltonneto
Message:

Ticket #475 - Alterações da revisão [831] foram aplicadas no Companies/Celepar?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • companies/celepar/expressoMail1_2/js/common_functions.js

    r765 r839  
    388388                msg_div = document.createElement('DIV'); 
    389389                msg_div.id = 'em_div_write_msg'; 
    390                 msg_div.style.height = is_ie ? '17px' : '15px'; 
    391                 msg_div.style.background = '#f7f8fa'; 
    392                 msg_div.style.display = 'none'; 
     390                msg_div.className = 'em_div_write_msg'; 
    393391                old_divStatusBar.parentNode.insertBefore(msg_div,old_divStatusBar); 
    394392        } 
     
    397395                loadscript.adIcon(); 
    398396 
    399         msg_div.innerHTML = '<table bgcolor="#f7f8fa" width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><th width="40%"></th><th noWrap class="action_info_th">'+msg+'</th><th width="40%"></th></tr></tbody></table>'; 
     397        msg_div.innerHTML = '<table width="100%" cellspacing="0" cellpadding="0" border="0"><tbody><tr><th width="40%"></th><th noWrap class="action_info_th">'+msg+'</th><th width="40%"></th></tr></tbody></table>'; 
    400398 
    401399        old_divStatusBar.style.display = 'none'; 
     
    697695        } 
    698696        var display_unseen_in_mailbox = Element('dftree_root_unseen'); 
    699         //if ( display_unseen_in_mailbox ) 
    700         //      tree_folders.getNodeById( 'root' ).alter({caption:'<font style=color:red>[</font><span id="dftree_root_unseen" style="color:red">' + ( parseInt( display_unseen_in_mailbox.innerHTML) + 1 ) + '</span><font style=color:red>]</font>' + get_lang("My Folders")}); 
    701         //else 
    702                 tree_folders.getNodeById( 'root' ).alter({caption:'<font style=color:red>[</font><span id="dftree_root_unseen" style="color:red">1</span><font style=color:red>]</font>' + get_lang("My Folders")}); 
     697        tree_folders.getNodeById( 'root' ).alter({caption:'<font style=color:red>[</font><span id="dftree_root_unseen" style="color:red">1</span><font style=color:red>]</font>' + get_lang("My Folders")}); 
    703698        tree_folders.getNodeById( 'root' )._refresh(); 
    704699} 
Note: See TracChangeset for help on using the changeset viewer.