mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
auto-start home tour after login + reorganizer tour to comply with new menu
This commit is contained in:
parent
1a7d7258d8
commit
9ce9079ef9
@ -116,19 +116,19 @@ Application.Controllers.controller('HomeController', ['$scope', '$stateParams',
|
||||
placement: 'right'
|
||||
});
|
||||
uitour.createStep({
|
||||
selector: '.nav-primary li.reserve-machine-link',
|
||||
stepId: 'machines',
|
||||
selector: '.nav-primary li.public-calendar-link',
|
||||
stepId: 'calendar',
|
||||
order: 2,
|
||||
title: _t('app.public.tour.welcome.machines.title'),
|
||||
content: _t('app.public.tour.welcome.machines.content'),
|
||||
title: _t('app.public.tour.welcome.calendar.title'),
|
||||
content: _t('app.public.tour.welcome.calendar.content'),
|
||||
placement: 'right'
|
||||
});
|
||||
uitour.createStep({
|
||||
selector: '.nav-primary li.reserve-training-link',
|
||||
stepId: 'trainings',
|
||||
selector: '.nav-primary li.reserve-machine-link',
|
||||
stepId: 'machines',
|
||||
order: 3,
|
||||
title: _t('app.public.tour.welcome.trainings.title'),
|
||||
content: _t('app.public.tour.welcome.trainings.content'),
|
||||
title: _t('app.public.tour.welcome.machines.title'),
|
||||
content: _t('app.public.tour.welcome.machines.content'),
|
||||
placement: 'right'
|
||||
});
|
||||
if (!Fablab.withoutSpaces) {
|
||||
@ -142,19 +142,19 @@ Application.Controllers.controller('HomeController', ['$scope', '$stateParams',
|
||||
});
|
||||
}
|
||||
uitour.createStep({
|
||||
selector: '.nav-primary li.reserve-event-link',
|
||||
stepId: 'events',
|
||||
selector: '.nav-primary li.reserve-training-link',
|
||||
stepId: 'trainings',
|
||||
order: 5,
|
||||
title: _t('app.public.tour.welcome.events.title'),
|
||||
content: _t('app.public.tour.welcome.events.content'),
|
||||
title: _t('app.public.tour.welcome.trainings.title'),
|
||||
content: _t('app.public.tour.welcome.trainings.content'),
|
||||
placement: 'right'
|
||||
});
|
||||
uitour.createStep({
|
||||
selector: '.nav-primary li.public-calendar-link',
|
||||
stepId: 'calendar',
|
||||
selector: '.nav-primary li.reserve-event-link',
|
||||
stepId: 'events',
|
||||
order: 6,
|
||||
title: _t('app.public.tour.welcome.calendar.title'),
|
||||
content: _t('app.public.tour.welcome.calendar.content'),
|
||||
title: _t('app.public.tour.welcome.events.title'),
|
||||
content: _t('app.public.tour.welcome.events.content'),
|
||||
placement: 'right'
|
||||
});
|
||||
uitour.createStep({
|
||||
|
@ -436,7 +436,7 @@ fr:
|
||||
content: "<p>Ce carousel fait défiler les derniers projets documentés par vos membres.</p>"
|
||||
last_tweet:
|
||||
title: "Dernier tweet"
|
||||
content: "<p>La dernier tweet de votre flux Twitter peut s'afficher ici.</p><p>Configurez-le depuis [Personnalisation] > [Page d'accueil].</p>"
|
||||
content: "<p>Le dernier tweet de votre flux Twitter peut s'afficher ici.</p><p>Configurez-le depuis [Personnalisation] > [Page d'accueil].</p>"
|
||||
last_members:
|
||||
title: "Derniers membres"
|
||||
content: "Les derniers members inscrits qui ont validé leur adresse et accepté d'être contactés, seront affichés ici."
|
||||
|
Loading…
Reference in New Issue
Block a user