Opened 7 years ago

Closed 7 years ago

#1433288 closed Feature Requests (None)

compose from reading

Reported by: nobody Owned by: roundcube
Priority: 5 Milestone:
Component: User Interface Version: 0.1-beta
Severity: Keywords:
Cc:

Description

Adding a compose new message button to the reading view 
would be helpful.

Change History (2)

comment:1 Changed 7 years ago by nobody

Logged In: NO 

Check your skins/default/templates/message.html and modify
it in this way

<div id="messagetoolbar">
<roundcube:button command="list"
image="/images/buttons/back_act.png" width="32" height="32"
title="backtolist" />

<roundcube:button command="compose"
imageAct="/images/buttons/compose_act.png"
imagePas="/images/buttons/reply_pas.png" width="32"
height="32" tit
le="writenewmessage" />
<roundcube:button command="reply"
imageAct="/images/buttons/reply_act.png"
imagePas="/images/buttons/reply_pas.png" width="32"
height="32" title="
replytomessage" />

and after that modify mail.css to

#messagetoolbar select.mboxlist
{
  position: absolute;
  left: 365px;
  top: 10px;
}


comment:2 Changed 7 years ago by roundcube

  • Status changed from assigned to closed
Logged In: YES 
user_id=1262041

Added to CVS
Note: See TracTickets for help on using tickets.