correct indentation for Questtype ?Choiceinput?
This commit is contained in:
parent
2577779f80
commit
1287c44ed6
1 changed files with 14 additions and 14 deletions
|
|
@ -48,6 +48,7 @@
|
|||
<legend><?=_('Choice inputs')?></legend>
|
||||
<ul id="lists">
|
||||
<?php foreach($choiceLists as $listIndex => &$list) : ?>
|
||||
<li id="list-<?=$listIndex?>">
|
||||
<?php if(!empty($validations) && array_key_exists($listIndex, $validations) && !empty($validations[$listIndex]) && array_key_exists('answer', $validations[$listIndex]) && $validations[$listIndex]['answer'] !== true) : ?>
|
||||
<ul>
|
||||
<?php foreach($validations[$listIndex]['answer'] as $setting => $value) : ?>
|
||||
|
|
@ -62,7 +63,6 @@
|
|||
<?php endforeach ?>
|
||||
</ul>
|
||||
<?php endif ?>
|
||||
<li id="list-<?=$listIndex?>">
|
||||
<ul>
|
||||
<?php foreach($list['choices'] as $choiceIndex => &$choice) : ?>
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue