traduction des messages de workflow.
[Plinn.git] / Products / Plinn / skins / generic / content_retract_form.pt
1 <html metal:use-macro="here/transition_form/macros/master">
2 <head>
3 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
4 </head>
5 <body>
6 <div metal:fill-slot="main" i18n:domain="plinn">
7
8 <h2 i18n:translate="">Retract: "<span tal:replace="here/title_or_id" i18n:name="objectid">Item</span>"</h2>
9 <div i18n:translate="retract_transition_explanations">
10 By retracting this content, you will cancel its submit and put it back to
11 private state.
12 </div>
13 </div>
14
15 <form action="dummy">
16 <div metal:fill-slot="form" i18n:domain="plinn">
17 <input type="hidden" name="workflow_action" value="retract" />
18 <input type="submit" value="Retract" i18n:attributes="value" />
19 </div>
20 </form>
21 </body>
22 </html>