diff --git a/client/src/App.vue b/client/src/App.vue index 0f4623c9..0a7b186a 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -20,6 +20,7 @@ import FullScreenLayout from '@/layouts/FullScreenLayout'; import PublicLayout from '@/layouts/PublicLayout'; import BlankLayout from '@/layouts/BlankLayout'; + import SplitLayout from '@/layouts/SplitLayout'; import Modal from '@/components/Modal'; import NewContentBlockWizard from '@/components/content-block-form/NewContentBlockWizard'; import EditContentBlockWizard from '@/components/content-block-form/EditContentBlockWizard'; @@ -50,6 +51,7 @@ FullScreenLayout, PublicLayout, BlankLayout, + SplitLayout, Modal, NewContentBlockWizard, EditContentBlockWizard, diff --git a/client/src/layouts/SplitLayout.vue b/client/src/layouts/SplitLayout.vue new file mode 100644 index 00000000..89531649 --- /dev/null +++ b/client/src/layouts/SplitLayout.vue @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + diff --git a/client/src/pages/forgot-password.vue b/client/src/pages/forgot-password.vue deleted file mode 100644 index 84b3eb03..00000000 --- a/client/src/pages/forgot-password.vue +++ /dev/null @@ -1,39 +0,0 @@ - - - - Passwort vergessen? - - - - Ihr Benutzerkonto wird durch den hep Verlag verwaltet. Um Ihr Passwort zurückzusetzen, - gehen Sie - auf die Verlagsseite. - - - - Passwort unter - www.hep-verlag.ch zurücksetzen - - - - - diff --git a/client/src/pages/hello.vue b/client/src/pages/hello.vue index 8cc653e9..e89e7573 100644 --- a/client/src/pages/hello.vue +++ b/client/src/pages/hello.vue @@ -1,5 +1,7 @@ - + Wollen Sie {{ pageTitle }} jetzt im Unterricht verwenden? @@ -11,7 +13,6 @@
- Ihr Benutzerkonto wird durch den hep Verlag verwaltet. Um Ihr Passwort zurückzusetzen, - gehen Sie - auf die Verlagsseite.
- Passwort unter - www.hep-verlag.ch zurücksetzen