]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/edit/message.html
adjust case
[citadel.git] / webcit / static / t / edit / message.html
index 23b96434085bb4ae4ad09dfccf73a1deb4fa9627..e5c2ea8128e1661a03316b331b774c71c3a9f50a 100644 (file)
@@ -14,6 +14,7 @@
 <input type="hidden" name="force_room" value="<?THISROOM:NAME("X")>">
 <input type="hidden" name="references" value="<?BSTR("references")>">
 <input type="hidden" name="page" value="<?BSTR("page")>">
+<input type="hidden" name="" value="<?MAIL:SUMM:INREPLYTO()>">
 <input type="hidden" name="submit_action" value="">
 
 <table width="100%" class="edit_msg_table">
        }
 
        function update_attachment_count() {
-               p = 'r=' + CtdlRandomString();
+               p = 'r=' + ctdlRandomString();
                new Ajax.Updater(
                        'num_attachments',
                        'show_num_attachments',
                );
        }
 
-       function remove_attachment(which_one) {
-               p = 'which_attachment=' + which_one + '&r=' + CtdlRandomString();
-               new Ajax.Updater(
-                       'gonna_upload_this',
-                       'remove_attachment',
-                       {
-                               method: 'get',
-                               parameters: p,
-                               onComplete: function(){
-                                       show_attachments_form();
-                                       update_attachment_count();
-                               }
-                       }
-               );
-       }
-
 </script>
 </div>
 </div>