mirror of https://github.com/itflow-org/itflow
Merge pull request #945 from wrongecho/addnotice-stripefees-opentickettimer
Add removal notices for Stripe Fees & 'open ticket' time tracker
This commit is contained in:
commit
59b60e35c2
|
|
@ -66,6 +66,12 @@ require_once "inc_all_settings.php";
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<div class="alert alert-danger" role="alert">
|
||||
"Client Pays Fees" / The ability to pass Stripe fees onto clients will be removed in a future version of ITFlow.
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Percentage Fee</label>
|
||||
<div class="input-group">
|
||||
|
|
|
|||
|
|
@ -9,6 +9,11 @@
|
|||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
||||
<div class="alert alert-danger" role="alert">
|
||||
This "Open Tickets" tracker will be removed in a future version of ITFlow. Time tracking will still be a feature.
|
||||
</div>
|
||||
|
||||
<div id="openTicketsContainer">
|
||||
<!-- Open tickets will be loaded here via JavaScript -->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue