note description: "Summary description for {CMS_ADMIN_RESPONSE}." date: "$Date$" revision: "$Revision$" class CMS_ADMIN_RESPONSE inherit CMS_RESPONSE create make feature -- Process process local b: STRING do create b.make_empty set_title (translation ("Admin Page", Void)) b.append ("") set_main_content (b) end end