- TinyMCE only hooked up to textareas w/ a class of "html"

- Some refinement of the blog create/edit pages

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042239
This commit is contained in:
skewed
2009-11-25 22:10:10 +00:00
parent 2e9f4b7613
commit 59504cea49
8 changed files with 18 additions and 18 deletions
@@ -18,7 +18,7 @@
<% if (Model.Template != null && Model.Template.Zones.Contains(content.ZoneName) == false) {
%><span class="warning message">These contents are assigned to a zone that does not exist in the current template. Please delete it or copy it to another zone.</span><%
} %>
<%= Html.TextArea("Revision.Contents[" + content.ZoneName + "].Content", content.Content) %>
<%= Html.TextArea("Revision.Contents[" + content.ZoneName + "].Content", content.Content, new { @class = "html" }) %>
</fieldset><%
} %>
<fieldset>