mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Add replyto and folder fields into predefined compose values
This commit is contained in:
parent
98a6a7a9b8
commit
f5fe1cf02f
@ -690,7 +690,7 @@ class mail_ui
|
||||
'hideOnMobile' => true
|
||||
),
|
||||
'predefined-addresses' => array(
|
||||
'caption' => 'Set predefined addresses for compose...',
|
||||
'caption' => 'Set predefined values for compose...',
|
||||
'onExecute' => 'javaScript:app.mail.set_predefined_addresses',
|
||||
'icon' => 'edit',
|
||||
'group' => $group,
|
||||
|
@ -98,7 +98,7 @@ compose as new mail en Compose as new
|
||||
compress folder mail en compress folder
|
||||
condition mail en Condition
|
||||
configuration settings mail en Configuration settings
|
||||
configured email addresses will be set automatically on compose dialog for respected field when composing a new email. mail en Configured email addresses will be set automatically on compose dialog for respected field when composing a new email.
|
||||
configured values will be set automatically on compose dialog for respected field when composing a new email. mail en Configured values will be set automatically on compose dialog for respected field when composing a new email.
|
||||
confirm mail en Confirm
|
||||
confirm attach message mail en Confirm attach message
|
||||
confirm move to folder mail en Confirm move to folder
|
||||
@ -529,7 +529,7 @@ serverside vacationnotice (via sieve) are not activated mail en Serverside absen
|
||||
set / remove flags mail en Set / Remove Flags
|
||||
set / remove labels mail en Set / Remove Labels
|
||||
set it as default: mail en set it as default:
|
||||
set predefined addresses for compose... mail en Set predefined addresses for compose ...
|
||||
set predefined values for compose... mail en Set predefined values for compose ...
|
||||
should new messages show up on the home page mail en Should new messages show up on the Home page
|
||||
should signature be inserted after (standard) or before a reply or inline forward, and should signature be visible and changeable during compose. mail en Should signature be inserted after (standard) or before a reply or inline forward, and should signature be visible and changeable during compose.
|
||||
show mail en show
|
||||
|
@ -11,7 +11,15 @@
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<description value="Configured email addresses will be set automatically on compose dialog for respected field when composing a new email."/>
|
||||
<description value="Configured values will be set automatically on compose dialog for respected field when composing a new email."/>
|
||||
</row>
|
||||
<row>
|
||||
<description value="Reply to"/>
|
||||
<taglist-email id="replyto" width="100%"/>
|
||||
</row>
|
||||
<row>
|
||||
<description value="Folder"/>
|
||||
<taglist id="folder" autocomplete_url="mail.mail_compose.ajax_searchFolder" autocomplete_params="" allowFreeEntries="false"/>
|
||||
</row>
|
||||
<row>
|
||||
<description label= "%s:" value="Cc"/>
|
||||
|
Loading…
Reference in New Issue
Block a user