1 <html metal:use-macro="here/main_template/macros/master">
3 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
5 <body i18n:domain="photoprint">
6 <div metal:fill-slot="main_no_tabs"
7 tal:define="getToolByName python:modules['Products.CMFCore.utils'].getToolByName;
8 wtool python:getToolByName(here, 'portal_workflow');
9 review_state python: wtool.getInfoFor(here, 'review_state', wf_id='order_workflow')"
11 <h2 i18n:translate="">Notify order "<span tal:replace="here/title_or_id" i18n:name="order_reference">Item</span>" sent.</h2>
12 <div i18n:translate="">
13 Notify that order has been sent.
16 <form method="post" tal:attributes="action string:${here/absolute_url}/content_status_modify">
18 <span i18n:translate="" tal:omit-tag="">Current state:</span>
19 <span tal:content="review_state" i18n:translate="" tal:omit-tag="">state</span>
21 <h3 i18n:translate="">Tracking info</h3>
22 <table class="TwoColumnForm">
24 <th i18n:translate="mail_subject">Subject</th>
25 <td tal:define="_ python:modules['Products.photoprint.utils'].translate">
26 <input type="text" size="58"
28 tal:attributes="value python:_('[%s] order %s sending notification') % (here.portal_photo_print.store_name, here.getId())"/>
32 <th i18n:translate="">Comments</th>
34 <textarea name="comment" cols="50" rows="8" i18n:translate="">
35 Your order has been sent. You will receive your prints soon.
36 You will be able to track your parcel with the informations
39 The <span tal:content="here/portal_photo_print/store_name|nothing"
41 i18n:name="store_name"></span> team thanks you for your
42 confidence and wish you receipt you order.
47 <th i18n:translate="">Tracking number</th>
49 <input type="text" name="tracking_number" value="" size="20" />
53 <th i18n:translate="">Tracking url</th>
55 <input type="text" name="tracking_url" value="" size="58" />
59 <th i18n:translate="">Send email</th>
61 <label tal:repeat="member python:mtool.getMembers(here.listCreators())">
62 <input type="checkbox" name="recipients:list" tal:attributes="value member/id" checked="checked" />
63 <span tal:replace="member/getMemberFullName">Membre full name</span>
64 <<span tal:replace="python:member.getProperty('email')">member email</span>>
71 <input type="hidden" name="syncFragments:tokens" value="rightCell" />
72 <input type="hidden" name="workflow_action" value="notify_sent" />
73 <input type="submit" value="Notify" i18n:attributes="value" />