summaryrefslogtreecommitdiffstats
path: root/Kernel/Modules/AdminDefaultRecipient.pm
Commit message (Collapse)AuthorAgeFilesLines
* AdminModules cannot use the OM for Dependency handlingAlexander Sulfrian2016-05-241-80/+79
|
* Remove the add prefix in AddTo, AddCc and AddBcc.Alexander Sulfrian2015-01-251-2/+2
|
* Add AddCc and AddBcc.Alexander Sulfrian2015-01-251-2/+2
| | | | | AddBcc does not work because the default template does not support to prefill the bcc.
* Rename NewAddress to AddTo.Alexander Sulfrian2015-01-251-2/+2
|
* Remove unused variables.Alexander Sulfrian2015-01-251-4/+0
|
* Remove AddNew.Alexander Sulfrian2015-01-251-9/+2
| | | | | If you do not want to add a new recipient, simply leave the NewAddress field empty.
* Rename RemoveDefault to RemoveTo.Alexander Sulfrian2015-01-251-8/+6
|
* YesNo output for boolean fields.Alexander Sulfrian2015-01-251-0/+3
| | | | Display boolean fields with Yes/No value in the overview.
* Fix copy and paste error.Alexander Sulfrian2015-01-241-2/+2
| | | | The admin module was copied from the StandardTemplate module.
* Rename to DefaultRecipient.Alexander Sulfrian2015-01-241-0/+359
There are only two hard things in Computer Science: cache invalidation and naming things.