PrettyFormLayout widtab = new PrettyFormLayout();
widtab.addHeader( images.backupLarge(),
new HTML( constants.ImportOrExport() ) );
widtab.startSection( constants.ImportFromAnXmlFile() );
widtab.addAttribute( "",
newImportWidget() );
widtab.endSection();
widtab.startSection( constants.ExportToAZipFile() );