[CMF-checkins] CVS: Products/CMFCore/www - addAction.zpt:1.1.2.1 addActionCategory.zpt:1.1.2.1

Yvo Schubbe y.2005- at wcm-solutions.de
Mon Jan 24 14:31:17 EST 2005


Update of /cvs-repository/Products/CMFCore/www
In directory cvs.zope.org:/tmp/cvs-serv30226/CMFCore/www

Added Files:
      Tag: yuppie-new_actions-branch
	addAction.zpt addActionCategory.zpt 
Log Message:
- initial checkin of newstyle Actions


=== Added File Products/CMFCore/www/addAction.zpt ===
<h1 tal:replace="structure context/manage_page_header">PAGE HEADER</h1>
<h2 tal:define="form_title string:Add CMF Action"
    tal:replace="structure context/manage_form_title">FORM TITLE</h2>

<p class="form-help">An Action object represents a reference to an action.</p>

<form action="manage_addAction" method="post">
<table cellspacing="0" cellpadding="2" border="0">
 <tr>
  <td>
   <div class="form-label">ID</div>
  </td>
  <td>
   <input type="text" name="id" size="40" />
  </td>
 </tr>
 <tr>
  <td>
   &nbsp;
  </td>
  <td>
   <input class="form-element" type="submit" name="submit" value="Add" /> 
  </td>
 </tr>
</table>
</form>

<h1 tal:replace="structure context/manage_page_footer">PAGE FOOTER</h1>


=== Added File Products/CMFCore/www/addActionCategory.zpt ===
<h1 tal:replace="structure context/manage_page_header">PAGE HEADER</h1>
<h2 tal:define="form_title string:Add CMF Action Category"
    tal:replace="structure context/manage_form_title">FORM TITLE</h2>

<p class="form-help">An Action Category object represents a group of Action
 objects.</p>

<form action="manage_addActionCategory" method="post">
<table cellspacing="0" cellpadding="2" border="0">
 <tr>
  <td>
   <div class="form-label">ID</div>
  </td>
  <td>
   <input type="text" name="id" size="40" />
  </td>
 </tr>
 <tr>
  <td>
   &nbsp;
  </td>
  <td>
   <input class="form-element" type="submit" name="submit" value="Add" /> 
  </td>
 </tr>
</table>
</form>

<h1 tal:replace="structure context/manage_page_footer">PAGE FOOTER</h1>



More information about the CMF-checkins mailing list