mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Cleanup for ninja plans
This commit is contained in:
parent
5431c1e1bd
commit
430e511296
@ -99,13 +99,13 @@ input:checked ~ .dot {
|
|||||||
monthly
|
monthly
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="py-2 text-sm my-3 text-white">Multi users and advanced permissions per user</div>
|
<div class="py-2 text-sm my-3 text-white">Multiple users and advanced permissions per user</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="py-2 text-sm my-3 text-white">Attach files to emails & client side portal!</div>
|
<div class="py-2 text-sm my-3 text-white">Attach documents to emails & client side portal!</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="py-2 text-sm my-3 text-white">Branded client portal: "https://Billing.YourCompany.com"</div>
|
<div class="py-2 text-sm my-3 text-white">Branded client portal: "https://billing.yourcompany.com"</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="py-2 text-sm my-3 text-white">Custom background to invoices & quotes</div>
|
<div class="py-2 text-sm my-3 text-white">Custom background for invoices & quotes</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="py-2 text-sm my-3 text-white">+ Much more!</div>
|
<div class="py-2 text-sm my-3 text-white">+ Much more!</div>
|
||||||
|
|
||||||
@ -180,13 +180,13 @@ input:checked ~ .dot {
|
|||||||
yearly
|
yearly
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="py-2 text-sm my-3 text-white">Multi users and advanced permissions per user</div>
|
<div class="py-2 text-sm my-3 text-white">Multiple users and advanced permissions per user</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="py-2 text-sm my-3 text-white">Attach files to emails & client side portal!</div>
|
<div class="py-2 text-sm my-3 text-white">Attach documents to emails & client side portal!</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="py-2 text-sm my-3 text-white">Branded client portal: "https://Billing.YourCompany.com"</div>
|
<div class="py-2 text-sm my-3 text-white">Branded client portal: "https://billing.yourcompany.com"</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="py-2 text-sm my-3 text-white">Custom background to invoices & quotes</div>
|
<div class="py-2 text-sm my-3 text-white">Custom background for invoices & quotes</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="py-2 text-sm my-3 text-white">+ Much more!</div>
|
<div class="py-2 text-sm my-3 text-white">+ Much more!</div>
|
||||||
|
|
||||||
@ -222,10 +222,6 @@ input:checked ~ .dot {
|
|||||||
var users_yearly = 'LYqaQWldnj';
|
var users_yearly = 'LYqaQWldnj';
|
||||||
var users_monthly = '7LDdwRb1YK';
|
var users_monthly = '7LDdwRb1YK';
|
||||||
|
|
||||||
document.getElementById("toggleB").checked = false;
|
|
||||||
|
|
||||||
console.log(document.getElementById("toggleB").value);
|
|
||||||
|
|
||||||
document.getElementById('users_yearly').addEventListener('change', function() {
|
document.getElementById('users_yearly').addEventListener('change', function() {
|
||||||
users_yearly = this.value;
|
users_yearly = this.value;
|
||||||
document.getElementById('y_plan_price').innerHTML = price_map.get(this.value);
|
document.getElementById('y_plan_price').innerHTML = price_map.get(this.value);
|
||||||
@ -259,7 +255,6 @@ price_map.set('kQBeX6mbyK', '$260');
|
|||||||
price_map.set('GELe32Qd69', '$360');
|
price_map.set('GELe32Qd69', '$360');
|
||||||
price_map.set('MVyb86oevA', '$440');
|
price_map.set('MVyb86oevA', '$440');
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@endpush
|
@endpush
|
||||||
|
Loading…
x
Reference in New Issue
Block a user