mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
20 lines
691 B
Plaintext
20 lines
691 B
Plaintext
#invite-manager-modal{ng: {app: 'admin.enterprises', controller: 'enterpriseCtrl'}}
|
|
|
|
.margin-bottom-30.text-center
|
|
.text-big
|
|
= t('js.admin.modals.invite_title')
|
|
|
|
%p.alert-box.ok{ng: {show: 'invite_success'}}
|
|
{{invite_success}}
|
|
|
|
%p.alert-box.error{ng: {show: 'invite_errors'}}
|
|
{{invite_errors}}
|
|
|
|
%input#invite_email.fullwidth.margin-bottom-20{ng: {model: 'newUser'}}
|
|
|
|
.margin-bottom-20.text-center
|
|
%button.text-center.margin-top-10{ng: {show: '!invite_success', click: 'inviteManager()'}}
|
|
= t('js.admin.modals.invite')
|
|
%button.text-center.margin-top-10{ng: {show: 'invite_success', click: 'resetModal(); close()'}}
|
|
= t('js.admin.modals.close')
|