1 <html metal:use-macro="here/main_template/macros/master">
3 <title>Folder edit form</title>
4 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
7 <div metal:fill-slot="header">
8 <div metal:use-macro="here/widgets/macros/generic_header"></div>
10 <div metal:fill-slot="main" i18n:domain="plinn">
13 <form action="folder_edit" method="post"
14 tal:attributes="action string:${here/absolute_url}/folder_edit">
16 <table class="FormLayout">
18 <th align="right" i18n:translate="">Title</th>
23 tal:attributes="value here/Title"
29 <th align="right" i18n:translate="">Description</th>
31 <textarea name="description:text" rows="5"
33 tal:content="here/Description">
41 <input type="submit" name="change" value=" Change "
42 i18n:attributes="value" />
43 <input type="submit" name="change_and_view" value=" Change and View "
44 i18n:attributes="value" />