protected void makeWebPageBody(UserSession ctx, WebPart page) {
   page.addString("noteHeading", ctx.cfg().getInformation());
   String msg1 = ctx.cfg().getContinueWithShowPhoto();
   page.addString("note", msg1);
 }