Changeset 5546 for trunk/expressoMail1_2


Ignore:
Timestamp:
02/24/12 14:11:21 (12 years ago)
Author:
gustavo
Message:

Ticket #2484 - Melhorias na estrutura de diretórios do ExpressoMail?

Location:
trunk/expressoMail1_2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/abas.js

    r5499 r5546  
    270270        parent_bb.insertBefore(td, bb); 
    271271 
    272         if(! Element("border_id_"+id_value+"_r") ||((typeof(id_value) == 'string') && id_value.match(/_r$/))){ 
     272        if((typeof(id_value) == 'string') && id_value.match(/_r$/)){ 
    273273                $(td).draggable({ 
    274274                        start : function(){ 
  • trunk/expressoMail1_2/templates/default/index.tpl

    r5533 r5546  
    9797                <span class="collapse_folders"/> 
    9898        </td>                    
    99         <td width="*" valign="top" align="left"> 
     99        <td width="100%" valign="top" align="left"> 
    100100                <div id="exmail_main_body" class="messagescol"> 
    101101                        <table id="border_table" width="auto" height="26" cellspacing="0" cellpadding="0" border="0"> 
Note: See TracChangeset for help on using the changeset viewer.