dsfdf
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php $ownerQuery = $isAdmin ? '?owner_sub=' . urlencode((string) $ownerSub) : ''; ?>
|
||||
<?= module_shell_header('boersenchecker') ?>
|
||||
<?= module_shell_header('boersenchecker', [
|
||||
'title' => 'Depotverwaltung',
|
||||
]) ?>
|
||||
<div class="bc-app">
|
||||
<div class="bc-grid-bg">
|
||||
<div class="bc-shell bc-stack">
|
||||
@@ -10,15 +12,6 @@
|
||||
<div class="bc-alert bc-alert--success"><?= e($notice) ?></div>
|
||||
<?php endif; ?>
|
||||
|
||||
<section class="module-box">
|
||||
<div class="module-box-head">
|
||||
<div>
|
||||
<h1 class="module-title">Depotverwaltung</h1>
|
||||
<p class="module-lead">Depots, Positionen und Kurs-Historien verwalten.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php if ($isAdmin): ?>
|
||||
<div class="bc-panel">
|
||||
<strong>Benutzer-Scope</strong>
|
||||
|
||||
Reference in New Issue
Block a user