mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-26 03:58: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(); ?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<div class="portlet">
|
||||
<form id="fAccount" action="<?= UriFactory::build('{/api}admin/account'); ?>" method="put">
|
||||
<div class="portlet-head"><?= $this->getHtml('Account'); ?></div>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ use phpOMS\Uri\UriFactory;
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<div class="portlet">
|
||||
<form id="fGroupCreate" action="<?= UriFactory::build('{/api}admin/group'); ?>" method="put">
|
||||
<div class="portlet-head"><?= $this->getHtml('Group'); ?></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user