dateInput = new DialogInput(date == null ? null : HBCI.DATEFORMAT.format(date),cd);
dateInput.disableClientControl();
dateInput.setValue(date);
group.addLabelPair(i18n.tr("Dauerauftrag l�schen zum"),dateInput);
comment = new LabelInput("");
comment.setColor(Color.ERROR);
group.addLabelPair("",comment);
ButtonArea b = new ButtonArea();
b.addButton(i18n.tr("Jetzt bei der Bank l�schen"), new Action()