mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-18 09:28:42 +00:00
Automated formatting changes
This commit is contained in:
parent
caea569ad6
commit
31ccaeefe2
|
|
@ -12,8 +12,6 @@
|
|||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
use phpOMS\Message\Http\HttpHeader;
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
|
|
@ -85,8 +83,8 @@ echo $this->getData('nav')->render();
|
|||
<?php $c = 0;
|
||||
foreach ($navs as $nav) : ++$c; ?>
|
||||
<tr>
|
||||
<td><label class="checkbox" for="iActive-<?= $c ?>">
|
||||
<input id="iActive-<?= $c ?>" type="checkbox" name="active_route" value="<?= $this->printHtml($nav->uri); ?>"<?= true ? ' checked' : ''; ?>>
|
||||
<td><label class="checkbox" for="iActive-<?= $c; ?>">
|
||||
<input id="iActive-<?= $c; ?>" type="checkbox" name="active_route" value="<?= $this->printHtml($nav->uri); ?>"<?= true ? ' checked' : ''; ?>>
|
||||
<span class="checkmark"></span>
|
||||
</label>
|
||||
<td><?= $apps[$nav->app]?->name; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user