Changeset 2439 for trunk/emailadmin


Ignore:
Timestamp:
04/07/10 08:17:49 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Permitindo que o ExpressoCalendar? não realize reload de página.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/emailadmin/inc/class.ui.inc.php

    r2419 r2439  
    132132                                case 'emailadmin.ui.editProfile': 
    133133                                        $GLOBALS['phpgw']->js->validate_file('jscode','editProfile','emailadmin'); 
    134                                         $GLOBALS['phpgw']->js->set_onload('javascript:initAll();'); 
     134                                        //$GLOBALS['phpgw']->js->set_onload('javascript:initAll();'); 
    135135                                        echo $GLOBALS['phpgw']->js->get_script_links(); 
    136136                                        $GLOBALS['phpgw']->js->unset_script_link('emailadmin','jscode'); 
     
    223223                                                 
    224224                        $this->t->parse("out","main"); 
    225                         print $this->t->get('out','main'); 
     225                        echo "<style>{$this -> css( )}</style>{$this->t->get('out','main')}<script>initAll( );</script>"; 
    226226                } 
    227227                 
Note: See TracChangeset for help on using the changeset viewer.