add check to view fulll logs

This commit is contained in:
gnieark 2016-06-15 21:27:25 +02:00
parent 9e9e56ffa2
commit 1289a49f9c

View File

@ -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>