|
|
Choosing A Webhost: |
CVS: Products/CMFCore/www - addAction.zpt:1.2 addActionCategory.zpt:1.2: msg#00051web.zope.cmf.cvs
Update of /cvs-repository/Products/CMFCore/www In directory cvs.zope.org:/tmp/cvs-serv24836/CMFCore/www Added Files: addAction.zpt addActionCategory.zpt Log Message: merged yuppie-new_actions-branch: - added ActionCategory and Action interfaces - added ActionCategory and Action classes - modified ActionsTool to make use of these new classes - removed deprecated 'name' and 'permissions' keys from ActionInfo - allowed 'description' key in ActionInfo - implemented IAction in the oldstyle ActionInformation class and used this interface to simplify ActionInfo - updated setup handlers, tests, default profile and skins - fixed ActionInfo issue regarding permissions in oldstyle action dicts === Products/CMFCore/www/addAction.zpt 1.1 => 1.2 === --- /dev/null Tue Jan 25 14:49:43 2005 +++ Products/CMFCore/www/addAction.zpt Tue Jan 25 14:49:43 2005 @@ -0,0 +1,28 @@ +<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> + + </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> === Products/CMFCore/www/addActionCategory.zpt 1.1 => 1.2 === --- /dev/null Tue Jan 25 14:49:43 2005 +++ Products/CMFCore/www/addActionCategory.zpt Tue Jan 25 14:49:43 2005 @@ -0,0 +1,29 @@ +<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> + + </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>
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS: Products/CMFCore/tests - test_ActionInformation.py:1.11.6.3, Yvo Schubbe |
|---|---|
| Next by Date: | CVS: CMF - CHANGES.txt:1.280, Yvo Schubbe |
| Previous by Thread: | CVS: Products/CMFCore/tests - test_ActionInformation.py:1.11.6.3, Yvo Schubbe |
| Next by Thread: | CVS: CMF - CHANGES.txt:1.280, Yvo Schubbe |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |