2018-02-05 02:07:49 +01:00
|
|
|
<div id="revoke_invite_modal" class="modal modal-bg hide fade" tabindex="-1" role="dialog" aria-labelledby="revoke_invite_modal_label" aria-hidden="true">
|
2017-10-21 03:15:12 +02:00
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="{{t 'Close' }}"><span aria-hidden="true">×</span></button>
|
2019-02-15 19:09:25 +01:00
|
|
|
{{#if is_multiuse}}
|
2021-04-14 03:04:02 +02:00
|
|
|
<h3 id="revoke_invite_modal_label">{{#tr}}Revoke invitation link{{/tr}}</h3>
|
2019-02-15 19:09:25 +01:00
|
|
|
{{else}}
|
2021-04-14 03:04:02 +02:00
|
|
|
<h3 id="revoke_invite_modal_label">{{#tr}}Revoke invitation to {email}{{/tr}}</h3>
|
2019-02-15 19:09:25 +01:00
|
|
|
{{/if}}
|
2017-10-21 03:15:12 +02:00
|
|
|
</div>
|
2019-02-15 19:09:25 +01:00
|
|
|
<div class="modal-body" id="revoke_invite_message">
|
|
|
|
{{#if is_multiuse}}
|
2021-04-14 03:04:02 +02:00
|
|
|
<p>{{#tr}}Are you sure you want to revoke this invitation link created by <strong>{referred_by}</strong>?{{/tr}}</p>
|
2019-02-15 19:09:25 +01:00
|
|
|
{{else}}
|
2021-04-14 03:04:02 +02:00
|
|
|
<p>{{#tr}}Are you sure you want to revoke the invitation to <strong>{email}</strong>?{{/tr}}</p>
|
2019-02-15 19:09:25 +01:00
|
|
|
{{/if}}
|
2017-10-21 03:15:12 +02:00
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
|
|
|
<button class="button rounded" data-dismiss="modal">{{t "Cancel" }}</button>
|
2021-05-02 09:30:38 +02:00
|
|
|
<button class="button rounded btn-danger" id="do_revoke_invite_button">{{t "Confirm" }}</button>
|
2017-10-21 03:15:12 +02:00
|
|
|
</div>
|
|
|
|
</div>
|