Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / generic / content_share_form.pt
diff --git a/Products/Plinn/skins/generic/content_share_form.pt b/Products/Plinn/skins/generic/content_share_form.pt
new file mode 100644 (file)
index 0000000..afba914
--- /dev/null
@@ -0,0 +1,21 @@
+<html metal:use-macro="here/transition_form/macros/master">
+
+  <head>
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
+    <title>content_share_form</title>
+  </head>
+
+  <body i18n:domain="plinn">
+       <div metal:fill-slot="main">
+               <h2 i18n:translate="">Share: "<span i18n:name="docTitle" tal:replace="here/title_or_id">document title</span>"</h2>
+               <div i18n:translate="share_transition_explanations">share_transition_explanations</div>
+       </div>
+       <form action=".">
+               <div metal:fill-slot="form">
+                       <input type="hidden" name="workflow_action" value="share" />
+                       <input type="submit" name="content_status_modify:method" value="Share" i18n:attributes="value"  />
+               </div>
+       </form>
+  </body>
+
+</html>
\ No newline at end of file