Ignore:
Timestamp:
04/15/10 16:40:45 (14 years ago)
Author:
pedroerp
Message:

Ticket #993 - Migrando mais parâmetros para a classe Settings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/993/inc/smarty/wf_plugins/function.wf_autocomplete_input_init.php

    r1428 r2552  
    1111function smarty_function_wf_autocomplete_input_init($params, &$smarty) 
    1212{ 
    13         $jsEffects              = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/workflow/js/scriptaculous/effects.js'; 
    14         $jsControls             = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/workflow/js/scriptaculous/controls.js'; 
    15         $jsJson                 = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/workflow/js/nano/JSON.js'; 
    16         $jsSha1                 = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/workflow/js/jscode/sha1.js'; 
    17         $jsAutocomplete = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/workflow/js/jscode/wf_autocomplete_input.js'; 
     13        $jsEffects              = WF_BASE_URL . SEP . 'js' . SEP . 'scriptaculous' . SEP . 'effects.js'; 
     14        $jsControls             = WF_BASE_URL . SEP . 'js' . SEP . 'scriptaculous' . SEP . 'controls.js'; 
     15        $jsJson                 = WF_BASE_URL . SEP . 'js' . SEP . 'nano' . SEP . 'JSON.js'; 
     16        $jsSha1                 = WF_BASE_URL . SEP . 'js' . SEP . 'jscode' . SEP . 'sha1.js'; 
     17        $jsAutocomplete = WF_BASE_URL . SEP . 'js' . SEP . 'jscode' . SEP . 'wf_autocomplete_input.js'; 
    1818        $output = <<<EOF 
    1919        <script type="text/javascript" src="$jsEffects"></script> 
Note: See TracChangeset for help on using the changeset viewer.