[CMF-checkins] CVS: CMF - discussionEdit.dtml:1.2

Martijn Pieters mj@digicool.com
Sun, 8 Apr 2001 15:18:50 -0400 (EDT)


Update of /cvs-repository/CMF/CMFDefault/dtml
In directory korak:/tmp/cvs-serv30243/CMFDefault/dtml

Modified Files:
	discussionEdit.dtml 
Log Message:
Fix for issue PTK(241)[]: use of .id instead of getId().

- Replace all usage of SimpleItem.id with SimpleItem.getId(). Hold on to
  your butts! I am pretty sure that I didn't miss anything and that I didn't
  break anything, but you never know.

- Remove surplus > from CMFDefault/dtml/discussionEdit.dtml.

- Add missing > to CMFTopic/skins/topic/topic_edit.dtml, this fixes the ugly
  layout.



--- Updated File discussionEdit.dtml in package CMF --
--- discussionEdit.dtml	2001/02/23 14:24:08	1.1
+++ discussionEdit.dtml	2001/04/08 19:18:18	1.2
@@ -9,7 +9,7 @@
 
 <div class="DiscussionItem">
 
-<h2>Edit &dtml-id;</h2>
+<h2>Edit &dtml-getId;</h2>
 
 <form action="edit" method="post" enctype="multipart/form-data">
 <table class="FormLayout">
@@ -37,7 +37,7 @@
    <input type="radio" name="text_format" value="structured-text"
         <dtml-if "text_format=='structured-text'">checked
         </dtml-if> id="cb_structuredtext" /> 
-        <label for="cb_structuredtext">structured-text></label>
+        <label for="cb_structuredtext">structured-text</label>
    <input type="radio" name="text_format" value="html"
         <dtml-if "text_format=='html'">checked
         </dtml-if> id="cb_html" />