Changes for page Books

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

From version 8.18
edited by Jip-jan Alunkel
on April 10, 17:03
Change comment: Updated class property
To version 8.16
edited by Jip-jan Alunkel
on April 10, 17:02
Change comment: Added class property

Summary

Details

Page properties
Content
... ... @@ -20,9 +20,9 @@
20 20   "required" : "true",
21 21   "label" : "Type of book",
22 22   "aria-label" : "Select the type of book",
23 - "placeholder" : "Type",
24 24   "data-error-response-type" : "use_label_definite_1",
25 25   "data-set-space" : "true",
25 + "placeholder" : "Type",
26 26   "space-reference" : "books",
27 27   "help-block" : "Choose the type of book you would like to add."
28 28  })
... ... @@ -69,6 +69,18 @@
69 69  
70 70  #createFormElement($author)
71 71  
72 +#set($extra_info = {
73 + "id" : "extra_info",
74 + "type" : "checkbox",
75 + "required" : "no",
76 + "label" : "Extra information (optional)",
77 + "value" : "yes"
78 +})
79 +
80 +#createFormElement($extra_info)
81 +
82 +#createExpandStart("extra_info" "yes")
83 +
72 72  #set($publish_year = {
73 73   "id" : "publish_year",
74 74   "type" : "number",
... ... @@ -84,18 +84,6 @@
84 84  
85 85  #createFormElement($publish_year)
86 86  
87 -#set($extra_info = {
88 - "id" : "extra_info",
89 - "type" : "checkbox",
90 - "required" : "no",
91 - "label" : "Extra information (optional)",
92 - "value" : "yes"
93 -})
94 -
95 -#createFormElement($extra_info)
96 -
97 -#createExpandStart("extra_info" "yes")
98 -
99 99  #createExpandEnd()
100 100  
101 101  #createFormEnd()
author
Use Suggest
... ... @@ -1,1 +1,0 @@
1 -1
publish_year