fixing button style + engrish
This commit is contained in:
parent
272ea6add6
commit
481da31689
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue