mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Disable AJAX export
This commit is contained in:
@@ -405,7 +405,7 @@ if (!$columns) {
|
|||||||
print_fieldset("export", lang('Export'));
|
print_fieldset("export", lang('Export'));
|
||||||
$output = $adminer->dumpOutput();
|
$output = $adminer->dumpOutput();
|
||||||
echo ($output ? html_select("output", $output, $adminer_export["output"]) . " " : "") . html_select("format", $adminer->dumpFormat(), $adminer_export["format"]);
|
echo ($output ? html_select("output", $output, $adminer_export["output"]) . " " : "") . html_select("format", $adminer->dumpFormat(), $adminer_export["format"]);
|
||||||
echo " <input type='submit' name='export' value='" . lang('Export') . "'>\n";
|
echo " <input type='submit' name='export' value='" . lang('Export') . "' onclick='eventStop(event);'>\n";
|
||||||
echo "</div></fieldset>\n";
|
echo "</div></fieldset>\n";
|
||||||
}
|
}
|
||||||
print_fieldset("import", lang('CSV Import'), !$rows);
|
print_fieldset("import", lang('CSV Import'), !$rows);
|
||||||
|
Reference in New Issue
Block a user