Changeset 5761


Ignore:
Timestamp:
03/20/12 12:41:36 (12 years ago)
Author:
douglas
Message:

Ticket #2549 - correção na abertura da tela de filtros

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r5754 r5761  
    11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     2<div class="expressomail-module-container"> 
     3</div> 
    24<?php 
    35                /***************************************************************************  
     
    370372        unset($_SESSION['phpgw_info']['expressomail']['server']['global_denied_groups']); 
    371373?> 
    372 <div class="expressomail-module-container"> 
    373 </div> 
    374374<!-----Expresso Mail - Version Updated:<?=$update_version?>--------> 
  • trunk/prototype/modules/filters/filters.js

    r5732 r5761  
    708708        if(html){ 
    709709                if( ! $(".filters-windows").length ) 
    710                         container = $('body.expressomail-module-container').append("<div class='filters-windows'></div>").find(".filters-windows").html( html ).find(".expresso-window-container"); 
    711                 list_container = $('body.expressomail-module-container').find(".rule-list-container"); 
     710                        container = $('.expressomail-module-container').append("<div class='filters-windows'></div>").find(".filters-windows").html( html ).find(".expresso-window-container"); 
     711                list_container = $('.expressomail-module-container').find(".rule-list-container"); 
    712712        } 
    713713        list_container = $(".expresso-window-filters").dialog({ 
Note: See TracChangeset for help on using the changeset viewer.