+ Настройка тёмного цвета

This commit is contained in:
2020-07-29 07:37:46 +06:00
parent 868021bf79
commit 28379fff1e
10 changed files with 180 additions and 147 deletions

View File

@ -77,7 +77,7 @@ function TUser()
if(this.win==null || this.win.closed)
{
this.win=new TWin(true);
this.win.TWin(10,10);
this.win.BuildGUI(10,10);
this.win.setCaption(_('Authorization'));
this.win.setSize("350px","200px");
@ -230,7 +230,7 @@ function TUser()
{
this.showLoginForm = function()
{
this.win.TWin(10,10);
this.win.BuildGUI(10,10);
this.win.shadow=true;
this.win.setCaption(document.createTextNode("Enter"));
@ -432,7 +432,7 @@ function TUser()
function showRestoreForm()
{
var win=new TWin(true);
win.TWin(10,10);
win.BuildGUI(10,10);
win.setCaption(_("Password_recovery"));
str='<div id="TWin_DT_'+win.tWinId+'" style="width: 100%; height: 100%; padding: 4px; text-align: left;">\n\