1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

my html5 stub was wrong; 8c3aed2846

This commit is contained in:
Joshua Tauberer
2015-04-19 13:08:53 +00:00
parent a31d713fcc
commit 35f4a49d10
3 changed files with 5 additions and 5 deletions

View File

@@ -223,7 +223,7 @@ function mod_priv(elem, add_remove) {
var add_remove1 = add_remove.charAt(0).toUpperCase() + add_remove.substring(1);
show_modal_confirm(
"Modify Privileges",
"Are you sure you want to " + add_remove + " the " + priv + " privilege for <b>" + email + "</b>?",
$("<p>Are you sure you want to " + add_remove + " the " + priv + " privilege for <b>" + email + "</b>?</p>"),
add_remove1,
function() {
api(