mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-30 13:28:41 +00:00
continue implementation
This commit is contained in:
parent
4fa3c25590
commit
1e5b0336bc
|
|
@ -43,7 +43,7 @@ echo $this->data['nav']->render();
|
|||
?>
|
||||
|
||||
<div id="iSettings" class="tabview tab-2 url-rewrite">
|
||||
<div class="box wf-100 col-xs-12">
|
||||
<div class="box">
|
||||
<ul class="tab-links">
|
||||
<li><label for="c-tab-1"><?= $this->getHtml('General'); ?></label></li>
|
||||
<li><label for="c-tab-2"><?= $this->getHtml('Localization'); ?></label></li>
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ $next = empty($audits)
|
|||
echo $this->data['nav']->render(); ?>
|
||||
|
||||
<div id="iaccount-tabs" class="tabview tab-2 url-rewrite">
|
||||
<div class="box wf-100 col-xs-12">
|
||||
<div class="box">
|
||||
<ul class="tab-links">
|
||||
<li><label for="c-tab-1"><?= $this->getHtml('General'); ?></label></li>
|
||||
<li><label for="c-tab-2"><?= $this->getHtml('Groups'); ?></label></li>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ $next = empty($audits)
|
|||
echo $this->data['nav']->render(); ?>
|
||||
|
||||
<div id="igroup-tabs" class="tabview tab-2 url-rewrite">
|
||||
<div class="box wf-100 col-xs-12">
|
||||
<div class="box">
|
||||
<ul class="tab-links">
|
||||
<li><label for="c-tab-1"><?= $this->getHtml('General'); ?></label></li>
|
||||
<li><label for="c-tab-2"><?= $this->getHtml('Accounts'); ?></label></li>
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ $tableView->setObjects($modules);
|
|||
}
|
||||
?>
|
||||
<tr tabindex="0" data-href="<?= $url; ?>">
|
||||
<td data-label="<?= $this->getHtml('ID', '0', '0'); ?>"><a href="<?= $url; ?>"><?= $module->id; ?></a>
|
||||
<td data-label="<?= $this->getHtml('ID', '0', '0'); ?>"><a href="<?= $url; ?>"><?= $module->getId(); ?></a>
|
||||
<td data-label="<?= $this->getHtml('Name'); ?>"><a href="<?= $url; ?>"><?= $this->printHtml($module->getExternalName()); ?></a>
|
||||
<td data-label="<?= $this->getHtml('Version'); ?>"><a href="<?= $url; ?>"><?= $this->printHtml($module->getVersion()); ?></a>
|
||||
<td data-label="<?= $this->getHtml('Status'); ?>">
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ $l11n = $this->getData('defaultlocalization') ?? new NullLocalization();
|
|||
?>
|
||||
|
||||
<div class="tabview tab-2 url-rewrite">
|
||||
<div class="box wf-100 col-xs-12">
|
||||
<div class="box">
|
||||
<ul class="tab-links">
|
||||
<li><label for="c-tab-1"><?= $this->getHtml('General'); ?></label></li>
|
||||
<li><label for="c-tab-2"><?= $this->getHtml('Localization'); ?></label></li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user