diff --git a/.gitignore b/.gitignore
index 5a9167ba..c14fa910 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,4 +48,7 @@ system/devices/**
!system/devices/MikrotikPppoe.php
!system/devices/MikrotikHotspot.php
/.vs
-docker-compose.yml
\ No newline at end of file
+docker-compose.yml
+docs/**
+!docs/*.html
+!docs/*.md
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
new file mode 100644
index 00000000..98f3b144
--- /dev/null
+++ b/docs/index.html
@@ -0,0 +1,3271 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+PHPNuxBill — a Documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/system/lan/english.json b/system/lan/english.json
index 0a759219..fcff8ccd 100644
--- a/system/lan/english.json
+++ b/system/lan/english.json
@@ -215,5 +215,9 @@
"Currency_Code": "Currency Code",
"Keep_it_blank_if_you_do_not_want_to_show_currency_code": "Keep it blank if you do not want to show currency code",
"Country_Code_Phone": "Country Code Phone",
- "Change_title_in_user_Plan_order": "Change title in user Plan order"
+ "Change_title_in_user_Plan_order": "Change title in user Plan order",
+ "Devices": "Devices",
+ "Name_of_Area_that_router_operated": "Name of Area that router operated",
+ "Explain_Coverage_of_router": "Explain Coverage of router",
+ "Documentation": "Documentation"
}
\ No newline at end of file
diff --git a/system/lan/indonesia.json b/system/lan/indonesia.json
index 5e1b34f1..962c844a 100644
--- a/system/lan/indonesia.json
+++ b/system/lan/indonesia.json
@@ -563,5 +563,9 @@
"You_cannot_use_your_current_phone_number": "Anda tidak dapat menggunakan nomor telepon Anda saat ini",
"Devices": "Perangkat",
"Voucher_Prefix": "Awalan Voucher",
- "This_account_status": "Status akun ini"
+ "This_account_status": "Status akun ini",
+ "Hotspot_Auth_Method": "Metode Otentikasi Hotspot",
+ "Api": "Api",
+ "Http_Chap": "Http-Bab",
+ "Hotspot_Authentication_Method__Make_sure_you_have_changed_your_hotspot_login_page_": "Metode Otentikasi Hotspot. Pastikan Anda telah mengubah halaman login hotspot Anda."
}
\ No newline at end of file
diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl
index dbcb6673..35ae6011 100644
--- a/ui/ui/sections/header.tpl
+++ b/ui/ui/sections/header.tpl
@@ -154,32 +154,40 @@
margin-bottom: 5px
}
- .bs-callout p:last-child{
- margin-bottom:0
+ .bs-callout p:last-child {
+ margin-bottom: 0
}
- .bs-callout code{
- border-radius:3px
+
+ .bs-callout code {
+ border-radius: 3px
}
- .bs-callout+.bs-callout{
- margin-top:-5px
+
+ .bs-callout+.bs-callout {
+ margin-top: -5px
}
- .bs-callout-danger{
- border-left-color:#ce4844
+
+ .bs-callout-danger {
+ border-left-color: #ce4844
}
- .bs-callout-danger h4{
- color:#ce4844
+
+ .bs-callout-danger h4 {
+ color: #ce4844
}
- .bs-callout-warning{
- border-left-color:#aa6708
+
+ .bs-callout-warning {
+ border-left-color: #aa6708
}
- .bs-callout-warning h4{
- color:#aa6708
+
+ .bs-callout-warning h4 {
+ color: #aa6708
}
- .bs-callout-info{
- border-left-color:#1b809e
+
+ .bs-callout-info {
+ border-left-color: #1b809e
}
- .bs-callout-info h4{
- color:#1b809e
+
+ .bs-callout-info h4 {
+ color: #1b809e
}
{if isset($xheader)}
@@ -434,7 +442,7 @@
{Lang::T('User Notification')}
{Lang::T('Devices')}
+ href="{$_url}settings/devices">{Lang::T('Devices')}
{/if}
{if in_array($_admin['user_type'],['SuperAdmin','Admin','Agent'])}
{/if}
{$_MENU_AFTER_LOGS}
-
-
-
- {Lang::T('Community')}
-
-
+ {if in_array($_admin['user_type'],['SuperAdmin','Admin'])}
+
+
+
+ {Lang::T('Documentation')}
+
+
+
+
+
+ {Lang::T('Community')}
+
+
+ {/if}
{$_MENU_AFTER_COMMUNITY}