Upload new version
This commit is contained in:
@@ -7,12 +7,7 @@ $navLinks = [];
|
||||
|
||||
ob_start();
|
||||
?>
|
||||
<nav class="isolate inline-flex flex-wrap rounded-2xl shadow-sm border bg-white overflow-hidden">
|
||||
<button type="button" data-tab="templates" class="px-4 py-2 text-sm border-e bg-sky-50 text-sky-700">Templates</button>
|
||||
<button type="button" data-tab="sections" class="px-4 py-2 text-sm border-e">Sections</button>
|
||||
<button type="button" data-tab="blocks" class="px-4 py-2 text-sm border-e">Blocks</button>
|
||||
<button type="button" data-tab="snippets" class="px-4 py-2 text-sm">Snippets</button>
|
||||
</nav>
|
||||
<nav id="sectionTabs" class="isolate inline-flex flex-wrap rounded-2xl shadow-sm border bg-white overflow-hidden"></nav>
|
||||
<button id="btn-new" type="button" class="btn">Neu …</button>
|
||||
<?php
|
||||
$headerTabs = ob_get_clean();
|
||||
@@ -25,10 +20,7 @@ require __DIR__ . '/../partials/structure/layout_start.php';
|
||||
<p class="text-sm text-slate-500">Wähle eine Kategorie, um Templates, Sections, Blocks oder Snippets zu pflegen.</p>
|
||||
</header>
|
||||
|
||||
<section id="view-templates" class="view"></section>
|
||||
<section id="view-sections" class="view hidden"></section>
|
||||
<section id="view-blocks" class="view hidden"></section>
|
||||
<section id="view-snippets" class="view hidden"></section>
|
||||
<section id="view-content" class="view"></section>
|
||||
</main>
|
||||
|
||||
<!-- Create Dialog -->
|
||||
|
||||
Reference in New Issue
Block a user