mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-09 01:18:42 +00:00
fix bugs
This commit is contained in:
parent
c49f0e89fd
commit
18453a392d
|
|
@ -29,7 +29,6 @@ $l11n = $this->data['default_localization'] ?? new NullLocalization();
|
|||
|
||||
echo $this->data['nav']->render();
|
||||
?>
|
||||
|
||||
<div id="iSettings" class="tabview tab-2 url-rewrite">
|
||||
<div class="box">
|
||||
<ul class="tab-links">
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ $address = $this->addresses;
|
|||
$languages = ISO639Enum::getConstants();
|
||||
$types = AddressType::getConstants();
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<section class="portlet">
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ $languages = ISO639Enum::getConstants();
|
|||
$types = ContactType::getConstants();
|
||||
$subtypes = AddressType::getConstants();
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<section class="portlet">
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ $module = $this->getData('module') ?? '';
|
|||
|
||||
echo $this->data['nav']->render();
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<section class="portlet">
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ $next = empty($audits) ? HttpHeader::getAllHeaders()['Referer'] ?? 'admin/mo
|
|||
|
||||
echo $this->data['nav']->render();
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<section class="portlet">
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ $module = $this->getData('module') ?? '';
|
|||
|
||||
echo $this->data['nav']->render();
|
||||
?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<section class="portlet">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user