comparison src/nabble/view/naml/edit_post.naml @ 47:72765b66e2c3

remove mailing list code
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 18 Jun 2021 17:44:24 -0600
parents 7ecd1a4ef557
children
comparison
equal deleted inserted replaced
46:7ac7f55e16cf 47:72765b66e2c3
77 <macro name="save_post" requires="node_editor,servlet"> 77 <macro name="save_post" requires="node_editor,servlet">
78 <n.save_node /> 78 <n.save_node />
79 </macro> 79 </macro>
80 80
81 <macro name="edit_post_form"> 81 <macro name="edit_post_form">
82 <n.if.page_node.is_mail_to_list>
83 <then>
84 <div class="title-row info-message" style="font-weight:normal;padding:.3em .5em">
85 <div class="important" style="font-weight:bold">
86 <t>Your changes will not be sent to the mailing list.</t>
87 </div>
88 <t>If you want others in the mailing list to know of your changes,
89 please compose a new message or reply to your original message.</t>
90 </div>
91 </then>
92 </n.if.page_node.is_mail_to_list>
93
94 <n.if.page_node.message.is_imported_mail> 82 <n.if.page_node.message.is_imported_mail>
95 <then> 83 <then>
96 <div class="info-message" style="font-weight:bold;padding:.3em .5em"> 84 <div class="info-message" style="font-weight:bold;padding:.3em .5em">
97 <t>The post you are editing was originally imported by email. If this post has attachments, those files will be lost after you save your changes. You may download the attachments and re-upload them to your edited post.</t> 85 <t>The post you are editing was originally imported by email. If this post has attachments, those files will be lost after you save your changes. You may download the attachments and re-upload them to your edited post.</t>
98 </div> 86 </div>