mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Sync with Enterprise edition changes
This commit is contained in:
parent
c870547fa1
commit
bae7909801
5 changed files with 96 additions and 94 deletions
|
@ -1,20 +1,25 @@
|
|||
{{#layout/master-sidebar hideNavigation=true}}
|
||||
<Ui::UiSpacer @size="300" />
|
||||
<div class="section">
|
||||
<div class="title">welcome to documize</div>
|
||||
<p>Let's set up your account and you started</p>
|
||||
</div>
|
||||
{{/layout/master-sidebar}}
|
||||
<Layout::MasterNavigation @hideNavigation={{true}} />
|
||||
<Layout::MasterToolbar />
|
||||
|
||||
{{#layout/master-content}}
|
||||
{{layout/logo-heading
|
||||
title=appMeta.title
|
||||
desc=appMeta.message
|
||||
logo=true}}
|
||||
<Layout::Grid::Container>
|
||||
<Layout::Grid::Sidebar>
|
||||
<div class="sidebar-content">
|
||||
<div class="section">
|
||||
<div class="title">welcome to documize</div>
|
||||
<p>Let's set up your account and you started</p>
|
||||
</div>
|
||||
</div>
|
||||
</Layout::Grid::Sidebar>
|
||||
|
||||
{{onboard/share-folder
|
||||
serial=serial
|
||||
folderId=folderId
|
||||
slug=slug}}
|
||||
{{/layout/master-content}}
|
||||
<Layout::Grid::Content>
|
||||
{{layout/logo-heading
|
||||
title=appMeta.title
|
||||
desc=appMeta.message
|
||||
logo=true}}
|
||||
|
||||
{{onboard/share-folder
|
||||
serial=serial
|
||||
folderId=folderId
|
||||
slug=slug}}
|
||||
</Layout::Grid::Content>
|
||||
</Layout::Grid::Container>
|
||||
|
|
|
@ -134,5 +134,3 @@
|
|||
onAttachmentDelete=(action "onAttachmentDelete")}}
|
||||
</Layout::Grid::Content>
|
||||
</Layout::Grid::Container>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue