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>
|
||||||
</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">
|
<div class="form-group">
|
||||||
<label>Percentage Fee</label>
|
<label>Percentage Fee</label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,11 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<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">
|
<div id="openTicketsContainer">
|
||||||
<!-- Open tickets will be loaded here via JavaScript -->
|
<!-- Open tickets will be loaded here via JavaScript -->
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue