fixing button style + engrish

This commit is contained in:
Benjamin Sonntag 2013-02-07 11:10:07 +00:00
parent 272ea6add6
commit 481da31689
2 changed files with 4 additions and 8 deletions

View File

@ -77,14 +77,10 @@ function destruction_alert() {
return true;
}
if (document.forms["fdns"].email[1].checked) {
//return confirm('<?php __("Are you sur you want to do this and DELETE ALL the mailboxes, messages and aliases on this domain ?"); ?>');
if ( confirm('<?php __("Are you sur you want to do this and DELETE ALL the mailboxes, messages and aliases on this domain ?"); ?>') ) {
return confirm('<?php __("Realy ?"); ?>');
} else {
return false;
}
if ( confirm('<?php __("Are you sure you want to do this? This will DELETE ALL the mailboxes, messages and aliases on this domain ?"); ?>') ) {
return false;
} else {
return true;
return true;
}
}
</script>

View File

@ -161,7 +161,7 @@ input[type=submit] {
.ina img, .ina img {
vertical-align: middle;
padding: 2px;
padding: 2px 2px 5px 0;
}
.bff {
border: 1px solid #999;