Déplacement pour eggification.
[Plinn.git] / skins / content / folder_edit_form.pt
diff --git a/skins/content/folder_edit_form.pt b/skins/content/folder_edit_form.pt
deleted file mode 100644 (file)
index bc684ee..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-<html metal:use-macro="here/main_template/macros/master">
-  <head>
-    <title>Folder edit form</title>
-    <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
-  </head>
-<body>
-<div metal:fill-slot="header">
-  <div metal:use-macro="here/widgets/macros/generic_header"></div>
-</div>
-<div metal:fill-slot="main" i18n:domain="plinn">
-<div class="Desktop">
-
-<form action="folder_edit" method="post"
-      tal:attributes="action string:${here/absolute_url}/folder_edit">
-
-<table class="FormLayout">
- <tr valign="top">
-  <th align="right" i18n:translate="">Title</th>
-  <td colspan="3">
-   <input type="text"
-          name="title"
-          value=""
-          tal:attributes="value here/Title"
-          size="65" />
-  </td>
- </tr>
-
- <tr valign="top">
-  <th align="right" i18n:translate="">Description</th>
-  <td colspan="3">
-   <textarea name="description:text" rows="5"
-             cols="65" wrap="soft"
-             tal:content="here/Description">
-   </textarea>
-  </td>
- </tr>
-
- <tr>
-  <td> <br /> </td>
-              <td>
-   <input type="submit" name="change" value=" Change "
-          i18n:attributes="value" />
-   <input type="submit" name="change_and_view" value=" Change and View "
-          i18n:attributes="value" />
-  </td>
-            </tr>
-
-</table>
-</form>
-</div>
-</div>
-</body>
-</html>