Commit 51851efa62bc7395c82114dd61026f233ea6c69f

Authored by Edmar Moretti
1 parent 7f667698

Adaptação da ferramenta Cor da Seleção para Bootstrap

ferramentas/opcoes_querymap/index.js
... ... @@ -43,11 +43,6 @@ i3GEOF.opcoesQuery = {
43 43 try{
44 44 i3GEOF.opcoesQuery.aguarde.visibility = "visible";
45 45 $i(iddiv).innerHTML += i3GEOF.opcoesQuery.html();
46   - var b = new YAHOO.widget.Button(
47   - "i3GEOopcoesQuerybotao1",
48   - {onclick:{fn: i3GEOF.opcoesQuery.executa}}
49   - );
50   - b.addClass("rodar150");
51 46 i3GEO.util.aplicaAquarela("i3GEOF.opcoesQuery");
52 47 var p = i3GEO.configura.locaplic+"/ferramentas/opcoes_querymap/exec.php?g_sid="+i3GEO.configura.sid+"&funcao=pegaquerymapcor",
53 48 cp = new cpaint(),
... ...
ferramentas/opcoes_querymap/template_mst.html
1   -<div style='margin-left: 5px'>
2   - <div class='i3geoForm100 i3geoFormIconeAquarela'>
3   - <input type='text' id='i3GEOopcoesQuerycor' value='' />
  1 +<div class='container-fluid'>
  2 + <div class='form-group label-fixed condensed'>
  3 + <label class="control-label" for="i3GEOopcoesQuerycor">{{{cor}}}</label>
  4 + <input class="form-control input-lg i3geoFormIconeAquarela" type='text' id='i3GEOopcoesQuerycor' value='' />
4 5 </div>
5   - <br>
6   - <p class='paragrafo'>
7   - <input size='20' id='i3GEOopcoesQuerybotao1' type='button' value='{{{aplica}}}' />
8   - </p>
  6 + <button onclick="i3GEOF.opcoesQuery.executa()" class='btn btn-primary btn-sm btn-raised'>{{{aplica}}}</button>
  7 +
9 8 </div>
10 9 \ No newline at end of file
... ...