mirror of
https://github.com/vrana/adminer.git
synced 2026-02-28 01:21:25 +01:00
Add next
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@43 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user