diff --git a/src/App.scss b/src/App.scss index fa5cd23..57f3d72 100755 --- a/src/App.scss +++ b/src/App.scss @@ -579,6 +579,10 @@ $heightBtn: 100%; content: url('statics/icons/flag_ng.svg'); } +.fa-flag-md:before { + content: url('statics/icons/flag_md.svg'); +} + .fa-flag-co:before { content: url('statics/icons/flag_co.svg'); } @@ -616,7 +620,7 @@ $heightBtn: 100%; overflow-wrap: break-word; } -.clBorderWarning, .clBorderZoom { +.clBorderWarning, .clBorderZoom, .clBorderTutor { border: #f69f09 solid 5px; border-radius: 32px; font-size: 1rem; @@ -634,6 +638,11 @@ $heightBtn: 100%; border: #666cf6 solid 5px; } +.clBorderTutor { + border-radius: 16px; + border: #f634b5 solid 2px; +} + .clBorderSteps { border-color: green; } diff --git a/src/db/i18n_website.js b/src/db/i18n_website.js index 1546f1e..65b2e5c 100755 --- a/src/db/i18n_website.js +++ b/src/db/i18n_website.js @@ -109,7 +109,7 @@ const msg_website = { nationality: 'Nacionalnost', verified:'Preveri', nonverified:'Ni preverjeno', - req7: 'Z 7 koraki vstopis na seznam za \'plovbo', + req7: 'S 7 koraki vstopis na seznam za \'plovbo', req9: 'Z 9-imi koraki pomagaš, da AYNI Raste!', req: 'Koraki', people: 'Pov.', diff --git a/src/db/static_data.ts b/src/db/static_data.ts index 9f75fe1..1be367f 100755 --- a/src/db/static_data.ts +++ b/src/db/static_data.ts @@ -149,7 +149,8 @@ const routes_manager: IListRoutes[] = [ submenu: true, level_parent: 0, level_child: 0.5, - onlyManager: true + onlyManager: true, + onlyTutor: false }, { active: true, @@ -176,7 +177,8 @@ const routes_manager: IListRoutes[] = [ level_parent: 0, level_child: 0.5, onlyAdmin: true, - onlyManager: true + onlyManager: true, + onlyTutor: true }, { active: true, @@ -190,7 +192,8 @@ const routes_manager: IListRoutes[] = [ level_parent: 0, level_child: 0.5, onlyAdmin: true, - onlyManager: true + onlyManager: true, + onlyTutor: true }, { active: true, @@ -407,7 +410,9 @@ const baseroutes: IListRoutes[] = [ routes2: routes_manager, solotitle: true, infooter: true, - onlyManager: true + onlyAdmin: true, + onlyManager: true, + onlyTutor: true }, ...routes_manager, { diff --git a/src/router/route-config.ts b/src/router/route-config.ts index 1637a64..cfe74fd 100755 --- a/src/router/route-config.ts +++ b/src/router/route-config.ts @@ -43,7 +43,7 @@ export const cfgrouter = { const arrroutes: IListRoutes[] = [] - console.log('GETMENU') + // console.log('GETMENU') if (!!GlobalStore) { GlobalStore.actions.addDynamicPages()