[CMF-checkins] CVS: CMF/CMFStaging/www - stagesForm.zpt:1.2

Shane Hathaway cvs-admin at zope.org
Mon Oct 27 15:21:55 EST 2003


Update of /cvs-repository/CMF/CMFStaging/www
In directory cvs.zope.org:/tmp/cvs-serv11975/www

Modified Files:
	stagesForm.zpt 
Log Message:
Added support for staging references.  See CHANGES.txt for details.


=== CMF/CMFStaging/www/stagesForm.zpt 1.1 => 1.2 ===
--- CMF/CMFStaging/www/stagesForm.zpt:1.1	Tue May 14 13:54:54 2002
+++ CMF/CMFStaging/www/stagesForm.zpt	Mon Oct 27 15:21:54 2003
@@ -6,7 +6,10 @@
 
 <table tal:define="stages here/getStageItems">
 <th>
-  Stage ID
+  Stage name
+</th>
+<th>
+  Title
 </th>
 <th>
   Path (relative to portal)
@@ -15,12 +18,15 @@
 <tr tal:repeat="stage stages">
 <td><input type="text" name="stages.name:records" size="10"
      tal:attributes="value python: stage[0]" /></td>
-<td><input type="text" name="stages.path:records" size="40"
+<td><input type="text" name="stages.title:records" size="20"
      tal:attributes="value python: stage[1]" /></td>
+<td><input type="text" name="stages.path:records" size="40"
+     tal:attributes="value python: stage[2]" /></td>
 </tr>
 
 <tr>
 <td><input type="text" name="stages.name:records" size="10" /></td>
+<td><input type="text" name="stages.title:records" size="20" /></td>
 <td><input type="text" name="stages.path:records" size="40" /></td>
 </tr>
 




More information about the CMF-checkins mailing list