Мелоч

This commit is contained in:
2020-09-10 10:41:01 +06:00
parent e25f7ba293
commit 1190aea0f7
5 changed files with 11 additions and 11 deletions

View File

@ -196,9 +196,9 @@ function alert2(title,text)
<tr>\n\
<td colspan="2" style="text-align: center; vertical-align: middle;">'+text+'</td>\n\
</tr>\n\
<tr style="height: 10px;">\n\
<td style="width: 100%;">&nbsp;</td>\n\
<td><button class="button-secondary" id="'+win.uid+'_close" style="width: 80px;">'+trt('OK')+'</button></td>\n\
<tr style="width: 100%;height: 10px;">\n\
<td>&nbsp;</td>\n\
<td style="width: 80px;"><button class="button-secondary" id="'+win.uid+'_close" style="width: 100%;">'+trt('OK')+'</button></td>\n\
</tr>\n\
</table>';