Changeset 1567


Ignore:
Timestamp:
10/30/09 14:15:45 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #370 - Melhoria do layout das janelas, para criação de preferencia(on/offline).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/js/makeW.js

    r1530 r1567  
    2626                        _window.style.zIndex    = pObj.zindex; 
    2727                        _window.innerHTML               = Xtools.parse( Xtools.xml('window_main'), 'window.xsl', pObj ); 
    28                         _window.style.visibility = 'visible'; 
    2928                         
    3029                        document.body.appendChild( _window );    
     
    4443                var _contentWindow = function() 
    4544                { 
    46                         var _win_content = document.getElementById(pId + "__content");  
     45                        var _win_content = document.getElementById(pId + "__content"); 
    4746                        _win_content.innerHTML = pContent; 
    4847                }; 
Note: See TracChangeset for help on using the changeset viewer.