mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
[php, js, css] change password is highly nice. checkbox fixes
This commit is contained in:
parent
d53c7d889b
commit
74c83ed412
16 changed files with 694 additions and 699 deletions
|
@ -43,7 +43,7 @@ App.HTML.Build.dns_form = function (options, id) {
|
|||
tpl.set(':DATE', options.DATE || '');
|
||||
tpl = App.HTML.Build.dns_selects(tpl, options);
|
||||
tpl = App.HTML.toggle_suspended_form(tpl, options);
|
||||
|
||||
|
||||
return tpl.finalize();
|
||||
}
|
||||
|
||||
|
@ -218,7 +218,6 @@ App.HTML.Build.web_domain_form = function (options, id) {
|
|||
|
||||
tpl.set(':DNS_DOMAIN_ALSO', in_edit? 'hidden' : '');
|
||||
|
||||
|
||||
return tpl.finalize();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue