Changeset 2811


Ignore:
Timestamp:
05/18/10 16:29:07 (14 years ago)
Author:
alexandrecorreia
Message:

Ticket #941 - Correcao para IE8 e o Desktop Parana ( Linux ), o campo select ficava maior que o form.

Location:
trunk/jabberit_messenger/templates/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/templates/default/jabberIM.tpl

    r2124 r2811  
    3232                } 
    3333                 
    34                 window.onunload = function() 
    35                 { 
    36                         var url_img = '{path}' + 'templates/default/images/unavailable.gif'; 
    37                         try 
    38                         { 
    39                                 elementStatus.style.backgroundImage = 'url(' + url_img +')'; 
    40                         } 
    41                         catch(e){} 
    42                 } 
    43                  
    4434        </script> 
    4535        </head> 
  • trunk/jabberit_messenger/templates/default/jabberIM_IE.tpl

    r2124 r2811  
    2828                                                element.autoStatusIM(); 
    2929                                } 
    30                         } 
    31                         catch(e){} 
    32                 } 
    33  
    34                 window.onunload = function() 
    35                 { 
    36                         var url_img = '{path}' + 'templates/default/images/unavailable.gif'; 
    37                         try 
    38                         { 
    39                                 elementStatus.style.backgroundImage = 'url(' + url_img +')'; 
    4030                        } 
    4131                        catch(e){} 
Note: See TracChangeset for help on using the changeset viewer.