summaryrefslogtreecommitdiffstats
path: root/Kernel/Output/HTML/Standard
Commit message (Collapse)AuthorAgeFilesLines
* Change path for templates (5.0)Alexander Sulfrian2016-05-242-374/+0
|
* Change explantione text.Alexander Sulfrian2015-01-251-1/+1
| | | | We could not only change the To field anymore.
* Remove the add prefix in AddTo, AddCc and AddBcc.Alexander Sulfrian2015-01-251-12/+12
|
* Add AddCc and AddBcc.Alexander Sulfrian2015-01-251-0/+16
| | | | | AddBcc does not work because the default template does not support to prefill the bcc.
* Rename NewAddress to AddTo.Alexander Sulfrian2015-01-251-4/+4
|
* Remove AddNew.Alexander Sulfrian2015-01-251-8/+0
| | | | | If you do not want to add a new recipient, simply leave the NewAddress field empty.
* Rename RemoveDefault to RemoveTo.Alexander Sulfrian2015-01-251-4/+4
|
* Change header for DefaultRecipient lists.Alexander Sulfrian2015-01-251-2/+2
|
* YesNo output for boolean fields.Alexander Sulfrian2015-01-251-2/+2
| | | | Display boolean fields with Yes/No value in the overview.
* Rename to DefaultRecipient.Alexander Sulfrian2015-01-242-28/+28
| | | | | There are only two hard things in Computer Science: cache invalidation and naming things.
* Fix field naming.Alexander Sulfrian2015-01-241-8/+8
|
* Remove mandatory flag from input fields.Alexander Sulfrian2015-01-241-22/+4
| | | | | The most input fields should not be mandatory, so the ErrorMessages and the Validate_Required flag should be removed.
* Modules/AdminDefaultTo: Add module to manage DefaultTo entriesAlexander Sulfrian2015-01-221-0/+212
| | | | | Add admin frontend module, template and appropriate config to manage the DefaultTo entries via the admin web interface.
* Rename ResponseChangeDefaultTo to DefaultToAlexander Sulfrian2015-01-211-15/+15
|
* Add admin interface for mapping Templates and ResponseChangeDefaultToAlexander Sulfrian2015-01-211-0/+172