eggification
[MosaicDocument.git] / Products / MosaicDocument / skins / static / gitweb.css
diff --git a/skins/mosaicdocument_edit_form.pt b/skins/mosaicdocument_edit_form.pt
deleted file mode 100755 (executable)
index e47016c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<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