diff --git a/web/html/login.html b/web/html/login.html index fc48b9ec..b27333a5 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -473,8 +473,8 @@ {{template "js" .}} -{{template "component/themeSwitcher" .}} -{{template "component/password" .}} +{{template "component/aThemeSwitch" .}} +{{template "component/aPasswordInput" .}} +{{end}} \ No newline at end of file diff --git a/web/html/xui/component/password.html b/web/html/xui/component/aPasswordInput.html similarity index 96% rename from web/html/xui/component/password.html rename to web/html/xui/component/aPasswordInput.html index 0fea1430..460e7e76 100644 --- a/web/html/xui/component/password.html +++ b/web/html/xui/component/aPasswordInput.html @@ -12,7 +12,7 @@ {{end}} -{{define "component/password"}} +{{define "component/aPasswordInput"}} diff --git a/web/html/xui/component/setting.html b/web/html/xui/component/aSettingListItem.html similarity index 85% rename from web/html/xui/component/setting.html rename to web/html/xui/component/aSettingListItem.html index 85220d25..6a7d31d0 100644 --- a/web/html/xui/component/setting.html +++ b/web/html/xui/component/aSettingListItem.html @@ -18,18 +18,10 @@ {{end}} -{{define "component/setting"}} +{{define "component/aSettingListItem"}} -{{template "component/themeSwitcher" .}} -{{template "component/persianDatepicker" .}} +{{template "component/aThemeSwitch" .}} +{{template "component/aPersianDatepicker" .}} -{{template "component/themeSwitcher" .}} -{{template "component/password" .}} -{{template "component/setting"}} +{{template "component/aThemeSwitch" .}} +{{template "component/aPasswordInput" .}} +{{template "component/aSettingListItem" .}}