add check to view fulll logs
This commit is contained in:
parent
9e9e56ffa2
commit
1289a49f9c
|
@ -23,6 +23,6 @@ $bots=get_Bots_Array('connectFou');
|
|||
?>
|
||||
</select>
|
||||
</p>
|
||||
<p><input type="checkbox" id="fullLogs"/>view the full logs</p>
|
||||
<p><input type="checkbox" id="fullLogs"/><label for="fullLogs">view the full logs</label></p>
|
||||
<p><input id="fightButton" type="button" value="<?php echo $lang['FIGHT']; ?>" onclick="connectFour(document.getElementById('bot1').value,document.getElementById('bot2').value,'<?php echo xd_check_input(2); ?>',0);"></p>
|
||||
<div id="fightResult"></div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user