[CMF-checkins] CVS: CMF/CMFDecor/skins/zpt_content - content_status_history.pt:1.4

Andrew Sawyers andrew@digicool.com
Fri, 31 Aug 2001 15:43:43 -0400


Update of /cvs-repository/CMF/CMFDecor/skins/zpt_content
In directory cvs.zope.org:/tmp/cvs-serv14908

Modified Files:
	content_status_history.pt 
Log Message:

*removed an extra dv.Desktop class which cascaded and made the
page difficult to read.


=== CMF/CMFDecor/skins/zpt_content/content_status_history.pt 1.3 => 1.4 ===
      tal:define="review_state python: here.portal_workflow.getInfoFor(here, 'review_state');
 	 review_history python: here.portal_workflow.getInfoFor(here, 'review_history')">
-<div class="Desktop">
 <h1>Content Item status history</h1>
 
 <div>An item's status (also called its review state) determines who can see it.
@@ -38,7 +37,6 @@
 </div>
 <div tal:condition="python: not(review_history)">This item has not had any status changes.</div>
  </div>
-</div>
 </div>
 </body>
 </html>