Changes for page Books
Last modified by Jip-jan Alunkel on November 23, 10:59
From version 9.15
edited by Jip-jan Alunkel
on August 30, 23:50
on August 30, 23:50
Change comment:
Updated class property
To version 9.17
edited by Jip-jan Alunkel
on August 31, 02:12
on August 31, 02:12
Change comment:
Updated class property
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -12,10 +12,10 @@ 12 12 <h2 class="livetable">Overview of all books</h2> 13 13 <div class="livetable"> 14 14 15 -#set ($columns = ["doc.title", "a uthor", "doc.space"])15 +#set ($columns = ["doc.title", "name", "doc.space"]) 16 16 #set ($columnsProperties = { 17 17 "doc.title": {"type": "text", "filterable" : true, "sortable": true, "link": "view"}, 18 - " remedy" : {"type": "text", "filterable" : true, "sortable": true, "size" : 4},18 + "name" : {"type": "text", "filterable" : true, "sortable": true, "size" : 4}, 19 19 "doc.space" : {"type": "text", "filterable" : true, "sortable": true, "size" : 4, "link": "space"} 20 20 }) 21 21 #set ($options = { ... ... @@ -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", ... ... @@ -119,7 +119,10 @@ 119 119 "help-block" : "" 120 120 }) 121 121 #createSubmit($submit) 122 -#createFormEnd() 129 +#set($form_end = { 130 + "use_captcha": "false" 131 +}) 132 +#createFormEnd($form_end) 123 123 124 124 {{/html}} 125 125 {{/velocity}}