Changeset 3318 for branches/2.2


Ignore:
Timestamp:
10/04/10 14:37:17 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1364 - Labels de busca no ContactCenter? - alteração do tipo de input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/contactcenter/js/cc_search.js

    r3282 r3318  
    195195                this.DOMbtn.onclick = function () {_this.go();}; 
    196196 
    197                 this.DOMbtn2.type = 'button'; 
     197                this.DOMbtn2.type = 'text'; 
    198198                //this.DOMbtn2.style.height = parseInt(this.DOMdiv.style.height)/2 + 'px'; 
    199199                this.DOMbtn2.style.width = '60px'; 
     200                this.DOMbtn2.disabled = 'disabled'; 
    200201                this.DOMbtn2.value = 'Nome:'; 
    201202 
    202                 this.DOMbtn3.type = 'button'; 
     203                this.DOMbtn3.type = 'text'; 
    203204                //this.DOMbtn3.style.height = parseInt(this.DOMdiv.style.height)/2 + 'px'; 
    204205                this.DOMbtn3.style.width = '60px'; 
    205                 this.DOMbtn3.value =  v_label; 
     206                this.DOMbtn3.disabled = 'disabled'; 
     207                this.DOMbtn3.value =  v_label + ':'; 
     208 
    206209                this.DOMprogHold.style.position = 'absolute'; 
    207210                this.DOMprogHold.style.top = params['progress_top'] ? params['progress_top'] : '0px'; 
Note: See TracChangeset for help on using the changeset viewer.