traduction des messages de workflow.
[Plinn.git] / Products / Plinn / skins / generic / content_make_private_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="">Make private: "<span i18n:name="docTitle" tal:replace="here/title_or_id">document title</span>"</h2>
11 <div i18n:translate="make_private_transition_explanations">
12 Once this change made, this content will only be visible by you and the reviewers.
13 </div>
14 </div>
15 <form action=".">
16 <div metal:fill-slot="form">
17 <input type="hidden" name="workflow_action" value="make_private" />
18 <input type="submit" name="content_status_modify:method" value="Make private" i18n:attributes="value" />
19 </div>
20 </form>
21 </body>
22
23 </html>