Merge branch 'master' into avatarxd2

This commit is contained in:
lalka2018 2023-05-04 20:23:09 +03:00 committed by GitHub
commit a31a4a356c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@ document.addEventListener("DOMContentLoaded", function() { //BEGIN
return e.preventDefault(); return e.preventDefault();
}); });
u("#_newPicture").on("click", function(e) { u("#_newPicture").on("click", function(e) {
MessageBox(tr('new_photo'), MessageBox(tr('new_photo'),
"<form id='tmpPhDelF' action='" + u(this).attr("href") + "' method='POST' enctype='multipart/form-data'>"+ "<form id='tmpPhDelF' action='" + u(this).attr("href") + "' method='POST' enctype='multipart/form-data'>"+
"<div id='tmpdd' style='text-align:center'>"+tr('formats')+"<br><br>"+ "<div id='tmpdd' style='text-align:center'>"+tr('formats')+"<br><br>"+
"<label class=\"button\" style=\"\">"+tr('browse')+ "<label class=\"button\" style=\"\">"+tr('browse')+