Commit a51b6f97a0a055aacc0ae6ae8f8bea946643f3b4
1 parent
9710884c
Exists in
master
and in
7 other branches
Alteração na função incluida no checkbox de cada classe
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
aplicmap/legenda2.htm
1 | -[leg_layer_html opt_flag=1][if name=TEMA oper=neq value=NAO][/if][/leg_layer_html][leg_class_html][if name=CLASSE oper=neq value=NAO]<table><tr><td style=text-align:left colspan=2 width=42><input type=checkbox checked title=liga/desliga style='border: 0px solid red;cursor:pointer' value=[leg_class_index] name=[leg_layer_name] onclick=inverteStatusClasse(this) /> <img src=[leg_icon] /></td><td style=text-align:left; ><span style=font-size:9px >[leg_class_name]</span></td></tr></table>[/if][/leg_class_html] | |
2 | 1 | \ No newline at end of file |
2 | +[leg_layer_html opt_flag=1][if name=TEMA oper=neq value=NAO][/if][/leg_layer_html][leg_class_html][if name=CLASSE oper=neq value=NAO]<table><tr><td style=text-align:left colspan=2 width=42><input type=checkbox checked title=liga/desliga style='border: 0px solid red;cursor:pointer' value=[leg_class_index] name=[leg_layer_name] onclick='i3GEO.arvoreDeCamadas.inverteStatusClasse(this)' /> <img src=[leg_icon] /></td><td style=text-align:left; ><span style=font-size:9px >[leg_class_name]</span></td></tr></table>[/if][/leg_class_html] | |
3 | 3 | \ No newline at end of file | ... | ... |