// This adds the friendly property-editor, to allow the use of
// user-friendly property dialogs for templates with the
// template.properties property set
LOG.info("Overriding the DialogHandler for Property Editing");
OpenCms.getWorkplaceManager().addDialogHandler(new FriendlyPropertyEditor());
}