afba914f8d9be168ddbe52a852a81a9a22e4af63
[Plinn.git] / Products / Plinn / skins / generic / content_share_form.pt
1 <html metal:use-macro="here/transition_form/macros/master">
2
3 <head>
4 <meta http-equiv="content-type" content="text/html;charset=UTF-8">
5 <title>content_share_form</title>
6 </head>
7
8 <body i18n:domain="plinn">
9 <div metal:fill-slot="main">
10 <h2 i18n:translate="">Share: "<span i18n:name="docTitle" tal:replace="here/title_or_id">document title</span>"</h2>
11 <div i18n:translate="share_transition_explanations">share_transition_explanations</div>
12 </div>
13 <form action=".">
14 <div metal:fill-slot="form">
15 <input type="hidden" name="workflow_action" value="share" />
16 <input type="submit" name="content_status_modify:method" value="Share" i18n:attributes="value" />
17 </div>
18 </form>
19 </body>
20
21 </html>