Changes for page Macros

Last modified by Jip-jan Alunkel on April 15, 18:09

From version 2.53
edited by Jip-jan Alunkel
on March 28, 16:08
Change comment: There is no comment for this version
To version 2.55
edited by Jip-jan Alunkel
on March 28, 16:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,9 +1,14 @@
1 1  {{velocity}}
2 2  #macro(createFormStart $id $product)
3 +{{html}}
3 3  <form action="" id="${id}" method="post" class="formMaker" data-form-product="${product}" novalidate="novalidate">
5 +{{/html}}
4 4  #end
7 +
5 5  #macro(createFormEnd)
9 +{{html}}
6 6  </form>
11 +{{/html}}
7 7  #end
8 8  
9 9  #macro(createFormElement $elementDataObj)