Better template for DataForm email, with 1 table for each tab (or untab). Fixes bug #11921.

This commit is contained in:
Colin Kuskie 2010-10-20 15:41:56 -07:00
parent 55994c4fa7
commit 42b4f2b16d
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,6 @@
7.10.4 7.10.4
- fixed #11920: Defaul DataForm emails missing entries. - fixed #11920: Defaul DataForm emails missing entries.
- fixed #11921: DataForm emails contain 1 table per field
7.10.3 7.10.3
- fixed #11903: Unnecessary debug in Thingy - fixed #11903: Unnecessary debug in Thingy

View file

@ -1,11 +1,17 @@
This is a running list of template changes made during upgrades. If you have copied the default This is a running list of template changes made during upgrades. If you have copied the default
templates, you will need to apply these changes manually to your copies. templates, you will need to apply these changes manually to your copies.
7.10.3
* DataForm email template - default_email
Do HTML escaping on field values. Move table tags outside of the loops so only one table
is generated.
7.10.3 7.10.3
* Carousel Default Template - root/import/carousel/carousel-default * Carousel Default Template - root/import/carousel/carousel-default
Add a height parameter to the template. Add a height parameter to the template.
* survey.css * survey.css
Removed relative positioning and offset from top. Removed relative positioning and offset from top.
@ -16,7 +22,6 @@ templates, you will need to apply these changes manually to your copies.
* root/import/workflow-activity-templates * root/import/workflow-activity-templates
Added a folder to hold the assorted Workflow Activity templates. Added a folder to hold the assorted Workflow Activity templates.
7.10.2 7.10.2
* The Make Page Printable template has changed (as per bug #11857). The HTML * The Make Page Printable template has changed (as per bug #11857). The HTML