You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bd...@apache.org on 2005/09/28 16:30:17 UTC

svn commit: r292193 - in /cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms: admin/document-editor/document-editor-homepage.xml test/test-homepage.xml

Author: bdelacretaz
Date: Wed Sep 28 07:30:11 2005
New Revision: 292193

URL: http://svn.apache.org/viewcvs?rev=292193&view=rev
Log:
comments added about document 1 not being created automatically

Modified:
    cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/admin/document-editor/document-editor-homepage.xml
    cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/test/test-homepage.xml

Modified: cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/admin/document-editor/document-editor-homepage.xml
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/admin/document-editor/document-editor-homepage.xml?rev=292193&r1=292192&r2=292193&view=diff
==============================================================================
--- cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/admin/document-editor/document-editor-homepage.xml (original)
+++ cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/admin/document-editor/document-editor-homepage.xml Wed Sep 28 07:30:11 2005
@@ -31,6 +31,12 @@
       To create a document use
       the <a href="create">create</a> link.
     </p>
+    <p class="note">
+      Document 1 is not created automatically, for now you have to create a document
+      using the above link, and use the ID of the created document instead
+      of 1.
+    </p>
+
     <p>
       To edit an existing document use
       the <a href="edit/1">edit/1</a>, where 1 is

Modified: cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/test/test-homepage.xml
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/test/test-homepage.xml?rev=292193&r1=292192&r2=292193&view=diff
==============================================================================
--- cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/test/test-homepage.xml (original)
+++ cocoon/whiteboard/example-apps/bricks-cms/src/cocoon/webapp/bricks-cms/test/test-homepage.xml Wed Sep 28 07:30:11 2005
@@ -33,6 +33,11 @@
       <li>
         <a href="flowscript-test/get_document/id-1">get_document/id-1</a> - attempts to
         retrieve document having ID 1 via OJB.
+        <p class="note">
+          Document 1 is not created automatically, for now you have to create a document from
+          the admin document-editor page, and use the ID of the created document instead
+          of 1.
+        </p>
       </li>
     </ul>
   </content>