integrated onboarding tutorial for citizen portal
This commit is contained in:
@@ -980,7 +980,15 @@ function showInfoModal() {
|
||||
'<strong>' + MUNICIPALITY.name + '</strong> mitzuwirken.</p>' +
|
||||
'<p style="text-align:left;line-height:1.6;">Bitte tragen Sie Hinweise, Anregungen und Vorschläge ' +
|
||||
'mithilfe der Zeichenwerkzeuge auf der Karte ein.</p>',
|
||||
confirmButtonColor: MUNICIPALITY.primaryColor
|
||||
showDenyButton: true,
|
||||
confirmButtonText: 'Schließen',
|
||||
denyButtonText: '<i class="fa-solid fa-route"></i> Tutorial starten',
|
||||
confirmButtonColor: MUNICIPALITY.primaryColor,
|
||||
denyButtonColor: '#546E7A'
|
||||
}).then(function (result) {
|
||||
if (result.isDenied && typeof restartOnboarding === 'function') {
|
||||
restartOnboarding();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user