mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-08 15:40:29 -04:00
Add tooltips for detailling actions
Reply / Reply all / Forward buttons and Notifications settings
This commit is contained in:
parent
37fad48ec8
commit
e038993f27
12 changed files with 297 additions and 224 deletions
|
@ -48,6 +48,10 @@ function mail.show_outbox(name, sortfieldindex, sortdirection, filter)
|
|||
button[6,8.7;2.5,0.5;options;]] .. S("Options") .. [[]
|
||||
button_exit[6,9.5;2.5,0.5;quit;]] .. S("Close") .. [[]
|
||||
|
||||
tooltip[reply;]] .. S("Reply only to the sender") .. [[]
|
||||
tooltip[replyall;]] .. S("Reply to all involved people") .. [[]
|
||||
tooltip[forward;]] .. S("Transfer message to other people") .. [[]
|
||||
|
||||
dropdown[0,8.5;2,0.5;sortfield;]] ..
|
||||
S("To") .. "," .. S("Subject") .. "," .. S("Date") .. [[;]] .. sortfieldindex .. [[;true]
|
||||
dropdown[2.0,8.5;2,0.5;sortdirection;]] ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue