Ignore:
Timestamp:
10/06/09 10:27:46 (15 years ago)
Author:
wmerlotto
Message:

Ticket #628 - Implementada a funcionalidade de adição no catálogo compartilhado.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/js/ccMain.js

    r575 r1496  
    9191                submenu = []; 
    9292                textmenu = []; 
    93                          
    94                 textmenu[0] = ["cc_msg_contact_qa","cc_msg_contact_full","cc_msg_group"] 
    95                 textmenu[1] = ["cc_quick_add", "cc_full_add_button", "cc_add_group_button"];             
     93 
     94                textmenu[0] = ["cc_msg_contact_qa","cc_msg_contact_full","cc_msg_contact_sh","cc_msg_group"]; 
     95                textmenu[1] = ["cc_quick_add", "cc_full_add_button", "cc_full_add_button_sh", "cc_add_group_button"]; 
    9696                function show(){ 
    9797                        clearTimeout(_timeout); 
     
    104104                         
    105105                if(document.getElementById) { 
     106 
    106107                        menu = document.getElementById("Layer1"); 
    107108                                 
     
    126127                ccAddGroup.associateAsButton(Element('cc_add_group_button')); 
    127128                Element("cc_full_add_button").onclick = newContact; 
    128                           
     129                Element("cc_full_add_button_sh").onclick = newSharedContact; 
     130 
    129131                         
    130132                ccQuickAdd.afterSave = function () 
Note: See TracChangeset for help on using the changeset viewer.