From d01d672dcfe069bac2b64161fa9d2ff65483c3a2 Mon Sep 17 00:00:00 2001 From: Paolo Arena Date: Mon, 8 Jun 2020 13:31:17 +0200 Subject: [PATCH] =?UTF-8?q?-=20Nuovo=20Sistema=20di=20Flotte=20per=20Tutor?= =?UTF-8?q?.=20X=20-=20Mettere=20anche=20la=20email=20del=20sognatore,=20p?= =?UTF-8?q?er=20chi=20=C3=A8=20abituato=20ad=20inviarla=20in=20quel=20modo?= =?UTF-8?q?...=20X=20-=20Controllare=20che=20sul=20sito=20compaiano=20le?= =?UTF-8?q?=20informazioni=20del=20Sognatore...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.scss | 1 + src/db/lang/ws_si.js | 4 ++-- src/db/static_data.ts | 33 ++++++++++++++++++++++++++++++++- src/root/home/home.vue | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/src/App.scss b/src/App.scss index a936748..0e56e40 100755 --- a/src/App.scss +++ b/src/App.scss @@ -326,6 +326,7 @@ $heightBtn: 100%; text-align: center; } + .center_img { display: block !important; margin-left: auto; diff --git a/src/db/lang/ws_si.js b/src/db/lang/ws_si.js index c19efa1..2623b97 100644 --- a/src/db/lang/ws_si.js +++ b/src/db/lang/ws_si.js @@ -21,7 +21,7 @@ const msg_website_si = { vreg: 'Preveri Registracijo', dashboard: 'Tabla', statoattuale: 'TrenutniStatus', - posizione_in_programmazione: 'Seznam \'Plovbe', + posizione_in_programmazione: 'Seznam Plovbe', posizione_in_nave: 'Seznam Ladiji', nave: 'Ladje', Admin: 'Administrator', @@ -35,7 +35,7 @@ const msg_website_si = { nationality: 'Nacionalnost', verified: 'Preveri', nonverified: 'Ni preverjeno', - req7: 'S 7 koraki vstopis na seznam za \'plovbo', + req7: 'S 7 koraki vstopis na seznam za plovbo', req9: 'Z 9-imi koraki pomagaš, da {sitename} Raste!', req: 'Koraki', people: 'Pov.', diff --git a/src/db/static_data.ts b/src/db/static_data.ts index 20195db..ba91b03 100755 --- a/src/db/static_data.ts +++ b/src/db/static_data.ts @@ -166,6 +166,21 @@ const routes_manager: IListRoutes[] = [ level_child: 0.5, onlyManager: true }, + { + active: true, + order: 25, + path: '/admin/listaflotte', + materialIcon: 'fas fa-users', + name: 'otherpages.admin.listaflotte', + component: () => import('@/rootgen/admin/listaflotte/listaflotte.vue'), + inmenu: true, + submenu: true, + level_parent: 0, + level_child: 0.5, + onlyAdmin: true, + onlyManager: true, + onlyTutor: true + }, { active: true, order: 20, @@ -224,6 +239,21 @@ const routes_manager: IListRoutes[] = [ onlyManager: true, onlyTraduttrici: true }, + { + active: true, + order: 30, + path: '/admin/msg_template', + materialIcon: 'fas fa-file-alt', + name: 'msgs.messages', + component: () => import('@/rootgen/admin/msg_template/msg_template.vue'), + inmenu: true, + submenu: true, + level_parent: 0, + level_child: 0.5, + onlyAdmin: true, + onlyManager: true, + onlyTutor: true + }, { active: true, order: 40, @@ -414,7 +444,8 @@ const baseroutes: IListRoutes[] = [ infooter: true, onlyAdmin: true, onlyManager: true, - onlyTutor: true + onlyTutor: true, + onlyTraduttrici: true }, ...routes_manager, { diff --git a/src/root/home/home.vue b/src/root/home/home.vue index 7c54d56..4f8787b 100755 --- a/src/root/home/home.vue +++ b/src/root/home/home.vue @@ -17,7 +17,7 @@
- SITO IN AGGIORNAMENTO! + {{ $t('otherpages.sito_offline') }}