]> git.joonet.de Git - adminer.git/commitdiff
JS only label
authorJakub Vrana <jakub@vrana.cz>
Mon, 21 Mar 2011 14:45:16 +0000 (15:45 +0100)
committerJakub Vrana <jakub@vrana.cz>
Mon, 21 Mar 2011 14:45:16 +0000 (15:45 +0100)
adminer/create.inc.php

index a292ce2794a7c056315ec8bcf6e9541ee241465f..473ae4cc09dbcc84561ea41e0b18714d6d228664 100644 (file)
@@ -161,7 +161,7 @@ foreach ($engines as $engine) {
 </table>
 <p>
 <?php echo lang('Auto Increment'); ?>: <input name="Auto_increment" size="6" value="<?php echo h($row["Auto_increment"]); ?>">
-<label><input type="checkbox" onclick="columnShow(this.checked, 5);" class="jsonly"><?php echo lang('Default values'); ?></label>
+<label class="jsonly"><input type="checkbox" onclick="columnShow(this.checked, 5);"><?php echo lang('Default values'); ?></label>
 <?php echo (support("comment") ? checkbox("", "", $comments, lang('Comment'), "columnShow(this.checked, 6); toggle('Comment'); if (this.checked) this.form['Comment'].focus();") . ' <input id="Comment" name="Comment" value="' . h($row["Comment"]) . '" maxlength="60"' . ($comments ? '' : ' class="hidden"') . '>' : ''); ?>
 <p>
 <input type="submit" value="<?php echo lang('Save'); ?>">