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>
|
||||
|
|
@ -48,4 +50,6 @@ $accounts = $this->getData('accounts');
|
|||
<tr><td colspan="3" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||
<?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 -->
|
||||
|
|
@ -81,9 +83,11 @@ echo $this->getData('nav')->render();
|
|||
</table>
|
||||
<!-- @formatter:on -->
|
||||
</div>
|
||||
</section>
|
||||
</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>
|
||||
|
|
@ -107,4 +111,6 @@ echo $this->getData('nav')->render();
|
|||
<tr><td colspan="4" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||
<?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>
|
||||
|
|
@ -48,4 +50,6 @@ $accounts = $this->getData('accounts');
|
|||
<tr><td colspan="3" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||
<?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 -->
|
||||
|
|
@ -81,9 +83,11 @@ echo $this->getData('nav')->render();
|
|||
</table>
|
||||
<!-- @formatter:on -->
|
||||
</div>
|
||||
</section>
|
||||
</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>
|
||||
|
|
@ -107,4 +111,6 @@ echo $this->getData('nav')->render();
|
|||
<tr><td colspan="4" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user