Ignore:
Timestamp:
Apr 22, 2011, 1:54:04 PM (13 years ago)
Author:
cljosse
Message:

[extensions] mail_supervisor fix bug in design

Location:
extensions/Mail_supervisor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/admin/header_2_1.tpl

    r10562 r10564  
    1 {known_script id="jquery" src = $ROOT_URL|@cat:"themes/default/js/jquery.packed.js" }
     1{known_script id="jquery" src = $ROOT_URL|@cat:"themes/default/js/jquery.packed.js" now=1 }
    22{known_script id="jquery.cluetip" src = $ROOT_URL|@cat:"themes/default/js/plugins/jquery.cluetip.packed.js"}
    33{known_script id="jquery.ui" src= $ROOT_URL|@cat:"themes/default/js/ui/minified/ui.core.min.js"}
  • extensions/Mail_supervisor/main.inc.php

    r10419 r10564  
    2828include_once (PHPWG_ROOT_PATH.'include/functions_mail.inc.php' );
    2929include_once (MAIL_SUPERV_PATH.'include/fonctions.php');
    30 //===============loc_begin_index==============loc_after_page_header=============================================================
    31 add_event_handler('loc_begin_page_header',  array(&$mail_supervisor,'init')  );
     30//===============loc_begin_index====loc_begin_page_header==========loc_after_page_header=============================================================
     31add_event_handler('loc_after_page_header',  array(&$mail_supervisor,'init')  );
    3232add_event_handler('loc_begin_page_tail',  array(&$mail_supervisor,'affiche_message')  );
    3333
Note: See TracChangeset for help on using the changeset viewer.