mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 23:27:17 +02:00
Add helper for <input type=hidden>
This commit is contained in:
@@ -85,8 +85,8 @@ if (support("scheme")) {
|
||||
}
|
||||
echo lang('DB') . ": " . html_select("db", $dbs, $row["db"] != "" ? $row["db"] : $_GET["db"], $onchange);
|
||||
}
|
||||
echo input_hidden("change-js");
|
||||
?>
|
||||
<input type="hidden" name="change-js" value="">
|
||||
<noscript><p><input type="submit" name="change" value="<?php echo lang('Change'); ?>"></noscript>
|
||||
<table>
|
||||
<thead><tr><th id="label-source"><?php echo lang('Source'); ?><th id="label-target"><?php echo lang('Target'); ?></thead>
|
||||
|
Reference in New Issue
Block a user