mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-06 00:08:41 +00:00
Test fix tab indention
This commit is contained in:
parent
0a4b0eef71
commit
de30ad2568
|
|
@ -21,7 +21,7 @@ $accounts = $group->getAccounts();
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<div class="tabview tab-2">
|
||||
<div class="box wf-100">
|
||||
<div class="box wf-100 col-xs-12">
|
||||
<ul class="tab-links">
|
||||
<li><label for="c-tab-1"><?= $this->getHtml('General'); ?></label></li>
|
||||
<li><label for="c-tab-2"><?= $this->getHtml('AuditLog'); ?></label></li>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ $installed = $this->app->moduleManager->getInstalledModules();
|
|||
<td colspan="4">
|
||||
<tbody>
|
||||
<?php $count = 0; foreach ($modules as $key => $module) : $count++;
|
||||
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/module/settings?{?}&id=' . $module['name']['internal']);
|
||||
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/module/settings?{?}&id=' . $module['name']['internal']);
|
||||
if (isset($active[$module['name']['internal']])) { $status = ModuleStatus::ACTIVE; }
|
||||
elseif (isset($installed[$module['name']['internal']])) { $status = ModuleStatus::INACTIVE; }
|
||||
else { $status = ModuleStatus::AVAILABLE; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user