[CMF-checkins] CVS: CMF/CMFCollector/skins/collector - collector_issue_edit_form.pt:1.1
   
    Ken Manheimer
     
    klm@zope.com
       
    Thu, 18 Oct 2001 16:05:00 -0400
    
    
  
Update of /cvs-repository/CMF/CMFCollector/skins/collector
In directory cvs.zope.org:/tmp/cvs-serv10725
Added Files:
	collector_issue_edit_form.pt 
Log Message:
Placeholder - issue edit not yet implemented.
=== Added File CMF/CMFCollector/skins/collector/collector_issue_edit_form.pt ===
<html xmlns:tal="http://xml.zope.org/namespaces/tal"
      xmlns:metal="http://xml.zope.org/namespaces/metal"
      metal:use-macro="here/main_template/macros/master">
<body>
<span tal:replace="nothing">
  Template description: Basic view of issue characteristics and transcript.
</span>
<div metal:fill-slot="header">
  <div metal:use-macro="here/collector_macros/macros/issue_header">
    ISSUE HEADER
  </div>
</div>
<div metal:fill-slot="main">
  <div tal:condition="not: collector_issue_header_present|nothing">
    <span tal:condition="nothing"> When master has no macro "header"... </span>
    <div metal:use-macro="here/collector_macros/macros/issue_header">
      ISSUE HEADER
    </div>
  </div>
  <h3> Collector Issue Edit - Not yet implemented </h3>
</div>
</body>
</html>