mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-05 18:55:13 +02:00
2023.9.20
This commit is contained in:
parent
c3fd8536eb
commit
56bcbd810e
8 changed files with 13 additions and 11 deletions
|
@ -2,12 +2,13 @@
|
|||
|
||||
# CHANGELOG
|
||||
|
||||
## 2023.9.15
|
||||
## 2023.9.20
|
||||
|
||||
- Fix Customer balance header
|
||||
- Deactivate Customer active plan
|
||||
- Sync Customer Plan to Mikrotik
|
||||
- Recharge Customer from Customer Details
|
||||
- Add Privacy Policy and Terms and Conditions Pages
|
||||
|
||||
## 2023.9.13
|
||||
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<center>
|
||||
<a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
|
||||
•
|
||||
<a href="./pages/Terms_of_Conditions.html" target="_blank">ToC</a>
|
||||
<a href="./pages/Terms_and_Conditions.html" target="_blank">T & C</a>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
<center>
|
||||
<a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
|
||||
•
|
||||
<a href="./pages/Terms_of_Conditions.html" target="_blank">ToC</a>
|
||||
<a href="./pages/Terms_and_Conditions.html" target="_blank">T & C</a>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
<center>
|
||||
<a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
|
||||
•
|
||||
<a href="./pages/Terms_of_Conditions.html" target="_blank">ToC</a>
|
||||
<a href="./pages/Terms_and_Conditions.html" target="_blank">T & C</a>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -223,8 +223,8 @@
|
|||
href="{$_url}pages/Registration_Info">{$_L['Registration_Info']}</a></li>
|
||||
<li {if $_routes[1] eq 'Privacy_Policy'}class="active" {/if}><a
|
||||
href="{$_url}pages/Privacy_Policy">Privacy Policy</a></li>
|
||||
<li {if $_routes[1] eq 'Terms_of_Conditions'}class="active" {/if}><a
|
||||
href="{$_url}pages/Terms_of_Conditions">Terms and Conditions</a></li>
|
||||
<li {if $_routes[1] eq 'Terms_and_Conditions'}class="active" {/if}><a
|
||||
href="{$_url}pages/Terms_and_Conditions">Terms and Conditions</a></li>
|
||||
{$_MENU_PAGES}
|
||||
</ul>
|
||||
</li>
|
||||
|
|
|
@ -77,10 +77,11 @@
|
|||
<button type="submit" class="btn btn-primary">{$_L['Login']}</button>
|
||||
</div>
|
||||
</div>
|
||||
<br><center>
|
||||
<br>
|
||||
<center>
|
||||
<a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
|
||||
•
|
||||
<a href="./pages/Terms_of_Conditions.html" target="_blank">ToC</a>
|
||||
<a href="./pages/Terms_and_Conditions.html" target="_blank">T & C</a>
|
||||
</center>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "2023.9.15"
|
||||
"version": "2023.9.20"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue