2023.9.20
This commit is contained in:
parent
c3fd8536eb
commit
56bcbd810e
@ -2,12 +2,13 @@
|
|||||||
|
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
## 2023.9.15
|
## 2023.9.20
|
||||||
|
|
||||||
- Fix Customer balance header
|
- Fix Customer balance header
|
||||||
- Deactivate Customer active plan
|
- Deactivate Customer active plan
|
||||||
- Sync Customer Plan to Mikrotik
|
- Sync Customer Plan to Mikrotik
|
||||||
- Recharge Customer from Customer Details
|
- Recharge Customer from Customer Details
|
||||||
|
- Add Privacy Policy and Terms and Conditions Pages
|
||||||
|
|
||||||
## 2023.9.13
|
## 2023.9.13
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@
|
|||||||
<center>
|
<center>
|
||||||
<a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
|
<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>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
<center>
|
<center>
|
||||||
<a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
|
<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>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
<center>
|
<center>
|
||||||
<a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
|
<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>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -223,8 +223,8 @@
|
|||||||
href="{$_url}pages/Registration_Info">{$_L['Registration_Info']}</a></li>
|
href="{$_url}pages/Registration_Info">{$_L['Registration_Info']}</a></li>
|
||||||
<li {if $_routes[1] eq 'Privacy_Policy'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'Privacy_Policy'}class="active" {/if}><a
|
||||||
href="{$_url}pages/Privacy_Policy">Privacy Policy</a></li>
|
href="{$_url}pages/Privacy_Policy">Privacy Policy</a></li>
|
||||||
<li {if $_routes[1] eq 'Terms_of_Conditions'}class="active" {/if}><a
|
<li {if $_routes[1] eq 'Terms_and_Conditions'}class="active" {/if}><a
|
||||||
href="{$_url}pages/Terms_of_Conditions">Terms and Conditions</a></li>
|
href="{$_url}pages/Terms_and_Conditions">Terms and Conditions</a></li>
|
||||||
{$_MENU_PAGES}
|
{$_MENU_PAGES}
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
@ -77,10 +77,11 @@
|
|||||||
<button type="submit" class="btn btn-primary">{$_L['Login']}</button>
|
<button type="submit" class="btn btn-primary">{$_L['Login']}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br><center>
|
<br>
|
||||||
<a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
|
<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>
|
</center>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"version": "2023.9.15"
|
"version": "2023.9.20"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user