|
|
@@ -1077,7 +1077,7 @@ app.state.Home = function() |
|
|
// Show terms not accepted popup
|
|
|
// Show terms not accepted popup
|
|
|
app.core.View.showModal({
|
|
|
app.core.View.showModal({
|
|
|
title: _lc('HOME_MODAL_TERMS_NOT_ACCEPTED_TITLE'),
|
|
|
title: _lc('HOME_MODAL_TERMS_NOT_ACCEPTED_TITLE'),
|
|
|
body: app.core.View.getTemplate('home-modal-terms-not-accepted', {}),
|
|
|
|
|
|
|
|
|
body: app.core.View.getTemplate('home-modal-terms-not-accepted', { groups: groupsTermsNotAccepted }),
|
|
|
hideButtons: true,
|
|
|
hideButtons: true,
|
|
|
hideCloseBtn: true,
|
|
|
hideCloseBtn: true,
|
|
|
prohibitCloseModal: true,
|
|
|
prohibitCloseModal: true,
|
|
|
|