Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-04-10 19:56:23 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-11 00:50:34 +0400
commitc985fec28279be3ee37a59ba621e9fdb9523b40e (patch)
tree2fdd44cb1c8094f8f53ae490ac4963495e06898b /gis_data_editor.php
parent9c167049683d3a54f21e353dc87f3f22b912d00d (diff)
Drop non-JS version of the "GIS data editor"
Diffstat (limited to 'gis_data_editor.php')
-rw-r--r--gis_data_editor.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/gis_data_editor.php b/gis_data_editor.php
index 18cb6e0dca..0b447543be 100644
--- a/gis_data_editor.php
+++ b/gis_data_editor.php
@@ -130,7 +130,6 @@ if (isset($_REQUEST['get_gis_editor']) && $_REQUEST['get_gis_editor'] == true) {
}
?>
</select>
- <input type="submit" name="gis_data[go]" class="go" value="<?php echo __("Go")?>" />
<label for="srid"><?php echo __("SRID"); ?>:&nbsp;</label>
<input name="gis_data[srid]" type="text" value="<?php echo($srid); ?>" />
</div>
@@ -163,7 +162,6 @@ if (isset($_REQUEST['get_gis_editor']) && $_REQUEST['get_gis_editor'] == true) {
echo('>' . $gis_type . '</option>');
}
echo('</select>');
- echo('<input type="submit" name="gis_data[' . $a . '][go]" class="go" value="'); echo __("Go"); echo('">');
} else {
$type = $geom_type;
}