mirror of
https://github.com/vrana/adminer.git
synced 2026-07-06 23:49:21 +02:00
Are you sure?
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@264 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -44,6 +44,6 @@ if ($_POST) {
|
||||
<p>
|
||||
<input type="hidden" name="token" value="<?php echo $token; ?>" />
|
||||
<input type="submit" value="<?php echo lang('Save'); ?>" />
|
||||
<?php if (strlen($_GET["name"])) { ?><input type="submit" name="drop" value="<?php echo lang('Drop'); ?>" /><?php } ?>
|
||||
<?php if (strlen($_GET["name"])) { ?><input type="submit" name="drop" value="<?php echo lang('Drop'); ?>" onclick="return confirm('<?php echo lang('Are you sure?'); ?>');" /><?php } ?>
|
||||
</p>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user