Commit 0a78e11695d8fdc6985ed4f9fc9d3f0511b64b21

Authored by Lucas Schmoeller da Silva
1 parent 08d4a4b8
Exists in master

Removido botão de exclusão para ceps já cadastrados

portabilis/ieducar#119
ieducar/intranet/urbano_cep_logradouro_cad.php
... ... @@ -525,4 +525,8 @@ function getBairro_(xml_bairro, DOM_array) {
525 525 }
526 526 }
527 527 }
  528 +
  529 +$j(document).ready( function(){
  530 + $j('#tab_cep').find('img[alt="excluir"]').hide();
  531 +});
528 532 </script>
529 533 \ No newline at end of file
... ...