]> git.joonet.de Git - adminer.git/commitdiff
Style auto_increment value
authorJakub Vrana <jakub@vrana.cz>
Sun, 23 Feb 2025 12:40:14 +0000 (13:40 +0100)
committerJakub Vrana <jakub@vrana.cz>
Sun, 23 Feb 2025 12:40:14 +0000 (13:40 +0100)
adminer/create.inc.php

index a4e8e01929148747e501096390f4ce6dfb3b4b06..1d1906e0db7b5ddc0c28be3a84b5684ffbac88e9 100644 (file)
@@ -194,7 +194,7 @@ edit_fields($row["fields"], $collations, "TABLE", $foreign_keys);
 <?php echo script("editFields();"); ?>
 </div>
 <p>
-<?php echo lang('Auto Increment'); ?>: <input type="number" name="Auto_increment" size="6" value="<?php echo h($row["Auto_increment"]); ?>">
+<?php echo lang('Auto Increment'); ?>: <input type="number" name="Auto_increment" class="size" value="<?php echo h($row["Auto_increment"]); ?>">
 <?php echo checkbox("defaults", 1, ($_POST ? $_POST["defaults"] : adminer_setting("defaults")), lang('Default values'), "columnShow(this.checked, 5)", "jsonly"); ?>
 <?php
 $comments = ($_POST ? $_POST["comments"] : adminer_setting("comments"));