2023.9.20

This commit is contained in:
Ibnu Maksum 2023-09-20 14:32:53 +07:00
parent c3fd8536eb
commit 56bcbd810e
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
8 changed files with 13 additions and 11 deletions

View File

@ -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

View File

@ -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>
&bull; &bull;
<a href="./pages/Terms_of_Conditions.html" target="_blank">ToC</a> <a href="./pages/Terms_and_Conditions.html" target="_blank">T &amp; C</a>
</center> </center>
</div> </div>
</div> </div>

View File

@ -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>
&bull; &bull;
<a href="./pages/Terms_of_Conditions.html" target="_blank">ToC</a> <a href="./pages/Terms_and_Conditions.html" target="_blank">T &amp; C</a>
</center> </center>
</div> </div>
</div> </div>

View File

@ -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>
&bull; &bull;
<a href="./pages/Terms_of_Conditions.html" target="_blank">ToC</a> <a href="./pages/Terms_and_Conditions.html" target="_blank">T &amp; C</a>
</center> </center>
</div> </div>
</div> </div>

View File

@ -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>

View File

@ -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>
&bull; <a href="./pages/Privacy_Policy.html" target="_blank">Privacy</a>
<a href="./pages/Terms_of_Conditions.html" target="_blank">ToC</a> &bull;
<a href="./pages/Terms_and_Conditions.html" target="_blank">T &amp; C</a>
</center> </center>
</form> </form>
</div> </div>

View File

@ -1,3 +1,3 @@
{ {
"version": "2023.9.15" "version": "2023.9.20"
} }