mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-17 12:58:39 +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();
|
echo $this->data['nav']->render();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="iSettings" class="tabview tab-2 url-rewrite">
|
<div id="iSettings" class="tabview tab-2 url-rewrite">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<ul class="tab-links">
|
<ul class="tab-links">
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ $address = $this->addresses;
|
||||||
$languages = ISO639Enum::getConstants();
|
$languages = ISO639Enum::getConstants();
|
||||||
$types = AddressType::getConstants();
|
$types = AddressType::getConstants();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-md-6">
|
<div class="col-xs-12 col-md-6">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ $languages = ISO639Enum::getConstants();
|
||||||
$types = ContactType::getConstants();
|
$types = ContactType::getConstants();
|
||||||
$subtypes = AddressType::getConstants();
|
$subtypes = AddressType::getConstants();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-md-6">
|
<div class="col-xs-12 col-md-6">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ $module = $this->getData('module') ?? '';
|
||||||
|
|
||||||
echo $this->data['nav']->render();
|
echo $this->data['nav']->render();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@ $next = empty($audits) ? HttpHeader::getAllHeaders()['Referer'] ?? 'admin/mo
|
||||||
|
|
||||||
echo $this->data['nav']->render();
|
echo $this->data['nav']->render();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ $module = $this->getData('module') ?? '';
|
||||||
|
|
||||||
echo $this->data['nav']->render();
|
echo $this->data['nav']->render();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user