diff --git a/css/default.css b/css/default.css
index cb52690..feaa594 100755
--- a/css/default.css
+++ b/css/default.css
@@ -1,3 +1,13 @@
+/*
+Utilizado no elemento select
+*/
+.careti {
+ float: right;
+ position: relative;
+ top: -20px;
+ z-index: 2;
+}
+
.iconeAjudaFerramentas {
cursor: help;
margin-left: 0px;
diff --git a/css/i3geo7.css.php b/css/i3geo7.css.php
old mode 100644
new mode 100755
index bec61fe..bec61fe
--- a/css/i3geo7.css.php
+++ b/css/i3geo7.css.php
diff --git a/ferramentas/editorgm/editorgm_compacto.js b/ferramentas/editorgm/editorgm_compacto.js
old mode 100644
new mode 100755
index cc66aa6..cc66aa6
--- a/ferramentas/editorgm/editorgm_compacto.js
+++ b/ferramentas/editorgm/editorgm_compacto.js
diff --git a/ferramentas/editorol/editorol_compacto.js b/ferramentas/editorol/editorol_compacto.js
old mode 100644
new mode 100755
index 8df1c51..8df1c51
--- a/ferramentas/editorol/editorol_compacto.js
+++ b/ferramentas/editorol/editorol_compacto.js
diff --git a/ferramentas/legenda/index.js b/ferramentas/legenda/index.js
index 15ed645..bbe12fc 100755
--- a/ferramentas/legenda/index.js
+++ b/ferramentas/legenda/index.js
@@ -1432,7 +1432,7 @@ i3GEOF.legenda =
i3GEOF.legenda.tema,
function(retorno) {
if ($i("i3GEOlegendaitensLabel")) {
- $i("i3GEOlegendaitensLabel").innerHTML = retorno.dados;
+ $i("i3GEOlegendaitensLabel").innerHTML = retorno.dados + '';
}
},
"i3GEOlegendaitensLabel",
@@ -1457,7 +1457,7 @@ i3GEOF.legenda =
sct = "" + l[1] + "";
combo += sct;
}
- combo += "";
+ combo += "";
$i("i3GEOlegendacomboestilos").innerHTML = combo;
@@ -1606,7 +1606,7 @@ i3GEOF.legenda =
"",
i3GEOF.legenda.tema, function(retorno) {
if ($i("i3GEOlegendaComboSize")) {
- $i("i3GEOlegendaComboSize").innerHTML = retorno.dados.replace("id=''"," onchange='$i(\"i3GEOlegendasizes\").value = this.value'");
+ $i("i3GEOlegendaComboSize").innerHTML = retorno.dados.replace("id=''"," onchange='$i(\"i3GEOlegendasizes\").value = this.value'") + '';
}
},
"",
@@ -1958,28 +1958,28 @@ i3GEOF.legenda =
i3GEOF.legenda.tema,
function(retorno) {
if ($i("i3GEOlegendaitensValorUnico")) {
- $i("i3GEOlegendaitensValorUnico").innerHTML = retorno.dados;
+ $i("i3GEOlegendaitensValorUnico").innerHTML = retorno.dados + '';
}
if ($i("i3GEOlegendaClassesValorUnico")) {
- $i("i3GEOlegendaClassesValorUnico").innerHTML = retorno.dados;
+ $i("i3GEOlegendaClassesValorUnico").innerHTML = retorno.dados + '';
}
if ($i("i3GEOlegendaitensMetade")) {
- $i("i3GEOlegendaitensMetade").innerHTML = retorno.dados;
+ $i("i3GEOlegendaitensMetade").innerHTML = retorno.dados + '';
}
if ($i("i3GEOlegendaitensMetadeId")) {
- $i("i3GEOlegendaitensMetadeId").innerHTML = retorno.dados;
+ $i("i3GEOlegendaitensMetadeId").innerHTML = retorno.dados + '';
}
if ($i("i3GEOlegendaitensMedia")) {
- $i("i3GEOlegendaitensMedia").innerHTML = retorno.dados;
+ $i("i3GEOlegendaitensMedia").innerHTML = retorno.dados + '';
}
if ($i("i3GEOlegendaitensValorClass")) {
- $i("i3GEOlegendaitensValorClass").innerHTML = retorno.dados;
+ $i("i3GEOlegendaitensValorClass").innerHTML = retorno.dados + '';
}
if ($i("i3GEOlegendaitensCluster")) {
- $i("i3GEOlegendaitensCluster").innerHTML = retorno.dados;
+ $i("i3GEOlegendaitensCluster").innerHTML = retorno.dados + '';
}
if ($i("i3GEOlegendaitensValorQuartil")) {
- $i("i3GEOlegendaitensValorQuartil").innerHTML = retorno.dados;
+ $i("i3GEOlegendaitensValorQuartil").innerHTML = retorno.dados + '';
}
},
"",
diff --git a/ferramentas/legenda/templateLista_mst.html b/ferramentas/legenda/templateLista_mst.html
index 883023c..8fcb800 100755
--- a/ferramentas/legenda/templateLista_mst.html
+++ b/ferramentas/legenda/templateLista_mst.html
@@ -95,6 +95,7 @@
+