From 583f1c8d80c42195d0ee41f30a885e13d777b79f Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 08 Nov 2005 15:18:56 -0500 Subject: [PATCH] Added reply-to-all function (submitted by Julien Brette) --- skins/default/templates/compose.html | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index dd392bd..aa28098 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -105,6 +105,16 @@ <roundcube:object name="composeAttachmentForm" id="attachment-form" /> +<script type="text/javascript"> +<!-- + +var cc_field = document.form._cc; +if (cc_field && cc_field.value!='') + rcmail_toggle_display('compose-cc'); + +//--> +</script> + <!-- <div id="attachment-form"> <roundcube:object name="composeAttachment" size="20" /><br /> -- Gitblit v1.9.1