[CMF-checkins] CVS: CMF - document_edit_form.dtml:1.2 file_edit_form.dtml:1.2 file_view.dtml:1.2 folder_edit_form.dtml:1.3 image_edit_form.dtml:1.2 link_edit_form.dtml:1.2 newsitem_edit_form.dtml:1.2
Martijn Pieters
mj@digicool.com
Sun, 8 Apr 2001 15:18:54 -0400 (EDT)
Update of /cvs-repository/CMF/CMFDefault/skins/content
In directory korak:/tmp/cvs-serv30243/CMFDefault/skins/content
Modified Files:
document_edit_form.dtml file_edit_form.dtml file_view.dtml
folder_edit_form.dtml image_edit_form.dtml link_edit_form.dtml
newsitem_edit_form.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 document_edit_form.dtml in package CMF --
--- document_edit_form.dtml 2001/02/23 14:24:09 1.1
+++ document_edit_form.dtml 2001/04/08 19:18:19 1.2
@@ -9,7 +9,7 @@
<div class="Document">
-<h2>Edit &dtml-id;</h2>
+<h2>Edit &dtml-getId;</h2>
<form action="document_edit" method="post" enctype="multipart/form-data">
<table class="FormLayout">
--- Updated File file_edit_form.dtml in package CMF --
--- file_edit_form.dtml 2001/02/23 14:24:09 1.1
+++ file_edit_form.dtml 2001/04/08 19:18:19 1.2
@@ -9,7 +9,7 @@
<div class="File">
-<h2>Edit &dtml-id;</h2>
+<h2>Edit &dtml-getId;</h2>
<form action="file_edit" method="post" enctype="multipart/form-data">
<table class="FormLayout">
--- Updated File file_view.dtml in package CMF --
--- file_view.dtml 2001/02/23 14:24:09 1.1
+++ file_view.dtml 2001/04/08 19:18:19 1.2
@@ -7,7 +7,7 @@
<dtml-var content_byline>
<p>
-<b>Filename</b>: <dtml-var id><br>
+<b>Filename</b>: <dtml-var getId><br>
<b>Size</b>: <dtml-var size><br>
<b>Content type</b>: <dtml-var content_type><br>
<b>Description</b>: <dtml-var name="description" newline_to_br>
--- Updated File folder_edit_form.dtml in package CMF --
--- folder_edit_form.dtml 2001/03/04 22:29:04 1.2
+++ folder_edit_form.dtml 2001/04/08 19:18:19 1.3
@@ -9,7 +9,7 @@
<div class="File">
-<h2>Edit &dtml-id;</h2>
+<h2>Edit &dtml-getId;</h2>
<form action="folder_edit" method="post">
<table class="FormLayout">
--- Updated File image_edit_form.dtml in package CMF --
--- image_edit_form.dtml 2001/02/23 14:24:09 1.1
+++ image_edit_form.dtml 2001/04/08 19:18:19 1.2
@@ -9,7 +9,7 @@
<div class="Image">
-<h2>Edit &dtml-id;</h2>
+<h2>Edit &dtml-getId;</h2>
<form action="image_edit" method="post" enctype="multipart/form-data">
<table class="FormLayout">
--- Updated File link_edit_form.dtml in package CMF --
--- link_edit_form.dtml 2001/02/23 14:24:09 1.1
+++ link_edit_form.dtml 2001/04/08 19:18:19 1.2
@@ -9,7 +9,7 @@
<div class="Link">
-<h2>Edit &dtml-id;</h2>
+<h2>Edit &dtml-getId;</h2>
<form action="link_edit" method="post">
<table class="FormLayout">
--- Updated File newsitem_edit_form.dtml in package CMF --
--- newsitem_edit_form.dtml 2001/02/23 14:24:09 1.1
+++ newsitem_edit_form.dtml 2001/04/08 19:18:19 1.2
@@ -9,7 +9,7 @@
<div class="NewsItem">
-<h2>Edit &dtml-id;</h2>
+<h2>Edit &dtml-getId;</h2>
<form action="newsitem_edit" method="post">
<table class="FormLayout">