Changeset 5644


Ignore:
Timestamp:
03/06/12 14:59:53 (12 years ago)
Author:
angelo
Message:

Ticket #2518 - Correcao em elementos da janela cadastro e alteracao de contatos

Location:
trunk/contactcenter
Files:
2 edited

Legend:

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

    r5310 r5644  
    12341234                { 
    12351235                        states.options[i] = new Option(data['data'][j], j); 
     1236                        if(i == 1) data['data'] = data['data'].sort(); 
    12361237                        i++; 
    12371238                } 
  • trunk/contactcenter/templates/default/full_add.tpl

    r4835 r5644  
    199199 
    200200<!-- _BOTTOM BUTTONS --> 
    201 <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"> 
     201<div align="center" id="cc_contact_tab_buttons" style="position: absolute; visibility: hidden; top: 280px; left: 0px; width: 498px; height: 50px; border: 0px solid black"> 
    202202        <table class="row_off" align="center" width="498px" cellpadding="2" cellspacing="0" border="0"> 
    203203                <tr class="row_off" id="cc_contact_sharing"> 
Note: See TracChangeset for help on using the changeset viewer.