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; return true;
} }
if (document.forms["fdns"].email[1].checked) { 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 sure you want to do this? This will 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 false;
return confirm('<?php __("Realy ?"); ?>');
} else {
return false;
}
} else { } else {
return true; return true;
} }
} }
</script> </script>

View File

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