Changes for page Books

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

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

Summary

Details

Page properties
Content
... ... @@ -33,7 +33,14 @@
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 -#createFormStart("homeoworld_form" "book")
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)
37 37  #set($booktype = {
38 38   "id" : "booktype",
39 39   "type" : "select",
... ... @@ -73,7 +73,7 @@
73 73   "data-default-value": "",
74 74   "placeholder" : "$services.localization.render('cases.word.author.placeholder')",
75 75   "data-auto-first-capital" : "true",
76 - "data-query-type" : "XWQL.matchObject",
83 + "data-query-type" : "XWQL",
77 77   "data-query-reference" : "assets.pagemaker.XWQL.matchObject",
78 78   "data-query-scope" : "",
79 79   "data-query-list-type" : "suggest-select",
... ... @@ -88,7 +88,6 @@
88 88   "data-error-response-type" : "use_label_definite_1",
89 89   "help-block" : 'Enter the last name of the author of this case. Choose the author from the list or create a new author.'
90 90  })
91 -
92 92  #createFormElement($author)
93 93  #set($extra_info = {
94 94   "id" : "extra_info",
... ... @@ -120,7 +120,10 @@
120 120   "help-block" : ""
121 121  })
122 122  #createSubmit($submit)
123 -#createFormEnd()
129 +#set($form_end = {
130 + "use_captcha": "false"
131 +})
132 +#createFormEnd($form_end)
124 124  
125 125  {{/html}}
126 126  {{/velocity}}