From 6204390af16bcf50f82da61a1aefc2ad0c0adf94 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 01 May 2006 10:47:27 -0400 Subject: [PATCH] Applied patch for requesting receipts by Salvatore Ansani --- skins/default/templates/compose.html | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index d160dd9..07ebf82 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -39,6 +39,10 @@ <roundcube:label name="priority" />: <roundcube:object name="prioritySelector" form="form" /> </div> +<div id="receipt-selector"> +<roundcube:object name="receiptCheckBox" form="form" /> <roundcube:label name="returnreceipt" /> +</div> + </div> <div id="compose-container"> -- Gitblit v1.9.1