mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-13 19:18:41 +00:00
make protlet width at least 50%
This commit is contained in:
parent
6f1e9974e7
commit
f542bfcdb3
|
|
@ -20,7 +20,7 @@ use phpOMS\Uri\UriFactory;
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-md-4">
|
<div class="col-xs-12 col-md-6">
|
||||||
<div class="portlet">
|
<div class="portlet">
|
||||||
<form id="fAccount" action="<?= UriFactory::build('{/api}admin/account'); ?>" method="put">
|
<form id="fAccount" action="<?= UriFactory::build('{/api}admin/account'); ?>" method="put">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Account'); ?></div>
|
<div class="portlet-head"><?= $this->getHtml('Account'); ?></div>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ use phpOMS\Uri\UriFactory;
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-md-4">
|
<div class="col-xs-12 col-md-6">
|
||||||
<div class="portlet">
|
<div class="portlet">
|
||||||
<form id="fGroupCreate" action="<?= UriFactory::build('{/api}admin/group'); ?>" method="put">
|
<form id="fGroupCreate" action="<?= UriFactory::build('{/api}admin/group'); ?>" method="put">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Group'); ?></div>
|
<div class="portlet-head"><?= $this->getHtml('Group'); ?></div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user