Annotation of ECHO_content/zpt/changeECHO_contentType.zpt, revision 1.2.2.1

1.2.2.1 ! dwinter     1: <h1 tal:replace="structure python:here.decode(here.manage_page_header())">Header</h1>
        !             2: <!-- ZOPE management tabs -->
        !             3:  <h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing"
        !             4:     tal:replace="structure python:here.manage_tabs()">Tabs</h2>
1.2       dwinter     5: <h1 tal:replace="structure here/manage_page_header">Header</h1>
1.1       dwinter     6: <form method="post" action="changeECHO_contentType">
                      7: <h2> Change Description of ECHO_contentType: <span tal:replace="here/getId"/></h2>
                      8: <textarea name="description" tal:content="here/description" rows="4" cols="50"></textarea>
                      9: <input type="submit" value="change">
                     10: </form>
1.2       dwinter    11: <h1 tal:replace="structure here/manage_page_footer">Footer</h1>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>