[horde] Attachments in Horde 4

Ronan SALMON rsalmon at mbpgroup.com
Fri Feb 24 08:19:44 UTC 2012


Maciej Uhlig <maciej.uhlig at us.edu.pl> a écrit :

> On 2012-02-24 01:20, Luis Felipe Marzagao wrote:
>> Would it hurt to have this option at least inside the Forward button?
>> Something like:
>>
>> - Forwad
>> L-- As Attachment
>> L-- In Body Text
>> L-- Attachment and Body Text
>> L-- Edit as New
>>
>
> Looks like a good idea. Even better could be:
>
> (icon) Forward
> vvvvvvvvvvvvvvvvvvvvvv
> (icon) As Attachment
> (icon) In Body Text
> (icon) Attachment and Body Text
> ------------------------------------
> (icon) Edit as New
> ------------------------------------
> (icon) Redirect
>


You can customize your setup, here is a patch :imp/templates/dimp/index.inc
@@ -401,6 +402,8 @@
   <a id="ctx_forward_body"><span class="iconImg"></span><?php echo  
_("In Body Text") ?></a>
   <a id="ctx_forward_both"><span class="iconImg"></span><?php echo  
_("Attachment and Body Text") ?></a>
   <div class="sep"></div>
+ <a id="ctx_message_editasnew"><span class="iconImg"></span><?php  
echo _("Edit as New") ?></a>
+ <div class="sep"></div>
  <?php endif; ?>
   <a id="ctx_forward_redirect"><span class="iconImg"></span><?php  
echo _("Redirect") ?></a>
  </div>



Hope this helps,
Ronan.



More information about the horde mailing list