+ Настройка тёмного цвета
This commit is contained in:
@ -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\
|
||||
|
||||
Reference in New Issue
Block a user