CVS update: /cowiki/htdocs/setup/

[email protected] 6 May 2005 21:46:02 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/05/06 14:46:02

Modified:
   cowiki/htdocs/setup/flow.xml

Log:
 Added "TaskDocumentStorageMySQLInformer" in wizard flow

File Changes:

Directory: /cowiki/htdocs/setup/
================================

File [changed]: flow.xml
Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/setup/flow.xml?r1=1.2&r2=1.3
Delta lines:  +11 -3
--------------------
--- flow.xml	30 Apr 2005 02:13:12 -0000	1.2
+++ flow.xml	6 May 2005 21:46:00 -0000	1.3
@@ -2,7 +2,7 @@
 
 <!--
 
-  $Id: flow.xml,v 1.2 2005/04/30 02:13:12 dgorski Exp $
+  $Id: flow.xml,v 1.3 2005/05/06 21:46:00 dgorski Exp $
 
   This file is part of coWiki. coWiki is free software under the terms of
   the GNU General Public License (GPL). Read the LICENSE file. If you did
@@ -61,7 +61,7 @@
       <button align="right" target_id="filePermissionChecker" dir="forward">Next &gt;</button>
     </installer>
 
-    <installer id="filePermissionChecker" skip_id="documentStorageContainer">
+    <installer id="filePermissionChecker" skip_id="documentStorageMySQLInformer">
       <class>TaskFilePermissionChecker</class>
       <label></label>
       <title>File permission check</title>
@@ -69,9 +69,17 @@
       <button align="right" target_id="documentStorageContainer" dir="forward">Next &gt;</button>
     </installer>
 
+    <installer id="documentStorageMySQLInformer" skip_id="documentStorageContainer">
+      <class>TaskDocumentStorageMySQLInformer</class>
+      <label>Document DB container</label>
+      <title>Information about the document storage container</title>
+      <button align="right" target_id="filePermissionChecker" dir="backward">&lt; Prev</button>
+      <button align="right" target_id="documentStorageContainer" dir="forward">Next &gt;</button>
+    </installer>
+
     <installer id="documentStorageContainer" skip_id="documentStorageConnector">
       <class>TaskDocumentStorageContainerChooser</class>
-      <label>Document DB container</label>
+      <label></label>
       <title>Determine the document storage container</title>
       <button align="right" target_id="filePermissionChecker" dir="backward">&lt; Prev</button>
       <button align="right" target_id="documentStorageAdminUser" dir="forward">Next &gt;</button>