[CMF-checkins] CVS: CMF - custdtml.dtml:1.2 custimage.dtml:1.2 custprops.dtml:1.2

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


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

Modified Files:
	custdtml.dtml custimage.dtml custprops.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 custdtml.dtml in package CMF --
--- custdtml.dtml	2001/02/23 14:24:11	1.1
+++ custdtml.dtml	2001/04/08 19:18:16	1.2
@@ -10,7 +10,7 @@
     <TABLE CELLSPACING="2">
       <TR>
 	<TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
-	<TD ALIGN="LEFT" VALIGN="TOP"><dtml-var id></TD>
+	<TD ALIGN="LEFT" VALIGN="TOP"><dtml-var getId></TD>
       </TR>
       <tr>
 	<th align="left" valign="top">

--- Updated File custimage.dtml in package CMF --
--- custimage.dtml	2001/02/23 14:24:11	1.1
+++ custimage.dtml	2001/04/08 19:18:16	1.2
@@ -10,7 +10,7 @@
   <TABLE CELLSPACING="2">
     <TR>
       <TH ALIGN="LEFT" VALIGN="TOP">Id</STRONG></TH>
-      <TD ALIGN="LEFT" VALIGN="TOP"><dtml-var id></TD>
+      <TD ALIGN="LEFT" VALIGN="TOP"><dtml-var getId></TD>
     </TR>
     <TR>
       <TH ALIGN="LEFT" VALIGN="TOP">Content Type</TH>

--- Updated File custprops.dtml in package CMF --
--- custprops.dtml	2001/02/23 14:24:11	1.1
+++ custprops.dtml	2001/04/08 19:18:16	1.2
@@ -16,7 +16,7 @@
     <TABLE CELLSPACING="2">
       <TR>
 	<TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
-	<TD ALIGN="LEFT" VALIGN="TOP"><dtml-var id></TD>
+	<TD ALIGN="LEFT" VALIGN="TOP"><dtml-var getId></TD>
       </TR>
       <tr>
 	<th align="left" valign="top">