Changeset 3669


Ignore:
Timestamp:
01/10/11 10:54:34 (13 years ago)
Author:
niltonneto
Message:

Ticket #628 - Implementado edição de contato compartilhado para o template classic.

Location:
branches/2.2/contactcenter/templates/classic
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/contactcenter/templates/classic/api_common.tpl

    r2 r3669  
    1313<input id="cc_msg_err_timeout" type="hidden" value="{cc_msg_err_timeout}" /> 
    1414<input id="cc_msg_err_serialize_data_unknown" type="hidden" value="{cc_msg_err_serialize_data_unknown}" /> 
     15<input id="cc_msg_err_shared" type="hidden" type="hidden" value="{cc_msg_err_shared}" />  
    1516 
    1617<input id="cc_msg_err_empty_field" type="hidden" value="{cc_msg_err_empty_field}" /> 
  • branches/2.2/contactcenter/templates/classic/full_add.tpl

    r1676 r3669  
    162162</div> 
    163163<!-- _BOTTOM BUTTONS --> 
    164 <div align="center" id="cc_contact_tab_buttons" style="position: absolute; visibility: hidden; top: 250px; left: 0px; width: 498px; height: 32px; border: 0px solid black">      
     164<div align="center" id="cc_contact_tab_buttons" style="position: absolute; visibility: hidden; top: 250px; left: 0px; width: 498px; height: 64px; border: 0px solid black"> 
     165        <table class="row_off" align="center" width="498px" cellpadding="2" cellspacing="0" border="0">  
     166                <tr class="row_off" id="cc_contact_sharing">  
     167                        <td >{cc_contact_shared}: </td>  
     168                        <td colspan="2">  
     169                                <select id="cc_contact_shared_types" name="{cc_contact_shared}" style="width: 390px;">  
     170                                        <option value="_NONE_">{cc_contact_shared_types}</option>  
     171                                </select>  
     172                        </td>  
     173                </tr>  
     174        </table>  
    165175        <table class="row_off" align="center" width="498px" cellpadding="2" cellspacing="0" border="0"> 
    166176                <tr> 
     
    223233                                         'win_class': 'row_off', 
    224234                                         'width': '500px', 
    225                                          'height': '273px', 
     235                                         'height': '295px', 
    226236                                         'title_color': '#3978d6', 
    227237                                         'title': Element('cc_contact_title').value, 
  • branches/2.2/contactcenter/templates/classic/index.tpl

    r1690 r3669  
    2525<input id="cc_msg_group" type="hidden" value="{cc_msg_group}"> 
    2626<input id="cc_msg_contact_full" type="hidden" value="{cc_msg_contact_full}"> 
     27<input id="cc_msg_contact_sh" type="hidden" value="{cc_msg_contact_sh}"> 
    2728<input id="cc_msg_contact_qa" type="hidden" value="{cc_msg_contact_qa}"> 
    2829<input id="cc_msg_card_remove" type="hidden" value="{cc_msg_card_remove}"> 
Note: See TracChangeset for help on using the changeset viewer.