2022-01-31 21:26:12 +03:00
|
|
|
|
2023-01-11 12:53:07 +03:00
|
|
|
<div class="modal-content" data-test-modal="unarchive-tier" {{on-key "Enter" (perform this.unarchiveTask)}}>
|
2022-01-31 21:26:12 +03:00
|
|
|
<header class="modal-header">
|
|
|
|
<h1>Reactivate tier</h1>
|
|
|
|
</header>
|
|
|
|
<button type="button" class="close" title="Close" {{on "click" @close}}>{{svg-jar "close"}}<span class="hidden">Close</span></button>
|
|
|
|
|
|
|
|
<div class="modal-body">
|
|
|
|
<p>
|
2022-05-11 20:11:54 +03:00
|
|
|
Reactivating <strong>{{@data.tier.name}}</strong> will re-enable it as an option in portal and allow new members to subscribe to this tier.
|
2022-02-04 12:36:55 +03:00
|
|
|
</p>
|
|
|
|
<p>
|
2022-05-11 20:11:54 +03:00
|
|
|
Existing members will remain unchanged.
|
2022-01-31 21:26:12 +03:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
<button type="button" class="gh-btn" {{on "click" @close}}><span>Cancel</span></button>
|
|
|
|
<GhTaskButton
|
|
|
|
@buttonText="Reactivate"
|
|
|
|
@task={{this.unarchiveTask}}
|
|
|
|
@class="gh-btn gh-btn-black gh-btn-icon"
|
2023-01-11 12:53:07 +03:00
|
|
|
data-test-button="unarchive-tier"
|
2022-01-31 21:26:12 +03:00
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|