disclaimerText += "<BR><BR>Every effort is made to keep the website up and running smoothly. However, {0} takes no responsibility for, and will not be liable for, the website being temporarily unavailable due to technical issues beyond our control.";
disclaimerText = BaseApplication.getMessages().getString("disclaimerText", disclaimerText, companyName);
final MessageDialogBox dialog = new MessageDialogBox(BaseApplication.getMessages().getString("disclaimerAndTerms", "Disclaimer & Terms of Use"),
disclaimerText, true, true, true);
dialog.setWidth("600px");
dialog.center();
}
});
disclaimerCheckBox.setTitle(BaseApplication.getMessages().getString("disclaimerAgree", "You must read and agree in order to continue."));
// present account dialog
accountDialog.setText(BaseApplication.getMessages().getString("newAccount", "New Account"));