Compact export options

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@587 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-04-26 08:34:33 +00:00
parent d73367c3a0
commit fb8a36b6ec
3 changed files with 4 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ function check(td, name, value) {
</script>
<form action="" method="post">
<p><?php echo $dump_options; ?></p>
<p><?php echo lang('Output') . ": $dump_output " . lang('Format') . ": $dump_format"; ?> <input type="submit" value="<?php echo lang('Export'); ?>" /></p>
<?php
echo "<table border='1' cellspacing='0' cellpadding='2'>\n<thead><tr><th>" . lang('Database') . "</th>";
@@ -187,5 +187,4 @@ while ($row = $result->fetch_assoc()) {
}
echo "$views</table>\n";
?>
<p><input type="submit" value="<?php echo lang('Export'); ?>" /></p>
</form>