mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-18 16:28:41 +00:00
More flexbox implementations
This commit is contained in:
parent
afc94bce89
commit
d5125faa1a
|
|
@ -25,7 +25,9 @@ $footerView->setPage(1);
|
|||
$accounts = $this->getData('accounts');
|
||||
?>
|
||||
|
||||
<div class="box">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->getText('Profiles'); ?></caption>
|
||||
<thead>
|
||||
|
|
@ -49,3 +51,5 @@ $accounts = $this->getData('accounts');
|
|||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,9 @@ $footerView->setResults(1);
|
|||
|
||||
echo $this->getData('nav')->render();
|
||||
?>
|
||||
<section itemscope itemtype="http://schema.org/Person" class="box w-33">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<section itemscope itemtype="http://schema.org/Person" class="box wf-100">
|
||||
<header><h1><?= $this->getText('Profile'); ?></h1></header>
|
||||
<div class="inner">
|
||||
<!-- @formatter:off -->
|
||||
|
|
@ -82,8 +84,10 @@ echo $this->getData('nav')->render();
|
|||
<!-- @formatter:on -->
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="box w-100">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<div class="box wf-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->getText('Media', 'Media'); ?></caption>
|
||||
<thead>
|
||||
|
|
@ -108,3 +112,5 @@ echo $this->getData('nav')->render();
|
|||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,9 @@ $footerView->setPage(1);
|
|||
$accounts = $this->getData('accounts');
|
||||
?>
|
||||
|
||||
<div class="box">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->getText('Profiles'); ?></caption>
|
||||
<thead>
|
||||
|
|
@ -49,3 +51,5 @@ $accounts = $this->getData('accounts');
|
|||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,9 @@ $footerView->setResults(1);
|
|||
|
||||
echo $this->getData('nav')->render();
|
||||
?>
|
||||
<section itemscope itemtype="http://schema.org/Person" class="box w-33">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<section itemscope itemtype="http://schema.org/Person" class="box wf-100">
|
||||
<header><h1><?= $this->getText('Profile'); ?></h1></header>
|
||||
<div class="inner">
|
||||
<!-- @formatter:off -->
|
||||
|
|
@ -82,8 +84,10 @@ echo $this->getData('nav')->render();
|
|||
<!-- @formatter:on -->
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="box w-100">
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<div class="box wf-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->getText('Media', 'Media'); ?></caption>
|
||||
<thead>
|
||||
|
|
@ -108,3 +112,5 @@ echo $this->getData('nav')->render();
|
|||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user