mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-01 08:48:40 +00:00
Simplyfing layout
This commit is contained in:
parent
7b0574b4c5
commit
b07a12012e
|
|
@ -25,7 +25,7 @@ $footerView->setPage(1);
|
|||
$accounts = $this->getData('accounts');
|
||||
?>
|
||||
|
||||
<section class="box">
|
||||
<div class="box">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['Profile']['Profiles']; ?></caption>
|
||||
<thead>
|
||||
|
|
@ -48,4 +48,4 @@ $accounts = $this->getData('accounts');
|
|||
<tr><td colspan="3" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ $account = $this->getData('account');
|
|||
echo $this->getData('nav')->render();
|
||||
?>
|
||||
<section itemscope itemtype="http://schema.org/Person" class="box w-33">
|
||||
<h1><?= $this->l11n->lang['Profile']['Profile']; ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['Profile']['Profile']; ?></h1></header>
|
||||
<div class="inner">
|
||||
<!-- @formatter:off -->
|
||||
<table class="list">
|
||||
|
|
@ -75,7 +75,7 @@ echo $this->getData('nav')->render();
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['Profile']['Media']; ?></caption>
|
||||
<thead>
|
||||
|
|
@ -99,4 +99,4 @@ echo $this->getData('nav')->render();
|
|||
<tr><td colspan="4" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user