Édition de l'url du serveur Solr.
[Plinn.git] / 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">share_transition_explanations</div>
12 </div>
13 <form action=".">
14 <div metal:fill-slot="form">
15 <input type="hidden" name="workflow_action" value="make_private" />
16 <input type="submit" name="content_status_modify:method" value="Make private" i18n:attributes="value" />
17 </div>
18 </form>
19 </body>
20
21 </html>