Better template for DataForm email, with 1 table for each tab (or untab). Fixes bug #11921.
This commit is contained in:
parent
55994c4fa7
commit
42b4f2b16d
3 changed files with 8 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
7.10.4
|
||||
- fixed #11920: Defaul DataForm emails missing entries.
|
||||
- fixed #11921: DataForm emails contain 1 table per field
|
||||
|
||||
7.10.3
|
||||
- fixed #11903: Unnecessary debug in Thingy
|
||||
|
|
|
|||
|
|
@ -1,11 +1,17 @@
|
|||
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.
|
||||
|
||||
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
|
||||
|
||||
* Carousel Default Template - root/import/carousel/carousel-default
|
||||
Add a height parameter to the template.
|
||||
|
||||
|
||||
* survey.css
|
||||
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
|
||||
Added a folder to hold the assorted Workflow Activity templates.
|
||||
|
||||
|
||||
7.10.2
|
||||
|
||||
* The Make Page Printable template has changed (as per bug #11857). The HTML
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue