git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@43 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2007-07-05 12:01:32 +00:00
parent c5af16a7b2
commit aaa22e0ae7
3 changed files with 18 additions and 10 deletions

View File

@@ -78,9 +78,9 @@ foreach ($row["fields"] as $field) {
<td><input type="checkbox" name="fields[<?php echo $i; ?>][extra]" value="auto_increment" /></td>
</tr>
</table>
<p><input type="submit" name="add" value="<?php echo lang('Add row'); ?>" /></p>
<p>
<input type="submit" value="<?php echo lang('Save'); ?>" />
<?php if (strlen($_GET["create"])) { ?><input type="submit" name="drop" value="<?php echo lang('Drop'); ?>" /><?php } ?>
</p>
<p><input type="submit" name="add" value="<?php echo lang('Add row'); ?>" /></p>
</form>