traductions++
[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">
12 Share to make this content available to all authenticated members.
13 </div>
14 </div>
15 <form action=".">
16 <div metal:fill-slot="form">
17 <input type="hidden" name="workflow_action" value="share" />
18 <input type="submit" name="content_status_modify:method" value="Share" i18n:attributes="value" />
19 </div>
20 </form>
21 </body>
22
23 </html>