Changes for page Books

Last modified by Jip-jan Alunkel on November 23, 10:59

From version 9.16
edited by Jip-jan Alunkel
on August 31, 02:07
Change comment: Updated class property
To version 9.15
edited by Jip-jan Alunkel
on August 30, 23:50
Change comment: Updated class property

Summary

Details

Page properties
Content
... ... @@ -33,14 +33,7 @@
33 33   Please feel free to share these books with our readers. However, to make sure your case is correctly filed in this wiki it is necessary that you answer a few simple questions about the case.
34 34  </p>
35 35  
36 -#set($form_start = {
37 - "id": "homeoworld_form",
38 - "product": "book",
39 - "method": "post",
40 - "url": "",
41 - "use_captcha": "false"
42 -})
43 -#createFormStart($form_start)
36 +#createFormStart("homeoworld_form" "book")
44 44  #set($booktype = {
45 45   "id" : "booktype",
46 46   "type" : "select",
... ... @@ -126,10 +126,7 @@
126 126   "help-block" : ""
127 127  })
128 128  #createSubmit($submit)
129 -#set($form_end = {
130 - "use_captcha": "false"
131 -})
132 -#createFormEnd($form_end)
122 +#createFormEnd()
133 133  
134 134  {{/html}}
135 135  {{/velocity}}