diff src/nabble/modules/naml/mobile.naml @ 47:72765b66e2c3

remove mailing list code
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 18 Jun 2021 17:44:24 -0600
parents 18cf4872fd7f
children 8c39a2f1dc0c
line wrap: on
line diff
--- a/src/nabble/modules/naml/mobile.naml	Mon Jun 14 15:35:05 2021 -0600
+++ b/src/nabble/modules/naml/mobile.naml	Fri Jun 18 17:44:24 2021 -0600
@@ -125,7 +125,7 @@
     </n.encode_url.>
 </macro>
 
-<macro name="new_post5" parameters="page_name,mailing_list_etiquette,bottom,focus" requires="servlet">
+<macro name="new_post5" parameters="page_name,bottom,focus" requires="servlet">
     <n.mobile.>
         <n.node_page.>
             <n.handle_new_node_permission_error/>
@@ -200,7 +200,6 @@
 
                     <n.form. onsubmit="return singleSubmit(this)">
                         <n.type_field.hidden/>
-                        <n.mailing_list_notice.mailing_list_etiquette/>
 
                         <n.reply_form />
 
@@ -227,10 +226,6 @@
         <focus>
             <n.message_field.focus/>
         </focus>
-        <mailing_list_etiquette>
-            <li><t>Quote what you reply to and trim it to only the relevant parts. This provides context for those who will read your message by email.</t></li>
-            <li><t>Avoid small talk such as "Thank you", "Great"... You can <n.page_node.reply_to_author_link.>send a private email</n.page_node.reply_to_author_link.> if you want.</t></li>
-        </mailing_list_etiquette>
         <bottom>
             <n.in_reply_to/>
         </bottom>
@@ -327,9 +322,5 @@
         <focus>
             <n.subject_field.focus/>
         </focus>
-        <mailing_list_etiquette>
-            <li><t>If you are posting a question, please try search first. Your question may have already been answered.</t></li>
-            <li><t>Don't post repeatedly. Wait for a few days. People will read your post by email.</t></li>
-        </mailing_list_etiquette>
     </n.new_post5>
 </macro>
\ No newline at end of file