boss fight answer options design

This commit is contained in:
Daniel 2014-04-16 16:39:38 +02:00
commit 73f14419dd
2 changed files with 8 additions and 3 deletions

View file

@ -31,14 +31,14 @@
<form method="post" action="#task">
<input type="hidden" name="stage" value="<?=$stage['id']?>" />
<ul>
<ul class="bossfight cf">
<?php foreach($childStages as &$childStage) : ?>
<li>
<li class="option">
<p>
<?php if(array_key_exists('answer', $childStage) && $childStage['answer']) : ?>→<?php endif ?>
<?=\hhu\z\Utils::t($childStage['question'])?>
</p>
<input type="submit" name="submit_stages[<?=$childStage['id']?>]" value="<?=_('Choose')?>" />
<p><input type="submit" name="submit_stages[<?=$childStage['id']?>]" value="<?=_('Choose')?>" /></p>
</li>
<?php endforeach?>
<?php if($lives['character'] == 0 || $lives['boss'] == 0) : ?>