Changes for page Books

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

From version 6.1
edited by Jip-jan Alunkel
on April 09, 16:42
Change comment: Added class property
To version 6.2
edited by Jip-jan Alunkel
on April 09, 16:48
Change comment: Added class property

Summary

Details

Page properties
Content
... ... @@ -14,20 +14,20 @@
14 14  
15 15  #createFormStart("homeoworld_form" "case")
16 16  
17 -#set($locality = {
18 - "id" : "locality",
17 +#set($booktype = {
18 + "id" : "booktype",
19 19   "type" : "select",
20 20   "required" : "yes",
21 - "label" : "Locality of the main complaint",
21 + "label" : "Type of book",
22 22   "aria-label" : "Select the locality",
23 23   "data-error-response-type" : "use_label_defined_1",
24 24   "data-set-space" : "true",
25 25   "placeholder" : "$services.localization.render('cases.word.locality_select.placeholder')",
26 26   "space-reference" : "books",
27 - "help-block" : "In which physiological or psychological epicenter can the main complaint be placed? Select the best fitting option from this list."
27 + "help-block" : "Choose the type of book you would like to enter."
28 28  })
29 29  
30 -#createFormElement($locality)
30 +#createFormElement($booktype)
31 31  
32 32  #set($main_complaint = {
33 33   "id" : "main_complaint",