}
+ $adminer->selectEmailPrint(array_filter($email_fields, 'strlen'), $columns);
+ echo "<input type='hidden' name='token' value='$token'>\n";
+ echo "</div></div>\n";
+
if ($adminer->selectImportPrint()) {
- print_fieldset("import", lang('Import'), !$rows);
+ echo "<div>";
+ echo "<a href='#import'>" . lang('Import') . "</a>";
+ echo script("qsl('a').onclick = partial(toggle, 'import');", "");
+ echo "<span id='import'" . ($rows ? " class='hidden'" : "") . ">: ";
echo "<input type='file' name='csv_file'> ";
echo html_select("separator", array("csv" => "CSV,", "csv;" => "CSV;", "tsv" => "TSV"), $adminer_import["format"], 1); // 1 - select
echo " <input type='submit' name='import' value='" . lang('Import') . "'>";
- echo "</div></fieldset>\n";
+ echo "</span>";
+ echo "</div>";
}
- $adminer->selectEmailPrint(array_filter($email_fields, 'strlen'), $columns);
- echo "<input type='hidden' name='token' value='$token'>\n";
- echo "</div></div>\n";
-
echo "</form>\n";
echo (!$group && $select ? "" : script("tableCheck();"));
}