Отображаю номер столбца при скачивании Excel файла

This commit is contained in:
2021-10-06 16:31:01 +06:00
parent 5ebcf5041d
commit 830e89fbfc
5 changed files with 73 additions and 65 deletions

View File

@ -220,14 +220,14 @@ class DBMSUser
}
};
//Display password recovery form
//Display password recovery form
showRestoreForm()
{
var win=new TWin(true);
win.BuildGUI(10,10);
win.setCaption(trt("Password_recovery"));
str='<div style="width: 100%; height: 100%; padding: 4px; text-align: left;">\n\
let str='<div style="width: 100%; height: 100%; padding: 4px; text-align: left;">\n\
<table cellpadding="0" cellspacing="0" style="width: 100%; height: 100%; padding: 0px;">\n\
<tr>\n\
<td style="padding: 2px; white-space: nowrap"><b>'+trt('Login')+' (E-mail)</b></td>\n\