Commit c9b2888c510b1718e23e372dd7ad843547c696a6
1 parent
b33e178e
Exists in
master
and in
6 other branches
Correção no formulário de edição de etiquetas
Showing
2 changed files
with
31 additions
and
4 deletions
Show diff stats
ferramentas/etiqueta/templateLista_mst.html
... | ... | @@ -8,7 +8,8 @@ |
8 | 8 | <td style="text-align:center;padding: 10px;">Busca</td> |
9 | 9 | <td style="text-align:center;padding: 10px;">Alias</td> |
10 | 10 | <td style="text-align:center;padding: 10px;;">Link</td> |
11 | - <tr>{{#linhas}} | |
11 | + <tr> | |
12 | +{{#linhas}} | |
12 | 13 | <tr> |
13 | 14 | <td>{{{item}}}</td> |
14 | 15 | <td> |
... | ... | @@ -34,7 +35,7 @@ |
34 | 35 | <td> |
35 | 36 | <div class="radio radio-primary condensed" style="text-align:center;"> |
36 | 37 | <label> |
37 | - <input {{{ckUtfdata}}} type='radio' value="{{{item}}}" name='utfdata' onclick='javascript:if(this.checked){this.checked=false;}'/> | |
38 | + <input {{{ckUtfdata}}} type='radio' value="{{{item}}}" name='utfdata' /> | |
38 | 39 | <span class="circle"></span> |
39 | 40 | <span class="check"></span> |
40 | 41 | </label> |
... | ... | @@ -43,7 +44,7 @@ |
43 | 44 | <td> |
44 | 45 | <div class="radio radio-primary condensed" style="text-align:center;"> |
45 | 46 | <label> |
46 | - <input {{{ckBuscaRapida}}} type='radio' value="{{{item}}}" name='itembuscarapida' onclick='javascript:if(this.checked){this.checked=false;}'/> | |
47 | + <input {{{ckBuscaRapida}}} type='radio' value="{{{item}}}" name='itembuscarapida' /> | |
47 | 48 | <span class="circle"></span> |
48 | 49 | <span class="check"></span> |
49 | 50 | </label> |
... | ... | @@ -62,5 +63,30 @@ |
62 | 63 | |
63 | 64 | </tr> |
64 | 65 | {{/linhas}} |
66 | + <tr> | |
67 | + <td></td> | |
68 | + <td style="text-align:center;padding: 10px;"></td> | |
69 | + <td style="text-align:center;padding: 10px;"></td> | |
70 | + <td style="text-align:center;padding: 10px;"> | |
71 | + <div class="radio radio-primary condensed" style="text-align:center;"> | |
72 | + <label> | |
73 | + <input type='radio' value="" name='utfdata' /> | |
74 | + <span class="circle"></span> | |
75 | + <span class="check"></span> | |
76 | + </label> | |
77 | + </div> | |
78 | + </td> | |
79 | + <td style="text-align:center;padding: 10px;"> | |
80 | + <div class="radio radio-primary condensed" style="text-align:center;"> | |
81 | + <label> | |
82 | + <input type='radio' value="" name='itembuscarapida' /> | |
83 | + <span class="circle"></span> | |
84 | + <span class="check"></span> | |
85 | + </label> | |
86 | + </div> | |
87 | + </td> | |
88 | + <td style="text-align:center;padding: 10px;"></td> | |
89 | + <td style="text-align:center;padding: 10px;;"></td> | |
90 | + <tr> | |
65 | 91 | </table> |
66 | 92 | </div> |
67 | 93 | \ No newline at end of file | ... | ... |
ferramentas/toponimia/template_mst.html
... | ... | @@ -135,8 +135,9 @@ |
135 | 135 | <label class="control-label" for="i3GEOtoponimiapartials_i">{{{textoUltrapassaMapa}}}</label> |
136 | 136 | <div style="width: 100%;" class="input-group"> |
137 | 137 | <select class="form-control" id="i3GEOtoponimiapartials_i"> |
138 | - <option value='1'>{{{sim}}}</option> | |
139 | 138 | <option value='0'>{{{nao}}}</option> |
139 | + <option value='1'>{{{sim}}}</option> | |
140 | + | |
140 | 141 | </select><b class="caret careti"></b> |
141 | 142 | </div> |
142 | 143 | </div> | ... | ... |