very minor ui niggles
This commit is contained in:
parent
8a9261ea07
commit
f06af0508c
2 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
<div style="padding:0px 10px;">
|
<div style="padding:0px 10px; width:100%">
|
||||||
<div style="text-align: center">
|
<div style="text-align: center">
|
||||||
<p>
|
<p style="margin-top: 10px">
|
||||||
<a id="use_map" display="hidden" href="#">View Data For Current Map View</a>
|
<a id="use_map" display="hidden" href="#">View Data For Current Map View</a>
|
||||||
<br />
|
<br />
|
||||||
<a id='drag_box' href="#">Manually select a different area</a>
|
<a id='drag_box' href="#">Manually select a different area</a>
|
||||||
|
|
|
@ -74,7 +74,6 @@ page << <<EOJ
|
||||||
currentBounds = tileBounds;
|
currentBounds = tileBounds;
|
||||||
getData(tileBounds);
|
getData(tileBounds);
|
||||||
mode = "auto";
|
mode = "auto";
|
||||||
$("drag_box").style.display="inline";
|
|
||||||
$("use_map").style.display="none";
|
$("use_map").style.display="none";
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
@ -88,7 +87,6 @@ page << <<EOJ
|
||||||
$("drag_box").innerHTML = "Manually select a different area";
|
$("drag_box").innerHTML = "Manually select a different area";
|
||||||
mode = "manual";
|
mode = "manual";
|
||||||
$("use_map").style.display="inline";
|
$("use_map").style.display="inline";
|
||||||
$("drag_box").style.display="none";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function displayFeatureWarning() {
|
function displayFeatureWarning() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue