app/tiny_mce/plugins/template/blank.htm
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 02 Jul 2009 17:47:24 +0200 (2009-07-02)
changeset 2493 0aabd2d76606
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Edit SurveyRecord model to not make use of different Survey property for each subclass. This does mean that a simple query needs to be constructed by hand whenever you want to query for every SurveyRecord for a specific Survey. However the naming is now the same over each SurveyRecord and it fits well into the rest of the design of Melange.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>blank_page</title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<script type="text/javascript">
		parent.TemplateDialog.loadCSSFiles(document);
	</script>
</head>
<body id="mceTemplatePreview" class="mceContentBody">

</body>
</html>