mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Recuperando cambios peridos en el merge?
This commit is contained in:
@ -78,7 +78,6 @@
|
||||
<!-- </td>-->
|
||||
<!-- </tr>-->
|
||||
<?php foreach (getAllFolder() as $folder): ?>
|
||||
|
||||
<?php foreach (getAllClass() as $item): ?>
|
||||
<?php if (str_contains($item['path'], $folder)): ?>
|
||||
<tr>
|
||||
@ -90,7 +89,9 @@
|
||||
<input type="checkbox"
|
||||
id="<?= $item['name'] . '_' . $subitem ?>"
|
||||
name="<?= $item['name'] . '_' . $subitem ?>"
|
||||
class="form-check-input">
|
||||
class="form-check-input"
|
||||
<?=ruleIsChecked($group->rules, $item['name'], $subitem)?'checked':''?>
|
||||
>
|
||||
<label for="<?= $item['name'] . '_' . $subitem ?>"
|
||||
class="form-check-label"><?= getDictionary($subitem) ?></label>
|
||||
</div>
|
||||
@ -113,7 +114,9 @@
|
||||
<input type="checkbox"
|
||||
id="<?= $item['name'] . '_' . $subitem ?>"
|
||||
name="<?= $item['name'] . '_' . $subitem ?>"
|
||||
class="form-check-input">
|
||||
class="form-check-input"
|
||||
<?=ruleIsChecked($group->rules, $item['name'], $subitem)?'checked':''?>
|
||||
>
|
||||
<label for="<?= $item['name'] . '_' . $subitem ?>"
|
||||
class="form-check-label"><?= getDictionary($subitem) ?></label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user