Ignore:
Timestamp:
07/27/07 16:54:47 (17 years ago)
Author:
niltonneto
Message:

Vide arquivo change_log.txt

Location:
trunk/calendar/templates/celepar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/templates/celepar/config.tpl

    r2 r42  
    4848    </td> 
    4949   </tr> 
     50    <tr bgcolor="{row_off}"> 
     51    <td>{lang_Select_type_tree_view}</td> 
     52    <td> 
     53     <select name="newsettings[cal_type_tree_participants]">       
     54      <option value="2" {selected_cal_type_tree_participants_2}>{lang_first_level_with_recursive_search}</option> 
     55      <option value="1" {selected_cal_type_tree_participants_1}>{lang_all_levels_with_not_recursive_search}</option>       
     56     </select> 
     57    </td> 
     58   </tr> 
    5059<!-- END body --> 
    5160 
  • trunk/calendar/templates/celepar/js/edit_exmail.js

    r36 r42  
    4141}        
    4242                 
    43 function get_available_users(path,context) 
     43function get_available_users(path,context,type) 
    4444{ 
    4545        var handler_get_available_users = function(data) 
     
    7676 
    7777        document.getElementById('combo_org').value = context; 
    78         cExecute (path+'.ldap_functions.get_available_users&context='+context+'&type=search', handler_get_available_users); 
     78        cExecute (path+'.ldap_functions.get_available_users&context='+context+'&type='+type, handler_get_available_users); 
    7979} 
    8080function add_user() 
Note: See TracChangeset for help on using the changeset viewer.