note description: "CHANGE EMAIL PAGE, setting common properties to CJ and HTML." date: "$Date$" revision: "$Revision$" class TEMPLATE_CHANGE_EMAIL inherit TEMPLATE_USER_HOST rename make as make_user_host end create make feature {NONE} -- Initialization make (a_host: READABLE_STRING_GENERAL; a_user: detachable ANY; a_view: ESA_EMAIL_VIEW; a_template: READABLE_STRING_GENERAL) -- Initialize `Current'. do make_user_host (a_host, a_user, a_template) if attached a_view.errors then template.add_value ("True", "has_error") template.add_value (a_view, "form") end end end