eggification
[MosaicDocument.git] / Products / MosaicDocument / skins / mosaicdocument_edit_form.pt
diff --git a/Products/MosaicDocument/skins/mosaicdocument_edit_form.pt b/Products/MosaicDocument/skins/mosaicdocument_edit_form.pt
new file mode 100755 (executable)
index 0000000..e47016c
--- /dev/null
@@ -0,0 +1,18 @@
+<html xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="here/main_template/macros/master">
+
+  <head>
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+  </head>
+
+  <body i18n:domain="plinn">
+    <div metal:fill-slot="header">
+      <div metal:use-macro="here/widgets/macros/generic_header">
+        generic_header macro</div>
+    </div>
+    <div tal:define="block nocall:here ; displayAction string:edit" tal:omit-tag="" metal:fill-slot="main">
+      <div><a title="Paste" href="." tal:attributes="href string:${block/absolute_url}/pasteBlocks" tal:condition="python:here.cb_dataValid() and block.haveRules()" i18n:attributes="title"><img src="paste.png" alt="Paste" height="14" width="16" tal:attributes="src string:paste.png" border="0" i18n:attributes="alt" /></a></div>
+      <div metal:use-macro="here/block_canvas/macros/canvas">Block Canvas</div>
+    </div>
+  </body>
+
+</html>
\ No newline at end of file