cancel button
This commit is contained in:
parent
92e8c35e14
commit
ccf7852819
2
klan.php
2
klan.php
@ -267,7 +267,7 @@ if (!empty($_POST['login']) AND $_POST['action'] == 'change_owner' AND $klan['gl
|
||||
}
|
||||
|
||||
function use(option) {
|
||||
document.getElementById(option).innerHTML = "<form method='post'><input placeholder='Имя персонажа' name='login'><button name='action' value='" + option + "' type='submit'>Ок</button></form>";
|
||||
document.getElementById(option).innerHTML = "<form method='post'><input placeholder='Имя персонажа' name='login'><button name='action' value='" + option + "' type='submit'>Ок</button><button>×</button></form>";
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user